From 3b78cdbb321bb2d9904f8671eba09ac0ffab1f3b Mon Sep 17 00:00:00 2001 From: Dave Anglin Date: Tue, 9 Nov 2004 00:59:03 +0000 Subject: * configure.in: Check for ncurses/term.h. * gdb_curses.h: Include term.h here, prefering ncurses/term.h. * utils.c: Include gdb_curses.h instead of curses.h and term.h. * tui/tui.c: Don't include term.h. * configure, config.in: Rebuilt. --- gdb/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/config.in') diff --git a/gdb/config.in b/gdb/config.in index ed44c99..8f0c8bf 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -314,6 +314,9 @@ /* Define if you have the header file. */ #undef HAVE_NCURSES_NCURSES_H +/* Define if you have the header file. */ +#undef HAVE_NCURSES_TERM_H + /* Define if you have the header file. */ #undef HAVE_NDIR_H -- cgit v1.1