summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorNathaniel J. Smith <njs@pobox.com>2018-01-05 23:15:34 -0800
committerBenjamin Peterson <benjamin@python.org>2018-01-05 23:15:34 -0800
commit735ae8d139a673b30b321dc10acfd3d14f0d633b (patch)
tree027e039ce309a5617d15cdf7f2ef8a1f711fcaaa /pyconfig.h.in
parent502d551c6d782963d26957a9e5ff1588946f233f (diff)
downloadcpython-git-735ae8d139a673b30b321dc10acfd3d14f0d633b.tar.gz
bpo-29137: Remove fpectl module (#4789)
This module has never been enabled by default, never worked correctly on x86-64, and caused ABI problems that caused C extension compatibility. See bpo-29137 for details/discussion.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 4cf2f035c2..7d366562b0 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -500,7 +500,7 @@
/* Define to 1 if you have the <ieeefp.h> header file. */
#undef HAVE_IEEEFP_H
-/* Define to 1 if you have the 'if_nameindex' function. */
+/* Define to 1 if you have the `if_nameindex' function. */
#undef HAVE_IF_NAMEINDEX
/* Define if you have the 'inet_aton' function. */
@@ -1413,9 +1413,6 @@
#endif
-/* Define if you want SIGFPE handled (see Include/pyfpe.h). */
-#undef WANT_SIGFPE_HANDLER
-
/* Define if WINDOW in curses.h offers a field _flags. */
#undef WINDOW_HAS_FLAGS