posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / strncat
blob8dc19d92e2482a302067367bfcddd7e6fc402576
1 Description:
2 strncat() function: append part of a string to a string.
4 Files:
5 lib/strncat.c
6 m4/strncat.m4
7 m4/mmap-anon.m4
9 Depends-on:
10 string
12 configure.ac:
13 gl_FUNC_STRNCAT
14 if test $REPLACE_STRNCAT = 1; then
15   AC_LIBOBJ([strncat])
16   gl_PREREQ_STRNCAT
18 gl_STRING_MODULE_INDICATOR([strncat])
20 Makefile.am:
22 Include:
23 <string.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 all