commit | 58bd49f5fec11751806d869a8479f59e13d2d558 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Sep 04 13:13:14 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Sep 04 13:13:14 2007 +0000 |
tree | b26bfc9be3dd4d37d196ab97cd5008e0891f2a50 | |
parent | af699dd621e83a1569e7325a8d80f54b6585ea6d [diff] [blame] |
Patch #1388440: Add set_completion_display_matches_hook and get_completion_type to readline.
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