diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-08 21:47:50 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-08 21:47:50 (GMT) |
commit | 370092071b34da3ed1c2301857e12158794fbe10 (patch) | |
tree | 236d9ee83afb63d8feb92af4890273b7d5a0f547 /pyconfig.h.in | |
parent | 022ae22cc619842f6d8a3581949fb654f5787f88 (diff) | |
download | cpython-370092071b34da3ed1c2301857e12158794fbe10.zip cpython-370092071b34da3ed1c2301857e12158794fbe10.tar.gz cpython-370092071b34da3ed1c2301857e12158794fbe10.tar.bz2 |
Issue #11863: Remove support for legacy systems deprecated in Python 3.2
(following PEP 11). These systems are systems using Mach C Threads,
SunOS lightweight processes, GNU pth threads and IRIX threads.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index c747306..da6197c 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -12,9 +12,6 @@ support for AIX C++ shared extension modules. */ #undef AIX_GENUINE_CPLUSPLUS -/* Define if you have the Mach cthreads package */ -#undef C_THREADS - /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM mixed-endian order (byte order 45670123) */ #undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 @@ -948,9 +945,6 @@ /* Define to 1 if you have the `tgamma' function. */ #undef HAVE_TGAMMA -/* Define to 1 if you have the <thread.h> header file. */ -#undef HAVE_THREAD_H - /* Define to 1 if you have the `timegm' function. */ #undef HAVE_TIMEGM @@ -1049,15 +1043,9 @@ /* Define to 1 if you have the `_getpty' function. */ #undef HAVE__GETPTY -/* Define if you are using Mach cthreads directly under /include */ -#undef HURD_C_THREADS - /* Define if log1p(-0.) is 0. rather than -0. */ #undef LOG1P_DROPS_ZERO_SIGN -/* Define if you are using Mach cthreads under mach / */ -#undef MACH_C_THREADS - /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. */ #undef MAJOR_IN_MKDEV |