summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-09-04 13:13:14 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-09-04 13:13:14 (GMT)
commit58bd49f5fec11751806d869a8479f59e13d2d558 (patch)
treeb26bfc9be3dd4d37d196ab97cd5008e0891f2a50 /pyconfig.h.in
parentaf699dd621e83a1569e7325a8d80f54b6585ea6d (diff)
downloadcpython-58bd49f5fec11751806d869a8479f59e13d2d558.zip
cpython-58bd49f5fec11751806d869a8479f59e13d2d558.tar.gz
cpython-58bd49f5fec11751806d869a8479f59e13d2d558.tar.bz2
Patch #1388440: Add set_completion_display_matches_hook and
get_completion_type to readline.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 012bf7e..16c85a5 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -432,6 +432,9 @@
/* Define if you have readline 2.2 */
#undef HAVE_RL_COMPLETION_APPEND_CHARACTER
+/* Define if you have readline 4.0 */
+#undef HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK
+
/* Define if you have readline 4.2 */
#undef HAVE_RL_COMPLETION_MATCHES