diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-10-13 22:59:40 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-10-13 16:59:40 -0600 |
commit | 73aeb2ff9b05da69dd92ad674608df424252593c (patch) | |
tree | 7383fe93eb4c73695e4a18dc994d58d7df6b3456 /libiberty/config.in | |
parent | f096ce6675c52621eb6b9a7f802129de3c02f8b2 (diff) | |
download | gcc-73aeb2ff9b05da69dd92ad674608df424252593c.tar.gz |
getopt.c: Check HAVE_STRINGS_H before including strings.h.
* getopt.c: Check HAVE_STRINGS_H before including strings.h.
* configure.in (AC_CHECK_HEADERS): Check for strings.h too.
* config.in, configure: Rebuilt.
From-SVN: r23065
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 4195348d537..51da7984749 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -181,6 +181,9 @@ /* Define if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define if you have the <strings.h> header file. */ +#undef HAVE_STRINGS_H + /* Define if you have the <sys/file.h> header file. */ #undef HAVE_SYS_FILE_H |