diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-19 19:04:03 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-19 19:04:03 +0000 |
commit | c08775b23aa09d7451f2f87533c3ccdb5096d762 (patch) | |
tree | ac195bf90dec9c09ee26c024098cd64f92ec748d /libiberty/config.in | |
parent | c2f2aba85039d6291a3b4863e0dd9879aebd7397 (diff) | |
download | gcc-c08775b23aa09d7451f2f87533c3ccdb5096d762.tar.gz |
* 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().
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68213 138bc75d-0d04-0410-961f-82ee72b054a4
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 51d161a4606..50ed3266852 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 |