]> git.saurik.com Git - apple/launchd.git/blob - launchd/src/config.h
launchd-329.3.tar.gz
[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__ */