utimens: Fix test failure on macOS 10.13.
[gnulib.git] / modules / strnlen
blobea5658a072b9d1c37a1c25f3ac2ffc7c380d54f0
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 if test $HAVE_DECL_STRNLEN = 0 || test $REPLACE_STRNLEN = 1; then
15   AC_LIBOBJ([strnlen])
16   gl_PREREQ_STRNLEN
19 gl_STRING_MODULE_INDICATOR([strnlen])
21 Makefile.am:
23 Include:
24 <string.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 all