diff options
author | DJ Delorie <dj@delorie.com> | 2003-06-19 20:05:36 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2003-06-19 20:05:36 +0000 |
commit | a927a95ba579acb4704de04c84fc46059aada76d (patch) | |
tree | 0f98147c26f55ad7bf4384279f971ebd48353cd4 /libiberty/config.in | |
parent | e412704747c9bfcd5f313a3e362a7a125cc69f38 (diff) | |
download | gdb-a927a95ba579acb4704de04c84fc46059aada76d.tar.gz |
merge from gcc
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 |