diff options
author | Jean-Paul Calderone <exarkun@divmod.com> | 2010-06-19 19:58:37 (GMT) |
---|---|---|
committer | Jean-Paul Calderone <exarkun@divmod.com> | 2010-06-19 19:58:37 (GMT) |
commit | 6ed7ac48ec7800d18b3361038f346ea43bea7e80 (patch) | |
tree | 3808d7d1e25ab9ebd6000feadb25bf82e75d7c81 /pyconfig.h.in | |
parent | 867c4354609b09b2425b188f212e54fc027be18f (diff) | |
download | cpython-6ed7ac48ec7800d18b3361038f346ea43bea7e80.zip cpython-6ed7ac48ec7800d18b3361038f346ea43bea7e80.tar.gz cpython-6ed7ac48ec7800d18b3361038f346ea43bea7e80.tar.bz2 |
Revert r82089. Commit was intended for a branch.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 9750b7b..d3a8786 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -620,12 +620,6 @@ /* Define to 1 if you have the <signal.h> header file. */ #undef HAVE_SIGNAL_H -/* Define to 1 if you have the `signalfd' function. */ -#undef HAVE_SIGNALFD - -/* Define to 1 if you have the `sigprocmask' function. */ -#undef HAVE_SIGPROCMASK - /* Define to 1 if you have the `sigrelse' function. */ #undef HAVE_SIGRELSE |