aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2010-07-28 11:48:23 +0000
committerPedro Alves <palves@redhat.com>2010-07-28 11:48:23 +0000
commitdb5e03ae671bcb204e7373850d4911a267baa8cd (patch)
treedcab9cf96f458909c3bfcc9fbc8a814f15c082ea /gdb/config.in
parent25313d6a3f66609ed77058554135835d558c5fec (diff)
downloadgdb-db5e03ae671bcb204e7373850d4911a267baa8cd.zip
gdb-db5e03ae671bcb204e7373850d4911a267baa8cd.tar.gz
gdb-db5e03ae671bcb204e7373850d4911a267baa8cd.tar.bz2
* configure.ac: Check for resize_term.
* configure, config.in: Regenerate.
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 1fc457d..635b85b 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -461,6 +461,9 @@
/* Define to 1 if you have the `realpath' function. */
#undef HAVE_REALPATH
+/* Define to 1 if you have the `resize_term' function. */
+#undef HAVE_RESIZE_TERM
+
/* Define to 1 if you have the `sbrk' function. */
#undef HAVE_SBRK