Revision
120
Author
robert@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

Diff

Modified: trunk/config/config.h (119 => 120)


--- 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