summaryrefslogtreecommitdiff
path: root/opcodes/config.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2012-05-11 14:25:25 +0000
committerNick Clifton <nickc@redhat.com>2012-05-11 14:25:25 +0000
commitc8f4db3137c73c932e34c919b1797e8d88b8d09b (patch)
treebbc3d4ad5a60929d211c457fbecc1ccd6e349419 /opcodes/config.in
parent39bcaf6f7f1dccbd4ddc8e9168aa21bb2d286ce9 (diff)
downloadbinutils-redhat-c8f4db3137c73c932e34c919b1797e8d88b8d09b.tar.gz
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 'opcodes/config.in')
-rw-r--r--opcodes/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/config.in b/opcodes/config.in
index fab2a5120f..4eec821b30 100644
--- a/opcodes/config.in
+++ b/opcodes/config.in
@@ -73,6 +73,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
+
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE