diff options
author | Jim Wilson <wilson@tuliptree.org> | 2005-05-05 18:51:14 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2005-05-05 18:51:14 +0000 |
commit | 2e0fbf779582c50ee14125fe8c50738d5ca7041d (patch) | |
tree | a0502073915110d83ba5d3dd30286eb8510a5cb0 /bfd/config.in | |
parent | 5faa8e3921b9ab6c7cd50930baad1e8665fc8203 (diff) | |
download | gdb-2e0fbf779582c50ee14125fe8c50738d5ca7041d.zip gdb-2e0fbf779582c50ee14125fe8c50738d5ca7041d.tar.gz gdb-2e0fbf779582c50ee14125fe8c50738d5ca7041d.tar.bz2 |
Fix ia64-hpux build failure, patch from Steve Ellcey.
* configure.in (ACX_HEADER_STRING): New.
* configure: Regenerate.
* config.in: Regenerate.
* sysdep.h (STRING_WITH_STRINGS): Use.
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in index 6bdbb6a..cb5515c 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -322,6 +322,9 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define if you can safely include both <string.h> and <strings.h>. */ +#undef STRING_WITH_STRINGS + /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ #undef TIME_WITH_SYS_TIME |