summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorAntoine Pitrou <pitrou@free.fr>2017-07-18 17:05:03 +0200
committerGitHub <noreply@github.com>2017-07-18 17:05:03 +0200
commitf474c5a3f3c1fbc0383800b88e8518d43a52d1d1 (patch)
tree9c29ab7759d4e8b23dcf2ba3f0ff84bf94e9e299 /pyconfig.h.in
parentefa26bcd5085279fc4e9ae96d052272a5214c2bd (diff)
downloadcpython-git-f474c5a3f3c1fbc0383800b88e8518d43a52d1d1.tar.gz
bpo-30946: Remove obsolete fallback code in readline module (#2738)
* Remove obsolete fallback code in readline module * Add NEWS * Remove obsolete include * Fix macro on Windows
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index b4d1f1b503..0dd05aa65b 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -733,9 +733,6 @@
/* Define if readline supports append_history */
#undef HAVE_RL_APPEND_HISTORY
-/* Define if you have readline 2.1 */
-#undef HAVE_RL_CALLBACK
-
/* Define if you can turn off readline's signal handling. */
#undef HAVE_RL_CATCH_SIGNAL
@@ -778,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