readutmp: Fix dependencies.
[gnulib.git] / modules / wcscpy
blobe37462fcd71bd5f0cdfa8344c62d56861ce4b0e6
1 Description:
2 wcscpy() function: copy a wide string.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.
10 Files:
11 lib/wcscpy.c
12 lib/wcscpy-impl.h
13 m4/wcscpy.m4
15 Depends-on:
16 wchar
18 configure.ac:
19 gl_FUNC_WCSCPY
20 gl_CONDITIONAL([GL_COND_OBJ_WCSCPY], [test $HAVE_WCSCPY = 0])
21 gl_WCHAR_MODULE_INDICATOR([wcscpy])
23 Makefile.am:
24 if GL_COND_OBJ_WCSCPY
25 lib_SOURCES += wcscpy.c
26 endif
28 Include:
29 <wchar.h>
31 License:
32 LGPL
34 Maintainer:
35 all