]> git.saurik.com Git - apple/launchd.git/blobdiff - src/config.h
launchd-842.92.1.tar.gz
[apple/launchd.git] / src / config.h
index 841f524b68f5745979bde7e3f64e7d5880e8b02c..30848724316d7b9f316e3b89733aa988cd5725df 100644 (file)
@@ -9,6 +9,12 @@
 #define HAVE_QUARANTINE 0
 #endif
 
+#if __has_include(<responsibility.h>)
+#define HAVE_RESPONSIBILITY 1
+#else
+#define HAVE_RESPONSIBILITY 0
+#endif
+
 #if __has_include(<sandbox.h>)
 #define HAVE_SANDBOX 1
 #else
 
 #define HAVE_LIBAUDITD !TARGET_OS_EMBEDDED
 
+#if !TARGET_OS_EMBEDDED && __has_include(<systemstats/systemstats.h>)
+#define HAVE_SYSTEMSTATS 1
+#else
+#define HAVE_SYSTEMSTATS 0
+#endif
+
 #endif /* __CONFIG_H__ */