strdup: undeprecate, IRIX 6.5 needs it
[gnulib.git] / modules / strdup
1 Description:
2 strdup() function: duplicate a string.
3
4 Files:
5 lib/strdup.c
6 m4/strdup.m4
7
8 Depends-on:
9 string
10
11 configure.ac:
12 gl_FUNC_STRDUP
13 if test $ac_cv_func_strdup = no; then
14   AC_LIBOBJ([strdup])
15   gl_PREREQ_STRDUP
16 fi
17 gl_STRING_MODULE_INDICATOR([strdup])
18
19 Makefile.am:
20
21 Include:
22 <string.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 all, glibc