diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-09-04 17:21:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-04 17:21:42 (GMT) |
commit | a2344851abd3b146ff09d3fc13adb262a7c5450b (patch) | |
tree | 5ea54d89dfdeac9a80e286cf391c19e813c7cb85 /pyconfig.h.in | |
parent | fc96f1e95ef1d6edd1eb4538da40259866422c5a (diff) | |
download | cpython-a2344851abd3b146ff09d3fc13adb262a7c5450b.zip cpython-a2344851abd3b146ff09d3fc13adb262a7c5450b.tar.gz cpython-a2344851abd3b146ff09d3fc13adb262a7c5450b.tar.bz2 |
remove autoconf check for select() (#3283)
We never actually check HAVE_SELECT.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 64b5f03..a524204 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -775,9 +775,6 @@ /* Define to 1 if you have the `sched_setscheduler' function. */ #undef HAVE_SCHED_SETSCHEDULER -/* Define to 1 if you have the `select' function. */ -#undef HAVE_SELECT - /* Define to 1 if you have the `sem_getvalue' function. */ #undef HAVE_SEM_GETVALUE |