utimens: port to NetBSD-10.99.12/amd64
[gnulib.git] / modules / strnlen
blob3ef0b850f4b145788f1e9b29f93d6797f67b7670
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
12 configure.ac:
13 gl_FUNC_STRNLEN
14 gl_CONDITIONAL([GL_COND_OBJ_STRNLEN],
15                [test $HAVE_DECL_STRNLEN = 0 || test $REPLACE_STRNLEN = 1])
16 AM_COND_IF([GL_COND_OBJ_STRNLEN], [
17   gl_PREREQ_STRNLEN
20 gl_STRING_MODULE_INDICATOR([strnlen])
22 Makefile.am:
23 if GL_COND_OBJ_STRNLEN
24 lib_SOURCES += strnlen.c
25 endif
27 Include:
28 <string.h>
30 License:
31 LGPLv2+
33 Maintainer:
34 all