aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-26 04:11:34 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-26 04:11:34 +0000
commit2894793a7b11779557cd7d50f5eec63acf3c46fd (patch)
treeb72673027253a8929b6c872b38dae0a18dd3e090 /gdb/config.in
parentd60622826d14374d5b18ca343c4aae6627e58609 (diff)
downloadgdb-2894793a7b11779557cd7d50f5eec63acf3c46fd.zip
gdb-2894793a7b11779557cd7d50f5eec63acf3c46fd.tar.gz
gdb-2894793a7b11779557cd7d50f5eec63acf3c46fd.tar.bz2
Configure TUI to use <ncurses.h> when available.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index f43092a..7a634c1 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -237,6 +237,9 @@
/* Define if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
+/* Define if you have the <ncurses.h> header file. */
+#undef HAVE_NCURSES_H
+
/* Define if you have the <ndir.h> header file. */
#undef HAVE_NDIR_H