summaryrefslogtreecommitdiff
path: root/binutils/config.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2013-04-05 04:13:41 +0000
committerAlan Modra <amodra@bigpond.net.au>2013-04-05 04:13:41 +0000
commitcd33434d8c8d21bfbdc5858aaeb89f8694e9b0f0 (patch)
tree712ea49dd9dcfd07ff39339e9e8fbbdb74130743 /binutils/config.in
parent3778541840b7619bcacda1ef576181bc3584cd10 (diff)
downloadbinutils-redhat-cd33434d8c8d21bfbdc5858aaeb89f8694e9b0f0.tar.gz
PR binutils/15324
* configure.in: Add strnlen to AC_CHECK_DECLS, sort. * dwarf.c (strnlen): Provide fallback decl. * config.in: Regnerate. * configure: Regenerate.
Diffstat (limited to 'binutils/config.in')
-rw-r--r--binutils/config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/config.in b/binutils/config.in
index f5f3298a1e..0a8551ffc0 100644
--- a/binutils/config.in
+++ b/binutils/config.in
@@ -63,6 +63,10 @@
*/
#undef HAVE_DECL_STPCPY
+/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
+ don't. */
+#undef HAVE_DECL_STRNLEN
+
/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
*/
#undef HAVE_DECL_STRSTR