* configure.ac: Check for resize_term.

* configure, config.in: Regenerate.
This commit is contained in:
Pedro Alves 2010-07-28 11:48:23 +00:00
parent 25313d6a3f
commit db5e03ae67
4 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2010-07-28 Pedro Alves <pedro@codesourcery.com>
* configure.ac: Check for resize_term.
* configure, config.in: Regenerate.
2010-07-27 Joel Brobecker <brobecker@adacore.com>
* MAINTAINERS (Write After Approval): Reorder a couple of entries.

View File

@ -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

2
gdb/configure vendored
View File

@ -12509,7 +12509,7 @@ $as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
fi
for ac_func in canonicalize_file_name realpath getrusage getuid \
getgid pipe poll pread64 sbrk setpgid setpgrp setsid \
getgid pipe poll pread64 resize_term sbrk setpgid setpgrp setsid \
sigaction sigprocmask sigsetmask socketpair syscall \
ttrace wborder setlocale iconvlist libiconvlist btowc \
setrlimit getrlimit posix_madvise

View File

@ -954,7 +954,7 @@ AC_FUNC_ALLOCA
AC_FUNC_MMAP
AC_FUNC_VFORK
AC_CHECK_FUNCS([canonicalize_file_name realpath getrusage getuid \
getgid pipe poll pread64 sbrk setpgid setpgrp setsid \
getgid pipe poll pread64 resize_term sbrk setpgid setpgrp setsid \
sigaction sigprocmask sigsetmask socketpair syscall \
ttrace wborder setlocale iconvlist libiconvlist btowc \
setrlimit getrlimit posix_madvise])