diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-10-26 19:32:51 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-10-26 19:32:51 (GMT) |
commit | 37276007210401de5ace8755066ff84048b09bd6 (patch) | |
tree | bc213ed565564eba9cc927e1718b1807664caa82 /pyconfig.h.in | |
parent | d59fb36d351d3cd7625502fdc81be22296345bb1 (diff) | |
download | cpython-37276007210401de5ace8755066ff84048b09bd6.zip cpython-37276007210401de5ace8755066ff84048b09bd6.tar.gz cpython-37276007210401de5ace8755066ff84048b09bd6.tar.bz2 |
Merged revisions 75726 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r75726 | antoine.pitrou | 2009-10-26 20:22:14 +0100 (lun., 26 oct. 2009) | 10 lines
Merged revisions 75725 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75725 | antoine.pitrou | 2009-10-26 20:16:46 +0100 (lun., 26 oct. 2009) | 4 lines
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 025441d..2e59956 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -524,6 +524,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 |