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

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 26 12:29:18 PDT 2009


Revision: 46
          http://trac.macosforge.org/projects/libdispatch/changeset/46
Author:   robert at fledge.watson.org
Date:     2009-09-26 12:29:18 -0700 (Sat, 26 Sep 2009)
Log Message:
-----------
Update Xcode version of config.h for recent configure.ac changes.

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

Modified: trunk/config/config.h
===================================================================
--- trunk/config/config.h	2009-09-26 19:23:40 UTC (rev 45)
+++ trunk/config/config.h	2009-09-26 19:29:18 UTC (rev 46)
@@ -58,6 +58,12 @@
 /* Define to 1 if you have the <memory.h> header file. */
 #define HAVE_MEMORY_H 1
 
+/* Define if __builtin_trap marked noreturn */
+#define HAVE_NORETURN_BUILTIN_TRAP /**/
+
+/* Define if __private_extern__ present */
+#define HAVE_PRIVATE_EXTERN /**/
+
 /* Define to 1 if you have the `pthread_key_init_np' function. */
 #define HAVE_PTHREAD_KEY_INIT_NP 1
 
@@ -116,7 +122,7 @@
 #define STDC_HEADERS 1
 
 /* Define to use Mac OS X crashreporter info */
-#define USE_APPLE_CRASHREPORTER_INFO
+#define USE_APPLE_CRASHREPORTER_INFO /**/
 
 /* Define to use non-portablesemaphore optimizations for Mac OS X */
 #define USE_APPLE_SEMAPHORE_OPTIMIZATIONS /**/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20090926/d3ec8f02/attachment.html>


More information about the libdispatch-changes mailing list