doc: Mention module execinfo.
[gnulib.git] / modules / strdup-posix
blob5eab0ed4157d6b42e2e8420d99ffd5e34b7c2d20
1 Description:
2 strdup() function: duplicate a string.
4 Files:
5 lib/strdup.c
6 m4/strdup.m4
8 Depends-on:
9 string
10 malloc-posix    [test $REPLACE_STRDUP = 1]
12 configure.ac:
13 gl_FUNC_STRDUP_POSIX
14 gl_CONDITIONAL([GL_COND_OBJ_STRDUP], [test $REPLACE_STRDUP = 1])
15 AM_COND_IF([GL_COND_OBJ_STRDUP], [
16   gl_PREREQ_STRDUP
18 gl_STRING_MODULE_INDICATOR([strdup])
20 Makefile.am:
21 if GL_COND_OBJ_STRDUP
22 lib_SOURCES += strdup.c
23 endif
25 Include:
26 <string.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 all, glibc