diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-09-30 21:09:59 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-09-30 21:09:59 (GMT) |
commit | 0daad598d0947395248f087c2aa347083f440e36 (patch) | |
tree | f102f904cd0d76c2ccf2304cc5b630640c2b3646 /pyconfig.h.in | |
parent | 16dc7f44b1116aab58897bc7e94cb972488206fc (diff) | |
download | cpython-0daad598d0947395248f087c2aa347083f440e36.zip cpython-0daad598d0947395248f087c2aa347083f440e36.tar.gz cpython-0daad598d0947395248f087c2aa347083f440e36.tar.bz2 |
Patch #462122: add readline startup and pre_event hooks.
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 9250e66..00dea75 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -149,6 +149,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 |