Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / strdup
blob619ec01e930654760c174290e550e1896a1a7abb
1 Description:
2 strdup() function: duplicate a string.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete. But you may want to use the strdup-posix module.
10 Files:
11 lib/strdup.c
12 m4/strdup.m4
14 Depends-on:
15 string
17 configure.ac:
18 gl_FUNC_STRDUP
19 if test $ac_cv_func_strdup = no; then
20   AC_LIBOBJ([strdup])
21   gl_PREREQ_STRDUP
23 gl_STRING_MODULE_INDICATOR([strdup])
25 Makefile.am:
27 Include:
28 <string.h>
30 License:
31 LGPLv2+
33 Maintainer:
34 all, glibc