diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-10-04 07:21:24 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-10-04 07:21:24 (GMT) |
commit | a7a76d3d9eb77b4dd3129d34ba8df636ce2e6014 (patch) | |
tree | 0cc2558cbe36eed85ac9a84cd304a856c9977f8c /pyconfig.h.in | |
parent | 3d61a06aa288f2fc64f33c6b09c0778ac4083861 (diff) | |
download | cpython-a7a76d3d9eb77b4dd3129d34ba8df636ce2e6014.zip cpython-a7a76d3d9eb77b4dd3129d34ba8df636ce2e6014.tar.gz cpython-a7a76d3d9eb77b4dd3129d34ba8df636ce2e6014.tar.bz2 |
Patch #618347: Work around Solaris 2.6 pthread.h bug. Will backport to 2.2.
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 3622be8..f5cc30e 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -304,6 +304,9 @@ /* Define if you have GNU PTH threads. */ #undef HAVE_PTH +/* Defined for Solaris 2.6 bug in pthread header. */ +#undef HAVE_PTHREAD_DESTRUCTOR + /* Define to 1 if you have the <pthread.h> header file. */ #undef HAVE_PTHREAD_H |