aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2018-09-18 23:49:05 -0700
committerGitHub <noreply@github.com>2018-09-18 23:49:05 -0700
commitb3b8cb419e496629873fa7dda82a01863f58617a (patch)
tree50b27d9bf4477aa44b5c489af634d634eb3ae0bc /pyconfig.h.in
parentbpo-25711: Move _ZipImportResourceReader from importlib to zipimport. (GH-9406) (diff)
downloadcpython-b3b8cb419e496629873fa7dda82a01863f58617a.tar.gz
cpython-b3b8cb419e496629873fa7dda82a01863f58617a.tar.bz2
cpython-b3b8cb419e496629873fa7dda82a01863f58617a.zip
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 360f79994fa..41e0479cad2 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