diff options
author | Pedro Alves <palves@redhat.com> | 2010-07-28 11:48:23 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2010-07-28 11:48:23 +0000 |
commit | db5e03ae671bcb204e7373850d4911a267baa8cd (patch) | |
tree | dcab9cf96f458909c3bfcc9fbc8a814f15c082ea /gdb/config.in | |
parent | 25313d6a3f66609ed77058554135835d558c5fec (diff) | |
download | gdb-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.in | 3 |
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 |