aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-10-13 22:59:40 +0000
committerJeff Law <law@gcc.gnu.org>1998-10-13 16:59:40 -0600
commit73aeb2ff9b05da69dd92ad674608df424252593c (patch)
tree7383fe93eb4c73695e4a18dc994d58d7df6b3456 /libiberty/config.in
parentf096ce6675c52621eb6b9a7f802129de3c02f8b2 (diff)
downloadgcc-73aeb2ff9b05da69dd92ad674608df424252593c.zip
gcc-73aeb2ff9b05da69dd92ad674608df424252593c.tar.gz
gcc-73aeb2ff9b05da69dd92ad674608df424252593c.tar.bz2
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.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in
index 4195348..51da798 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