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

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 17 10:45:58 PST 2009


Revision: 171
          http://trac.macosforge.org/projects/libdispatch/changeset/171
Author:   robert at fledge.watson.org
Date:     2009-11-17 10:45:57 -0800 (Tue, 17 Nov 2009)
Log Message:
-----------
Commit regenerated config.h for Snow Leopard after configure.ac changes.

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

Modified: trunk/config/config.h
===================================================================
--- trunk/config/config.h	2009-11-17 18:44:54 UTC (rev 170)
+++ trunk/config/config.h	2009-11-17 18:45:57 UTC (rev 171)
@@ -36,6 +36,10 @@
    don't. */
 #define HAVE_DECL_NOTE_REAP 1
 
+/* Define to 1 if you have the declaration of `NOTE_REVOKE', and to 0 if you
+   don't. */
+#define HAVE_DECL_NOTE_REVOKE 1
+
 /* Define to 1 if you have the declaration of `NOTE_SIGNAL', and to 0 if you
    don't. */
 #define HAVE_DECL_NOTE_SIGNAL 1
@@ -186,5 +190,38 @@
 /* Version number of package */
 #define VERSION "1.0"
 
+/* Define to 1 if on AIX 3.
+   System headers sometimes define this.
+   We just want to avoid a redefinition error message.  */
+#ifndef _ALL_SOURCE
+/* # undef _ALL_SOURCE */
+#endif
+
+/* Enable GNU extensions on systems that have them.  */
+#ifndef _GNU_SOURCE
+# define _GNU_SOURCE 1
+#endif
+
+/* Define to 1 if on MINIX. */
+/* #undef _MINIX */
+
+/* Define to 2 if the system does not provide POSIX.1 features except with
+   this defined. */
+/* #undef _POSIX_1_SOURCE */
+
+/* Define to 1 if you need to in order for `stat' and other things to work. */
+/* #undef _POSIX_SOURCE */
+
+/* Enable extensions on Solaris.  */
+#ifndef __EXTENSIONS__
+# define __EXTENSIONS__ 1
+#endif
+#ifndef _POSIX_PTHREAD_SEMANTICS
+# define _POSIX_PTHREAD_SEMANTICS 1
+#endif
+#ifndef _TANDEM_SOURCE
+# define _TANDEM_SOURCE 1
+#endif
+
 /* 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/20091117/82d406e7/attachment.html>


More information about the libdispatch-changes mailing list