diff options
author | DJ Delorie <dj@redhat.com> | 2003-06-19 20:05:36 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-06-19 20:05:36 +0000 |
commit | 5f73c3782d031631d1e193da1b4149af5eeb0728 (patch) | |
tree | 1d239761a57ade3c038a41180246350d88874058 /libiberty/config.in | |
parent | 1171114a94363af05f5b8489a2437e3ec5cc0528 (diff) | |
download | gdb-5f73c3782d031631d1e193da1b4149af5eeb0728.zip gdb-5f73c3782d031631d1e193da1b4149af5eeb0728.tar.gz gdb-5f73c3782d031631d1e193da1b4149af5eeb0728.tar.bz2 |
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 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 |