File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66#include <ncurses.h>
77#else
88#include <curses.h>
9+ #ifdef HAVE_TERM_H
10+ /* for tigetstr, which is not declared in SysV curses */
11+ #include <term.h>
12+ #endif
913#endif
1014
1115#ifdef __cplusplus
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- # From configure.in Revision: 1.265
3+ # From configure.in Revision: 1.266
44
55# Guess values for system-dependent variables and create Makefiles.
66# Generated automatically using autoconf version 2.13
@@ -1903,7 +1903,7 @@ ncurses.h poll.h pthread.h \
19031903signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \
19041904sys/audioio.h sys/file.h sys/lock.h sys/modem.h db_185.h db.h \
19051905sys/param.h sys/poll.h sys/select.h sys/socket.h sys/time.h sys/times.h \
1906- sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h \
1906+ sys/un.h sys/utsname.h sys/wait.h pty.h term.h libutil.h \
19071907ndbm.h db1/ndbm.h gdbm/ndbm.h sys/resource.h netpacket/packet.h
19081908do
19091909ac_safe=` echo " $ac_hdr " | sed ' y%./+-%__p_%' `
Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ ncurses.h poll.h pthread.h \
448448signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \
449449sys/audioio.h sys/file.h sys/lock.h sys/modem.h db_185.h db.h \
450450sys/param.h sys/poll.h sys/select.h sys/socket.h sys/time.h sys/times.h \
451- sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h \
451+ sys/un.h sys/utsname.h sys/wait.h pty.h term.h libutil.h \
452452ndbm.h db1/ndbm.h gdbm/ndbm.h sys/resource.h netpacket/packet.h)
453453AC_HEADER_DIRENT
454454
Original file line number Diff line number Diff line change 699699/* Define if you have the <sys/wait.h> header file. */
700700#undef HAVE_SYS_WAIT_H
701701
702+ /* Define if you have the <term.h> header file. */
703+ #undef HAVE_TERM_H
704+
702705/* Define if you have the <termios.h> header file. */
703706#undef HAVE_TERMIOS_H
704707
You can’t perform that action at this time.
0 commit comments