diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-13 22:59:40 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-13 22:59:40 +0000 |
commit | 5dfe2c03cd9b3caa8ab8405bdf6ce652e47ae0a4 (patch) | |
tree | 7383fe93eb4c73695e4a18dc994d58d7df6b3456 /libiberty/config.in | |
parent | 9bf67ab7403e2c9858fb06da170f06a5c094c0ce (diff) | |
download | gcc-5dfe2c03cd9b3caa8ab8405bdf6ce652e47ae0a4.tar.gz |
* getopt.c: Check HAVE_STRINGS_H before including strings.h.
* configure.in (AC_CHECK_HEADERS): Check for strings.h too.
* config.in, configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23065 138bc75d-0d04-0410-961f-82ee72b054a4
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 |