summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2018-09-19 06:49:05 (GMT)
committerGitHub <noreply@github.com>2018-09-19 06:49:05 (GMT)
commitb3b8cb419e496629873fa7dda82a01863f58617a (patch)
tree50b27d9bf4477aa44b5c489af634d634eb3ae0bc /pyconfig.h.in
parent9da3961f364da2a3ced740230b85ffb4309238d3 (diff)
downloadcpython-b3b8cb419e496629873fa7dda82a01863f58617a.zip
cpython-b3b8cb419e496629873fa7dda82a01863f58617a.tar.gz
cpython-b3b8cb419e496629873fa7dda82a01863f58617a.tar.bz2
run autoconf (GH-9411)
Follow up to 2a9c3805ddedf282881ef7811a561c70b74f80b1 (bpo-34585).
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 360f799..41e0479 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -30,6 +30,10 @@
/* Define if --enable-ipv6 is specified */
#undef ENABLE_IPV6
+/* Define to 1 if your system stores words within floats with the most
+ significant word first */
+#undef FLOAT_WORDS_BIGENDIAN
+
/* Define if flock needs to be linked with bsd library. */
#undef FLOCK_NEEDS_LIBBSD