]>
git.saurik.com Git - apple/launchd.git/blob - src/config.h
4 #include <TargetConditionals.h>
6 #if __has_include(<quarantine.h>)
7 #define HAVE_QUARANTINE 1
9 #define HAVE_QUARANTINE 0
12 #if __has_include(<responsibility.h>)
13 #define HAVE_RESPONSIBILITY 1
15 #define HAVE_RESPONSIBILITY 0
18 #if __has_include(<sandbox.h>)
19 #define HAVE_SANDBOX 1
21 #define HAVE_SANDBOX 0
24 #define HAVE_LIBAUDITD !TARGET_OS_EMBEDDED
26 #if !TARGET_OS_EMBEDDED && __has_include(<systemstats/systemstats.h>)
27 #define HAVE_SYSTEMSTATS 1
29 #define HAVE_SYSTEMSTATS 0
32 #endif /* __CONFIG_H__ */