aboutsummaryrefslogtreecommitdiff
path: root/binutils/config.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2013-04-05 04:13:41 +0000
committerAlan Modra <amodra@gmail.com>2013-04-05 04:13:41 +0000
commit952781e82cc7dd01165447f137ea88f83f2c6bdf (patch)
tree56a421bc7ecddd869f9cc022da62038dc5a2e5fd /binutils/config.in
parent4b7654eed702241bfa2c3714a9f1a42acfba5c4f (diff)
downloadgdb-952781e82cc7dd01165447f137ea88f83f2c6bdf.zip
gdb-952781e82cc7dd01165447f137ea88f83f2c6bdf.tar.gz
gdb-952781e82cc7dd01165447f137ea88f83f2c6bdf.tar.bz2
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 f5f3298..0a8551f 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