summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-05-10 15:01:56 -0500
committerBenjamin Peterson <benjamin@python.org>2011-05-10 15:01:56 -0500
commitb3c31a9a4e39254b217d65a94eef587758297495 (patch)
tree31504e65777d51ef184f8b993d9920eed6a7216e /pyconfig.h.in
parentdf46cb5c31ef76fc8a56af58376a860c1e465d5d (diff)
downloadcpython-b3c31a9a4e39254b217d65a94eef587758297495.tar.gz
run autoreconf
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 55272f11ea..c0cc7a1228 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -494,7 +494,7 @@
/* Define this if you have the makedev macro. */
#undef HAVE_MAKEDEV
-/* Define this if mallopt can set malloc mmap threshold. */
+/* Define if mallopt can set malloc mmap threshold. */
#undef HAVE_MALLOPT_MMAP_THRESHOLD
/* Define to 1 if you have the `mbrtowc' function. */
@@ -590,12 +590,12 @@
/* Define to 1 if you have the `pthread_init' function. */
#undef HAVE_PTHREAD_INIT
-/* Define to 1 if you have the `pthread_sigmask' function. */
-#undef HAVE_PTHREAD_SIGMASK
-
/* Define to 1 if you have the `pthread_kill' function. */
#undef HAVE_PTHREAD_KILL
+/* Define to 1 if you have the `pthread_sigmask' function. */
+#undef HAVE_PTHREAD_SIGMASK
+
/* Define to 1 if you have the <pty.h> header file. */
#undef HAVE_PTY_H
@@ -725,12 +725,12 @@
/* Define to 1 if you have the `siginterrupt' function. */
#undef HAVE_SIGINTERRUPT
-/* Define to 1 if you have the `sigpending' function. */
-#undef HAVE_SIGPENDING
-
/* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H
+/* Define to 1 if you have the `sigpending' function. */
+#undef HAVE_SIGPENDING
+
/* Define to 1 if you have the `sigrelse' function. */
#undef HAVE_SIGRELSE