]>
git.saurik.com Git - apple/launchd.git/blob - src/config.h
841f524b68f5745979bde7e3f64e7d5880e8b02c
4 #include <TargetConditionals.h>
6 #if __has_include(<quarantine.h>)
7 #define HAVE_QUARANTINE 1
9 #define HAVE_QUARANTINE 0
12 #if __has_include(<sandbox.h>)
13 #define HAVE_SANDBOX 1
15 #define HAVE_SANDBOX 0
18 #define HAVE_LIBAUDITD !TARGET_OS_EMBEDDED
20 #endif /* __CONFIG_H__ */