aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-10-13 22:59:40 +0000
committerJeffrey A Law <law@cygnus.com>1998-10-13 22:59:40 +0000
commit535d966041a1a16d2525fe64fe3063d64223f01a (patch)
tree7383fe93eb4c73695e4a18dc994d58d7df6b3456 /libiberty/config.in
parent33841e415ccd2e319986292da08e371198711581 (diff)
* 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: https://gcc.gnu.org/svn/gcc/trunk@23065 138bc75d-0d04-0410-961f-82ee72b054a4
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 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