posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / strndup
blob4cb5a903c5704dd58f15719442cc6c58702a628f
1 Description:
2 strndup() function: duplicate a size-bounded string.
4 Files:
5 lib/strndup.c
6 m4/strndup.m4
8 Depends-on:
9 string
10 extensions
11 strnlen         [test $HAVE_STRNDUP = 0 || test $REPLACE_STRNDUP = 1]
13 configure.ac:
14 gl_FUNC_STRNDUP
15 if test $HAVE_STRNDUP = 0 || test $REPLACE_STRNDUP = 1; then
16   AC_LIBOBJ([strndup])
18 gl_STRING_MODULE_INDICATOR([strndup])
20 Makefile.am:
22 Include:
23 <string.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 glibc