[launchd-changes] [23746] trunk/launchd/src/config.h

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 22 16:20:09 PDT 2008


Revision: 23746
          http://trac.macosforge.org/projects/launchd/changeset/23746
Author:   dsorresso at apple.com
Date:     2008-10-22 16:20:08 -0700 (Wed, 22 Oct 2008)
Log Message:
-----------
Adding config.h.

Added Paths:
-----------
    trunk/launchd/src/config.h

Added: trunk/launchd/src/config.h
===================================================================
--- trunk/launchd/src/config.h	                        (rev 0)
+++ trunk/launchd/src/config.h	2008-10-22 23:20:08 UTC (rev 23746)
@@ -0,0 +1,7 @@
+#ifndef __CONFIG_H__
+#define __CONFIG_H__
+#include <TargetConfig.h>
+#define HAVE_QUARANTINE TARGET_HAVE_QUARANTINE
+#define HAVE_SANDBOX TARGET_HAVE_SANDBOX
+#define HAVE_SECURITY !TARGET_HAVE_EMBEDDED_SECURITY
+#endif /* __CONFIG_H__ */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/launchd-changes/attachments/20081022/36178f68/attachment.html>


More information about the launchd-changes mailing list