summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-09-25 09:17:47 +0000
committerMark Kettenis <kettenis@gnu.org>2004-09-25 09:17:47 +0000
commite2e86a98e6e63d636edd6aff9c18a9042d49c566 (patch)
treefef154ef52c184f2c71cb6188afd79e6eaab5bfd /gdb/config.in
parentc55fb1e0b42780fecfd8d46c275df782bf20c528 (diff)
downloadgdb-e2e86a98e6e63d636edd6aff9c18a9042d49c566.tar.gz
* configure.in: Check for waddstr instead of mvwaddstr when
searching for curses library. Check for wborder. * configure, config.in: Regenerate. * tui/tui-wingeneral.c (box_win): Use box if wborder isn't 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 e97479f2be4..ed44c994b85 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -263,6 +263,9 @@
/* Define if you have the ttrace function. */
#undef HAVE_TTRACE
+/* Define if you have the wborder function. */
+#undef HAVE_WBORDER
+
/* Define if you have the <argz.h> header file. */
#undef HAVE_ARGZ_H