mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Check for term.h and include it on non-ncurses system to get a declaration
for tigetstr.
This commit is contained in:
parent
1c07b4b4fb
commit
6953233a35
4 changed files with 10 additions and 3 deletions
|
@ -448,7 +448,7 @@ ncurses.h poll.h pthread.h \
|
|||
signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \
|
||||
sys/audioio.h sys/file.h sys/lock.h sys/modem.h db_185.h db.h \
|
||||
sys/param.h sys/poll.h sys/select.h sys/socket.h sys/time.h sys/times.h \
|
||||
sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h \
|
||||
sys/un.h sys/utsname.h sys/wait.h pty.h term.h libutil.h \
|
||||
ndbm.h db1/ndbm.h gdbm/ndbm.h sys/resource.h netpacket/packet.h)
|
||||
AC_HEADER_DIRENT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue