diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-01-21 10:14:41 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-01-21 10:14:41 (GMT) |
commit | dfc33fd8db811feea2bfb974e9da3ed7aea4b10d (patch) | |
tree | f087488e9d89546778edc3000e884f63942294ac /pyconfig.h.in | |
parent | 2da75faa871a1f8b7389c41319e1a1d3926b9852 (diff) | |
download | cpython-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.in | 3 |
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 |