[launchd-changes] [23743] branches/PR-5092682/launchd/src/config.h

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 22 13:37:06 PDT 2008


Revision: 23743
          http://trac.macosforge.org/projects/launchd/changeset/23743
Author:   kvv at apple.com
Date:     2008-10-22 13:37:06 -0700 (Wed, 22 Oct 2008)
Log Message:
-----------
added config.h

Added Paths:
-----------
    branches/PR-5092682/launchd/src/config.h

Added: branches/PR-5092682/launchd/src/config.h
===================================================================
--- branches/PR-5092682/launchd/src/config.h	                        (rev 0)
+++ branches/PR-5092682/launchd/src/config.h	2008-10-22 20:37:06 UTC (rev 23743)
@@ -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/873d6204/attachment.html>


More information about the launchd-changes mailing list