diff options
author | Nick Clifton <nickc@redhat.com> | 2012-05-11 14:25:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-05-11 14:25:30 +0000 |
commit | 208a4923edd990535a9bbf73bf39a8609771aec3 (patch) | |
tree | 03814f8704619ced31086f6b9e5bd345889fab33 /ld/config.in | |
parent | bde24c0a34fd79fb9ee6c7a355a46917cd866d26 (diff) | |
download | gdb-208a4923edd990535a9bbf73bf39a8609771aec3.zip gdb-208a4923edd990535a9bbf73bf39a8609771aec3.tar.gz gdb-208a4923edd990535a9bbf73bf39a8609771aec3.tar.bz2 |
PR binutils/14028
* configure.in: Invoke ACX_HEADER_STRING.
* configure: Regenerate.
* config.in: Regenerate.
* sysdep.h: If STRINGS_WITH_STRING is defined then include both
string.h and strings.h.
Diffstat (limited to 'ld/config.in')
-rw-r--r-- | ld/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/config.in b/ld/config.in index 0a3219e..bb4f5fa 100644 --- a/ld/config.in +++ b/ld/config.in @@ -178,6 +178,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 + /* Use b modifier when opening binary files? */ #undef USE_BINARY_FOPEN |