aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorDavid Taylor <taylor@redhat.com>1999-01-06 23:10:48 +0000
committerDavid Taylor <taylor@redhat.com>1999-01-06 23:10:48 +0000
commit460845ab29f7ad9fed59073a2b53d690ca0d9eb9 (patch)
tree3adc3c5e11437bbcf28d1d50ba85094836df0824 /gdb/config.in
parent5ee261db889d2e0781cac6e50d79d8e1726809cf (diff)
downloadgdb-460845ab29f7ad9fed59073a2b53d690ca0d9eb9.zip
gdb-460845ab29f7ad9fed59073a2b53d690ca0d9eb9.tar.gz
gdb-460845ab29f7ad9fed59073a2b53d690ca0d9eb9.tar.bz2
HP merge related changes; TUI stuff; new configs for 10.20 and 11.00; new files.
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 c559fb6..cb89161 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -120,6 +120,9 @@
/* Define if your locale.h file contains LC_MESSAGES. */
#undef HAVE_LC_MESSAGES
+/* Define if you want to use the full-screen terminal user interface. */
+#undef TUI
+
/* Define if <proc_service.h> on solaris uses int instead of
size_t, and assorted other type changes. */
#undef PROC_SERVICE_IS_OLD