Comment 5 for bug 630511

Revision history for this message
Matthias Klose (doko) wrote :

comparing a python3.1 build from sid with one on maverick, same thing when comparing the pyconfig.h from a local build with one from the buildd (both maverick):

--- pyconfig.h.sid 2010-09-09 20:11:48.000000000 +0200
+++ pyconfig.h.mav 2010-07-08 12:19:45.000000000 +0200
@@ -34,9 +34,6 @@
 /* Define if --enable-ipv6 is specified */
 #define ENABLE_IPV6 1

-/* Define if flock needs to be linked with bsd library */
-/* #undef FLOCK_NEEDS_LIBBSD */
-
 /* Define if getpgrp() must be called as getpgrp(0). */
 /* #undef GETPGRP_HAVE_ARG */

@@ -94,7 +91,7 @@
 /* #undef HAVE_BROKEN_PTHREAD_SIGMASK */

 /* define to 1 if your sem_getvalue is broken. */
-/* #undef HAVE_BROKEN_SEM_GETVALUE */
+#define HAVE_BROKEN_SEM_GETVALUE 1

 /* Define this if you have the type _Bool. */
 #define HAVE_C99_BOOL 1
@@ -906,7 +903,7 @@
 /* #undef PACKAGE_VERSION */

 /* Define if POSIX semaphores aren't enabled on your system */
-/* #undef POSIX_SEMAPHORES_NOT_ENABLED */
+#define POSIX_SEMAPHORES_NOT_ENABLED 1

 /* Defined if PTHREAD_SCOPE_SYSTEM supported. */
 #define PTHREAD_SYSTEM_SCHED_SUPPORTED 1