[libdispatch-changes] [120] trunk/config/config.h

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 4 01:55:24 PST 2009


Revision: 120
          http://trac.macosforge.org/projects/libdispatch/changeset/120
Author:   robert at fledge.watson.org
Date:     2009-11-04 01:55:21 -0800 (Wed, 04 Nov 2009)
Log Message:
-----------
Regenerate Xcode config.h following HAVE_DECL_POSIX_SPAWN_START_SUSPENDED
and HAVE_LEAKS.

Modified Paths:
--------------
    trunk/config/config.h

Modified: trunk/config/config.h
===================================================================
--- trunk/config/config.h	2009-11-04 09:51:37 UTC (rev 119)
+++ trunk/config/config.h	2009-11-04 09:55:21 UTC (rev 120)
@@ -32,6 +32,10 @@
    don't. */
 #define HAVE_DECL_NOTE_SIGNAL 1
 
+/* Define to 1 if you have the declaration of `POSIX_SPAWN_START_SUSPENDED',
+   and to 0 if you don't. */
+#define HAVE_DECL_POSIX_SPAWN_START_SUSPENDED 1
+
 /* Define to 1 if you have the declaration of `SIGEMT', and to 0 if you don't.
    */
 #define HAVE_DECL_SIGEMT 1
@@ -50,6 +54,9 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #define HAVE_INTTYPES_H 1
 
+/* Define if Apple leaks program is present */
+#define HAVE_LEAKS 1
+
 /* Define to 1 if you have the <libkern/OSAtomic.h> header file. */
 #define HAVE_LIBKERN_OSATOMIC_H 1
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20091104/eb04bc86/attachment.html>


More information about the libdispatch-changes mailing list