diff options
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 dd52efb..922147e 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -333,6 +333,9 @@ /* Define to 1 if you have the `readlink' function. */ #undef HAVE_READLINK +/* Define if you have readline 2.2 */ +#undef HAVE_RL_COMPLETION_APPEND_CHARACTER + /* Define if you have readline 4.2 */ #undef HAVE_RL_COMPLETION_MATCHES |