diff options
author | Bo Anderson <mail@boanderson.me> | 2023-10-09 19:42:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-09 19:42:25 (GMT) |
commit | 9e9df93ffc6df5141843caf651d33d446676a414 (patch) | |
tree | a1ae2c85695a68e6bbfcdb0bb612ca7295ad3425 /pyconfig.h.in | |
parent | e913c6f4d6134ad04ecd59c0408d2b13ff44e342 (diff) | |
download | cpython-9e9df93ffc6df5141843caf651d33d446676a414.zip cpython-9e9df93ffc6df5141843caf651d33d446676a414.tar.gz cpython-9e9df93ffc6df5141843caf651d33d446676a414.tar.bz2 |
[3.11] gh-109191: Fix build with newer editline (gh-110239) (#110575)
(cherry picked from commit f4cb0d27cc08f490c42a22e646eb73cc7072d54a)
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 0536047..94d02e1 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -968,6 +968,9 @@ /* Define if you can turn off readline's signal handling. */ #undef HAVE_RL_CATCH_SIGNAL +/* Define if readline supports rl_compdisp_func_t */ +#undef HAVE_RL_COMPDISP_FUNC_T + /* Define if you have readline 2.2 */ #undef HAVE_RL_COMPLETION_APPEND_CHARACTER |