diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 <ncurses/ncurses.h> header file. */ #undef HAVE_NCURSES_NCURSES_H +/* Define if you have the <ncurses/term.h> header file. */ +#undef HAVE_NCURSES_TERM_H + /* Define if you have the <ndir.h> header file. */ #undef HAVE_NDIR_H |