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

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 28 04:05:31 PDT 2009


Revision: 67
          http://trac.macosforge.org/projects/libdispatch/changeset/67
Author:   robert at fledge.watson.org
Date:     2009-10-28 04:05:31 -0700 (Wed, 28 Oct 2009)
Log Message:
-----------
Update config.h used to build Mac OS X libdispatch for recent configure
changes.

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

Modified: trunk/config/config.h
===================================================================
--- trunk/config/config.h	2009-10-28 10:46:52 UTC (rev 66)
+++ trunk/config/config.h	2009-10-28 11:05:31 UTC (rev 67)
@@ -7,10 +7,22 @@
 /* Define to 1 if you have the <Availability.h> header file. */
 #define HAVE_AVAILABILITY_H 1
 
+/* Define to 1 if you have the declaration of `CLOCK_MONOTONIC', and to 0 if
+   you don't. */
+#define HAVE_DECL_CLOCK_MONOTONIC 0
+
+/* Define to 1 if you have the declaration of `CLOCK_UPTIME', and to 0 if you
+   don't. */
+#define HAVE_DECL_CLOCK_UPTIME 0
+
 /* Define to 1 if you have the declaration of `EVFILT_SESSION', and to 0 if
    you don't. */
 #define HAVE_DECL_EVFILT_SESSION 1
 
+/* Define to 1 if you have the declaration of `FD_COPY', and to 0 if you
+   don't. */
+#define HAVE_DECL_FD_COPY 1
+
 /* Define to 1 if you have the declaration of `NOTE_NONE', and to 0 if you
    don't. */
 #define HAVE_DECL_NOTE_NONE 1
@@ -23,6 +35,10 @@
    don't. */
 #define HAVE_DECL_NOTE_SIGNAL 1
 
+/* Define to 1 if you have the declaration of `SIGEMT', and to 0 if you don't.
+   */
+#define HAVE_DECL_SIGEMT 1
+
 /* Define to 1 if you have the declaration of `VQ_UPDATE', and to 0 if you
    don't. */
 #define HAVE_DECL_VQ_UPDATE 1
@@ -44,7 +60,7 @@
 #define HAVE_LIBKERN_OSCROSSENDIAN_H 1
 
 /* Define if mach is present */
-#define HAVE_MACH /**/
+#define HAVE_MACH 
 
 /* Define to 1 if you have the `mach_absolute_time' function. */
 #define HAVE_MACH_ABSOLUTE_TIME 1
@@ -59,10 +75,10 @@
 #define HAVE_MEMORY_H 1
 
 /* Define if __builtin_trap marked noreturn */
-#define HAVE_NORETURN_BUILTIN_TRAP /**/
+#define HAVE_NORETURN_BUILTIN_TRAP 
 
 /* Define if __private_extern__ present */
-#define HAVE_PRIVATE_EXTERN /**/
+#define HAVE_PRIVATE_EXTERN 
 
 /* Define to 1 if you have the `pthread_key_init_np' function. */
 #define HAVE_PTHREAD_KEY_INIT_NP 1
@@ -70,11 +86,14 @@
 /* Define to 1 if you have the <pthread_machdep.h> header file. */
 #define HAVE_PTHREAD_MACHDEP_H 1
 
+/* Define to 1 if you have the `pthread_main_np' function. */
+#define HAVE_PTHREAD_MAIN_NP 1
+
 /* Define to 1 if you have the <pthread_np.h> header file. */
 /* #undef HAVE_PTHREAD_NP_H */
 
 /* Define if pthread work queues are present */
-#define HAVE_PTHREAD_WORKQUEUES /**/
+#define HAVE_PTHREAD_WORKQUEUES 
 
 /* Define to 1 if you have the `sem_init' function. */
 #define HAVE_SEM_INIT 1
@@ -100,6 +119,10 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #define HAVE_UNISTD_H 1
 
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#define LT_OBJDIR ".libs/"
+
 /* Name of package */
 #define PACKAGE "libdispatch"
 
@@ -122,16 +145,19 @@
 #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 /**/
+#define USE_APPLE_SEMAPHORE_OPTIMIZATIONS 
 
 /* Define to use non-portable pthread TSD optimizations for Mac OS X) */
-#define USE_APPLE_TSD_OPTIMIZATIONS /**/
+#define USE_APPLE_TSD_OPTIMIZATIONS 
 
 /* Define to tag libdispatch_init as a constructor */
 /* #undef USE_LIBDISPATCH_INIT_CONSTRUCTOR */
 
 /* Version number of package */
 #define VERSION "1.0"
+
+/* Define to a replacement for __private_extern */
+/* #undef __private_extern__ */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20091028/fb552676/attachment.html>


More information about the libdispatch-changes mailing list