summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-07-08 23:47:50 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2011-07-08 23:47:50 +0200
commitaae9ecd9c079903bd0736541d806d07878b2b9c6 (patch)
tree5e3604829163007bf1405a2d46e57e0898105984 /pyconfig.h.in
parentea177211de1d338f04a2749b8d9b2a75b04b7e3a (diff)
downloadcpython-aae9ecd9c079903bd0736541d806d07878b2b9c6.tar.gz
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.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index c74730626d..da6197cfa7 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