Configure TUI to use <ncurses.h> when available.

This commit is contained in:
Andrew Cagney
2000-05-26 04:11:34 +00:00
parent d60622826d
commit 2894793a7b
8 changed files with 359 additions and 331 deletions

View File

@@ -97,13 +97,14 @@ case $host_os in solaris2.7) case "$GCC" in yes)
AC_DEFINE(_MSE_INT_H)
esac; esac
AC_CHECK_HEADERS(ctype.h curses.h endian.h link.h thread_db.h proc_service.h \
AC_CHECK_HEADERS(ctype.h endian.h link.h thread_db.h proc_service.h \
memory.h objlist.h ptrace.h sgtty.h stddef.h stdlib.h \
string.h sys/procfs.h sys/ptrace.h sys/reg.h stdint.h \
term.h termio.h termios.h unistd.h wait.h sys/wait.h \
wchar.h wctype.h asm/debugreg.h sys/debugreg.h sys/select.h \
time.h sys/ioctl.h sys/user.h \
dirent.h sys/ndir.h sys/dir.h ndir.h)
dirent.h sys/ndir.h sys/dir.h ndir.h \
curses.h ncurses.h)
AC_HEADER_STAT
AC_C_CONST