summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-09-04 10:21:42 -0700
committerGitHub <noreply@github.com>2017-09-04 10:21:42 -0700
commita2344851abd3b146ff09d3fc13adb262a7c5450b (patch)
tree5ea54d89dfdeac9a80e286cf391c19e813c7cb85 /pyconfig.h.in
parentfc96f1e95ef1d6edd1eb4538da40259866422c5a (diff)
downloadcpython-git-a2344851abd3b146ff09d3fc13adb262a7c5450b.tar.gz
remove autoconf check for select() (#3283)
We never actually check HAVE_SELECT.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 64b5f0371b..a524204e75 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