From 37a31f04d3dc9e2f114c025efac25aee75cf6e1e Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Thu, 3 Sep 2015 21:41:42 +0100 Subject: Put Apple-specific includes and definitions inside an #ifdef __APPLE__. --- src/bindfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/bindfs.c b/src/bindfs.c index 4a180a2..73312b3 100644 --- a/src/bindfs.c +++ b/src/bindfs.c @@ -75,14 +75,14 @@ #include "usermap.h" /* Apple Structs */ - +#ifdef __APPLE__ #include - #define G_PREFIX "org" #define G_KAUTH_FILESEC_XATTR G_PREFIX ".apple.system.Security" #define A_PREFIX "com" #define A_KAUTH_FILESEC_XATTR A_PREFIX ".apple.system.Security" #define XATTR_APPLE_PREFIX "com.apple." +#endif /* SETTINGS */ static struct Settings { -- cgit v1.2.3