summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorJesse Noller <jnoller@gmail.com>2009-04-02 00:03:28 +0000
committerJesse Noller <jnoller@gmail.com>2009-04-02 00:03:28 +0000
commit355b1264b80506dddb536dc338ed91e061032309 (patch)
tree369f499e21aa30d3f8c89ee0d491b21f49a85907 /pyconfig.h.in
parente9d35ef2304247c001340fdab7379cea99edd4d7 (diff)
downloadcpython-git-355b1264b80506dddb536dc338ed91e061032309.tar.gz
issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin Lowis for help
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 5c51808451..a7f1ab1885 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -73,6 +73,9 @@
/* Define if pthread_sigmask() does not work on your system. */
#undef HAVE_BROKEN_PTHREAD_SIGMASK
+/* define to 1 if your sem_getvalue is broken. */
+#undef HAVE_BROKEN_SEM_GETVALUE
+
/* Define this if you have the type _Bool. */
#undef HAVE_C99_BOOL
@@ -504,6 +507,18 @@
/* Define to 1 if you have the `select' function. */
#undef HAVE_SELECT
+/* Define to 1 if you have the `sem_getvalue' function. */
+#undef HAVE_SEM_GETVALUE
+
+/* Define to 1 if you have the `sem_open' function. */
+#undef HAVE_SEM_OPEN
+
+/* Define to 1 if you have the `sem_timedwait' function. */
+#undef HAVE_SEM_TIMEDWAIT
+
+/* Define to 1 if you have the `sem_unlink' function. */
+#undef HAVE_SEM_UNLINK
+
/* Define to 1 if you have the `setegid' function. */
#undef HAVE_SETEGID