added missing dependencies to fix failing unistr/ tests
[gnulib.git] / modules / strnlen
index 69f2f6a..9f9f2ca 100644 (file)
@@ -1,15 +1,26 @@
 Description:
+strnlen() function: determine the length of a size-bounded string.
 
 Files:
 lib/strnlen.c
 m4/strnlen.m4
 
 Depends-on:
+extensions
+string
+memchr
 
 configure.ac:
 gl_FUNC_STRNLEN
+gl_STRING_MODULE_INDICATOR([strnlen])
 
 Makefile.am:
 
 Include:
+<string.h>
 
+License:
+LGPLv2+
+
+Maintainer:
+all