aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorMumit Khan <khan@xraylith.wisc.edu>1999-04-15 22:05:35 +0000
committerJeff Law <law@gcc.gnu.org>1999-04-15 16:05:35 -0600
commitacbbd80a549738efba5710a1e4fee114fd08056e (patch)
tree0ee0d2463aa466f8760f6e1c1f676361d5e55672 /libiberty/config.in
parentd825fa8795d3e7e98ecf28eaf3e8ce38c5cde441 (diff)
downloadgcc-acbbd80a549738efba5710a1e4fee114fd08056e.zip
gcc-acbbd80a549738efba5710a1e4fee114fd08056e.tar.gz
gcc-acbbd80a549738efba5710a1e4fee114fd08056e.tar.bz2
configure.in (checkfuncs): Check for sbrk.
* configure.in (checkfuncs): Check for sbrk. * config.in: Rebuilt. * configure: Likewise. * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions. From-SVN: r26480
Diffstat (limited to 'libiberty/config.in')
-rw-r--r--libiberty/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in
index ba72d86..520729f 100644
--- a/libiberty/config.in
+++ b/libiberty/config.in
@@ -106,6 +106,9 @@
/* Define if you have the memset function. */
#undef HAVE_MEMSET
+/* Define if you have the mkstemps function. */
+#undef HAVE_MKSTEMPS
+
/* Define if you have the on_exit function. */
#undef HAVE_ON_EXIT
@@ -121,6 +124,9 @@
/* Define if you have the rindex function. */
#undef HAVE_RINDEX
+/* Define if you have the sbrk function. */
+#undef HAVE_SBRK
+
/* Define if you have the sigsetmask function. */
#undef HAVE_SIGSETMASK