mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-109191: Fix build with newer editline (gh-110239)
This commit is contained in:
parent
12cc6792d0
commit
f4cb0d27cc
5 changed files with 31 additions and 1 deletions
|
@ -983,6 +983,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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue