summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2019-02-25 21:37:59 -0800
committerBenjamin Peterson <benjamin@python.org>2019-02-25 21:37:59 -0800
commitb84df2d7cc755b6097cfcd3b1515035844590545 (patch)
treecd60fc8d1a112b2cec8e7f34aa4f083a7fd5a535 /pyconfig.h.in
parent90c6facebd5666fec85f125ee2795b48b30319a4 (diff)
downloadcpython-git-b84df2d7cc755b6097cfcd3b1515035844590545.tar.gz
Run autoreconf.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in24
1 files changed, 12 insertions, 12 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 8db06d9100..d41d579327 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -144,18 +144,6 @@
/* Define to 1 if you have the `copysign' function. */
#undef HAVE_COPYSIGN
-/* Define to 1 if you must link with -lrt for shm_open(). */
-#undef SHM_NEEDS_LIBRT
-
-/* Define to 1 if you have the <sys/mman.h> header file. */
-#undef HAVE_SYS_MMAN_H
-
-/* Define to 1 if you have the shm_open syscall */
-#undef HAVE_SHM_OPEN
-
-/* Define to 1 if you have the shm_unlink syscall */
-#undef HAVE_SHM_UNLINK
-
/* Define to 1 if you have the <crypt.h> header file. */
#undef HAVE_CRYPT_H
@@ -930,6 +918,12 @@
/* Define to 1 if you have the <shadow.h> header file. */
#undef HAVE_SHADOW_H
+/* Define to 1 if you have the `shm_open' function. */
+#undef HAVE_SHM_OPEN
+
+/* Define to 1 if you have the `shm_unlink' function. */
+#undef HAVE_SHM_UNLINK
+
/* Define to 1 if you have the `sigaction' function. */
#undef HAVE_SIGACTION
@@ -1109,6 +1103,9 @@
/* Define to 1 if you have the <sys/mkdev.h> header file. */
#undef HAVE_SYS_MKDEV_H
+/* Define to 1 if you have the <sys/mman.h> header file. */
+#undef HAVE_SYS_MMAN_H
+
/* Define to 1 if you have the <sys/modem.h> header file. */
#undef HAVE_SYS_MODEM_H
@@ -1383,6 +1380,9 @@
/* Define if setpgrp() must be called as setpgrp(0, 0). */
#undef SETPGRP_HAVE_ARG
+/* Define to 1 if you must link with -lrt for shm_open(). */
+#undef SHM_NEEDS_LIBRT
+
/* Define if i>>j for signed int i does not extend the sign bit when i < 0 */
#undef SIGNED_RIGHT_SHIFT_ZERO_FILLS