aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-04-13 04:38:55 +0000
committerFred Fish <fnf@specifix.com>1996-04-13 04:38:55 +0000
commit38d715a4c80f5b19e55a06cf3da6d8a9f114763c (patch)
tree13a0db1439547fe469a8fb603dab457bb2122dd3 /gdb/config.in
parent07f48792d265b497e6479310f4925d1ee1ce58c4 (diff)
downloadgdb-38d715a4c80f5b19e55a06cf3da6d8a9f114763c.zip
gdb-38d715a4c80f5b19e55a06cf3da6d8a9f114763c.tar.gz
gdb-38d715a4c80f5b19e55a06cf3da6d8a9f114763c.tar.bz2
* README: Update for 4.16 release.
* configure.in (AC_CHECK_FUNCS): Also check for sbrk. * configure: Regenerate with autoconf. * config.in: Regenerate with autoheader. * main.c (main): Only use sbrk() when HAVE_SBRK is defined. * top.c (command_loop): Ditto.
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 1e83f33..a5c51ad 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -41,6 +41,9 @@
/* Define if you have the getpagesize function. */
#undef HAVE_GETPAGESIZE
+/* Define if you have the sbrk function. */
+#undef HAVE_SBRK
+
/* Define if you have the setpgid function. */
#undef HAVE_SETPGID