verify: new macro 'assume'
[gnulib.git] / modules / strdup
1 Description:
2 strdup() function: duplicate a string.
3
4 Status:
5 obsolete
6
7 Notice:
8 This module is obsolete. But you may want to use the strdup-posix module.
9
10 Files:
11 lib/strdup.c
12 m4/strdup.m4
13
14 Depends-on:
15 string
16
17 configure.ac:
18 gl_FUNC_STRDUP
19 if test $ac_cv_func_strdup = no; then
20   AC_LIBOBJ([strdup])
21   gl_PREREQ_STRDUP
22 fi
23 gl_STRING_MODULE_INDICATOR([strdup])
24
25 Makefile.am:
26
27 Include:
28 <string.h>
29
30 License:
31 LGPLv2+
32
33 Maintainer:
34 all, glibc