]> git.saurik.com Git - apple/launchd.git/blob - launchd/src/config.h
23b1706dd4c37fbda635062fb5677db754d98b5f
[apple/launchd.git] / launchd / src / config.h
1 #ifndef __CONFIG_H__
2 #define __CONFIG_H__
3 #include <TargetConfig.h>
4 #define HAVE_QUARANTINE TARGET_HAVE_QUARANTINE
5 #define HAVE_SANDBOX TARGET_HAVE_SANDBOX
6 #define HAVE_SECURITY !TARGET_HAVE_EMBEDDED_SECURITY
7 #define HAVE_LIBAUDITD !TARGET_OS_EMBEDDED
8 #endif /* __CONFIG_H__ */