diff options
author | Dara Hazeghi <dhazeghi@yahoo.com> | 2003-06-19 19:04:03 +0000 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2003-06-19 15:04:03 -0400 |
commit | cf8e4b78762b282387140a4cf54c880bbc87acd4 (patch) | |
tree | ac195bf90dec9c09ee26c024098cd64f92ec748d /libiberty/config.in | |
parent | 5f6c070d3db282ca4b07569f2cf8ba9951979110 (diff) | |
download | gcc-cf8e4b78762b282387140a4cf54c880bbc87acd4.zip gcc-cf8e4b78762b282387140a4cf54c880bbc87acd4.tar.gz gcc-cf8e4b78762b282387140a4cf54c880bbc87acd4.tar.bz2 |
configure.in: Add check for malloc.h needed by m68k for function free().
* configure.in: Add check for malloc.h needed by
m68k for function free().
* configure: Regenerated.
* config.in: Add HAVE_MALLOC_H.
* hashtab.c: include malloc.h were available for
free().
From-SVN: r68213
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index 51d161a..50ed326 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -291,6 +291,9 @@ /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define if you have the <malloc.h> header file. */ +#undef HAVE_MALLOC_H + /* whether byteorder is bigendian */ #undef WORDS_BIGENDIAN |