[26719] trunk/base/src/config.h.in

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 5 01:56:38 PDT 2007


Revision: 26719
          http://trac.macosforge.org/projects/macports/changeset/26719
Author:   jmpp at macports.org
Date:     2007-07-05 01:56:37 -0700 (Thu, 05 Jul 2007)

Log Message:
-----------

I ran the ./regen script and found out this file had been left out when updating autoconf files
after including the pthread macro. Updating it now.

Landon, please review this commit and correct it if it seems wrong to you (it's just the output of ./regen.sh,
which in turn just runs 'autoconf; autoheader').

Modified Paths:
--------------
    trunk/base/src/config.h.in

Modified: trunk/base/src/config.h.in
===================================================================
--- trunk/base/src/config.h.in	2007-07-05 07:40:48 UTC (rev 26718)
+++ trunk/base/src/config.h.in	2007-07-05 08:56:37 UTC (rev 26719)
@@ -132,6 +132,9 @@
 /* Define to 1 if you have the <paths.h> header file. */
 #undef HAVE_PATHS_H
 
+/* Define if you have POSIX threads libraries and header files. */
+#undef HAVE_PTHREAD
+
 /* Define to 1 if you have the <pwd.h> header file. */
 #undef HAVE_PWD_H
 
@@ -251,6 +254,10 @@
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
+/* Define to necessary symbol if this constant uses a non-standard name on
+   your system. */
+#undef PTHREAD_CREATE_JOINABLE
+
 /* Define to 1 if readlink does not conform with POSIX 1003.1a (where third
    argument is a size_t and return value is a ssize_t) */
 #undef READLINK_IS_NOT_P1003_1A

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070705/c5756817/attachment.html


More information about the macports-changes mailing list