changeset 2699:c7a0e609380a

(AC_CHECK_DECLS): Add strnlen.
author Jim Meyering <jim@meyering.net>
date Tue, 04 Jul 2000 09:03:26 +0000
parents 89dba770ffc7
children d6e404729973
files m4/check-decl.m4
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/check-decl.m4
+++ b/m4/check-decl.m4
@@ -1,4 +1,4 @@
-#serial 13
+#serial 14
 
 dnl This is just a wrapper function to encapsulate this kludge.
 dnl Putting it in a separate file like this helps share it between
@@ -56,6 +56,7 @@
     realloc,
     stpcpy,
     strndup,
+    strnlen,
     strstr,
     strtoul,
     strtoull,