diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-08-05 21:15:29 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-08-05 21:15:29 +0000 |
commit | c1687039ebb6da080ce43dd66a493485ad22aa62 (patch) | |
tree | c4aea4092d27179fa60be5c02eeb5eadcabd20df /libiberty/config.in | |
parent | 5d54c62870438863320321eb704a13fc4c85953a (diff) | |
download | gdb-c1687039ebb6da080ce43dd66a493485ad22aa62.zip gdb-c1687039ebb6da080ce43dd66a493485ad22aa62.tar.gz gdb-c1687039ebb6da080ce43dd66a493485ad22aa62.tar.bz2 |
Revert last patch to xmalloc.c, and instead bring over this patch from
egcs:
Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu>
* configure.in (checkfuncs): Check for sbrk.
* config.in: Rebuilt.
* configure: Likewise.
* xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index ba72d86..4d256c9 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 @@ -196,6 +202,9 @@ /* Define if you have the <sys/param.h> header file. */ #undef HAVE_SYS_PARAM_H +/* Define if you have the <sys/resource.h> header file. */ +#undef HAVE_SYS_RESOURCE_H + /* Define if you have the <sys/time.h> header file. */ #undef HAVE_SYS_TIME_H |