havelib: Remove the need to include asm-underscore.m4.
[gnulib.git] / modules / strnlen
blobc78167113d4b0ac9a3ac616ceb72e88dd8da042e
1 Description:
2 strnlen() function: determine the length of a size-bounded string.
4 Files:
5 lib/strnlen.c
6 m4/strnlen.m4
8 Depends-on:
9 string
10 extensions
11 memchr-obsolete [test $HAVE_DECL_STRNLEN = 0 || test $REPLACE_STRNLEN = 1]
13 configure.ac:
14 gl_FUNC_STRNLEN
15 if test $HAVE_DECL_STRNLEN = 0 || test $REPLACE_STRNLEN = 1; then
16   AC_LIBOBJ([strnlen])
17   gl_PREREQ_STRNLEN
20 gl_STRING_MODULE_INDICATOR([strnlen])
22 Makefile.am:
24 Include:
25 <string.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 all