summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-09-30 21:09:59 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-09-30 21:09:59 (GMT)
commit0daad598d0947395248f087c2aa347083f440e36 (patch)
treef102f904cd0d76c2ccf2304cc5b630640c2b3646 /acconfig.h
parent16dc7f44b1116aab58897bc7e94cb972488206fc (diff)
downloadcpython-0daad598d0947395248f087c2aa347083f440e36.zip
cpython-0daad598d0947395248f087c2aa347083f440e36.tar.gz
cpython-0daad598d0947395248f087c2aa347083f440e36.tar.bz2
Patch #462122: add readline startup and pre_event hooks.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index ded68bb..9e30ab5 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -87,6 +87,9 @@
/* Define if you have GNU PTH threads */
#undef HAVE_PTH
+/* Define if you have readline 4.0 */
+#undef HAVE_RL_PRE_INPUT_HOOK
+
/* Define if you have readline 4.2 */
#undef HAVE_RL_COMPLETION_MATCHES