summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-10-26 19:16:46 +0000
committerAntoine Pitrou <solipsis@pitrou.net>2009-10-26 19:16:46 +0000
commit2ab66a442ae8aaca38049faea9cb87be7c82cc83 (patch)
tree2c26da082874110dc054655825bac9c6cb5aaf68 /pyconfig.h.in
parentbf1c1e18e93a64e066c00d0ce5ecd444ea9df2f0 (diff)
downloadcpython-2ab66a442ae8aaca38049faea9cb87be7c82cc83.tar.gz
Some platforms have rl_completion_append_character but not rl_completion_suppress_append.
Reported by Mark D.
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 ff1734e098..25187ced0b 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -529,6 +529,9 @@
/* Define if you have readline 4.2 */
#undef HAVE_RL_COMPLETION_MATCHES
+/* Define if you have rl_completion_suppress_append */
+#undef HAVE_RL_COMPLETION_SUPPRESS_APPEND
+
/* Define if you have readline 4.0 */
#undef HAVE_RL_PRE_INPUT_HOOK