diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-10-26 19:16:46 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-10-26 19:16:46 (GMT) |
commit | d9ff74e51dc0ede17116b590e2e544d1a2b7fe39 (patch) | |
tree | 50eb594796a523d7cd813174516307b1403da851 /pyconfig.h.in | |
parent | c1bdf891458d2f37aa90b27f3ea85379cbb0d967 (diff) | |
download | cpython-d9ff74e51dc0ede17116b590e2e544d1a2b7fe39.zip cpython-d9ff74e51dc0ede17116b590e2e544d1a2b7fe39.tar.gz cpython-d9ff74e51dc0ede17116b590e2e544d1a2b7fe39.tar.bz2 |
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.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index ff1734e..25187ce 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 |