summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-01-21 10:14:41 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-01-21 10:14:41 (GMT)
commitdfc33fd8db811feea2bfb974e9da3ed7aea4b10d (patch)
treef087488e9d89546778edc3000e884f63942294ac /pyconfig.h.in
parent2da75faa871a1f8b7389c41319e1a1d3926b9852 (diff)
downloadcpython-dfc33fd8db811feea2bfb974e9da3ed7aea4b10d.zip
cpython-dfc33fd8db811feea2bfb974e9da3ed7aea4b10d.tar.gz
cpython-dfc33fd8db811feea2bfb974e9da3ed7aea4b10d.tar.bz2
Don't use Posix semaphores on Solaris 8. Fixes #662787.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 3627b83..dea4722 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -44,6 +44,9 @@
/* Define if nice() returns success/failure instead of the new priority. */
#undef HAVE_BROKEN_NICE
+/* Define if the Posix semaphores do not work on your system */
+#undef HAVE_BROKEN_POSIX_SEMAPHORES
+
/* Define to 1 if you have the `chown' function. */
#undef HAVE_CHOWN