summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2010-07-28 11:48:20 +0000
committerPedro Alves <pedro@codesourcery.com>2010-07-28 11:48:20 +0000
commit0a625e37eedfdf9ab15294e6a4bc6b61655cd768 (patch)
tree28d5ea55a10efae8da72ad24b3f07b1f0f913f78 /gdb/config.in
parent3385a47878a034f1846463c3dc762b843b7622ec (diff)
downloadgdb-0a625e37eedfdf9ab15294e6a4bc6b61655cd768.tar.gz
* 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 1fc457daf4d..635b85b958c 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