diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-05-10 20:01:56 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-05-10 20:01:56 (GMT) |
commit | 316e02be83bf871e21d04aabb7d225333840864f (patch) | |
tree | 4d3f4a4c0bf4a85b3f67809010256eb60c74ee21 /pyconfig.h.in | |
parent | 48251e7765504b90495e2b00cea7213cd938ad81 (diff) | |
download | cpython-316e02be83bf871e21d04aabb7d225333840864f.zip cpython-316e02be83bf871e21d04aabb7d225333840864f.tar.gz cpython-316e02be83bf871e21d04aabb7d225333840864f.tar.bz2 |
run autoreconf
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 55272f1..c0cc7a1 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 |