aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-09-02 15:48:32 +0200
committerGitHub <noreply@github.com>2023-09-02 15:48:32 +0200
commit4ba18099b70c9f20f69357bac94d74f7c3238d7f (patch)
tree714317734a64e190397faeb422fd82195a901c90 /pyconfig.h.in
parent1f3e797dc0451f48e649bcab2c9fd80224ffdac0 (diff)
downloadcpython-4ba18099b70c9f20f69357bac94d74f7c3238d7f.tar.gz
cpython-4ba18099b70c9f20f69357bac94d74f7c3238d7f.zip
gh-108765: Python.h no longer includes <ieeefp.h> (#108781)
Remove also the HAVE_IEEEFP_H macro: remove ieeefp.h from the AC_CHECK_HEADERS() check of configure.ac.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 418ccade8e8..86c72cc6b4e 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -607,9 +607,6 @@
/* Define this if you have le64toh() */
#undef HAVE_HTOLE64
-/* 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. */
#undef HAVE_IF_NAMEINDEX