We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e9266 commit 63aece4Copy full SHA for 63aece4
src/pyfuse3/pyfuse3.h
@@ -7,14 +7,13 @@ This file is part of pyfuse3. This work may be distributed under
7
the terms of the GNU LGPL.
8
*/
9
10
-
11
#define PLATFORM_LINUX 1
12
#define PLATFORM_BSD 2
13
#define PLATFORM_DARWIN 3
14
15
#ifdef __linux__
16
#define PLATFORM PLATFORM_LINUX
17
-#elif __FreeBSD_kernel__&&__GLIBC__
+#elif __FreeBSD_kernel__ && __GLIBC__
18
19
#elif __FreeBSD__
20
#define PLATFORM PLATFORM_BSD
0 commit comments