gh-105323: Remove WITH_APPLE_EDITLINE to use the same declaration for all editline (gh-112513)

This commit is contained in:
Tian Gao 2023-12-05 05:52:28 -09:00 committed by GitHub
parent 8cdfee1bb9
commit e7e1116a78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 36 deletions

View file

@ -1800,9 +1800,6 @@
/* Define if WINDOW in curses.h offers a field _flags. */
#undef WINDOW_HAS_FLAGS
/* Define to build the readline module against Apple BSD editline. */
#undef WITH_APPLE_EDITLINE
/* Define if you want build the _decimal module using a coroutine-local rather
than a thread-local context */
#undef WITH_DECIMAL_CONTEXTVAR