Avoid unnecessary compilation units, through conditional dependencies.
[gnulib.git] / modules / mbsrtowcs
1 Description:
2 mbsrtowcs() function: convert string to wide string.
3
4 Files:
5 lib/mbsrtowcs.c
6 lib/mbsrtowcs-impl.h
7 lib/mbsrtowcs-state.c
8 m4/mbsrtowcs.m4
9 m4/mbstate_t.m4
10 m4/locale-fr.m4
11 m4/locale-ja.m4
12 m4/locale-zh.m4
13 m4/codeset.m4
14
15 Depends-on:
16 wchar
17 extensions
18 mbrtowc         [test $HAVE_MBSRTOWCS = 0 || test $REPLACE_MBSRTOWCS = 1]
19 strnlen1        [test $HAVE_MBSRTOWCS = 0 || test $REPLACE_MBSRTOWCS = 1]
20
21 configure.ac:
22 gl_FUNC_MBSRTOWCS
23 gl_WCHAR_MODULE_INDICATOR([mbsrtowcs])
24
25 Makefile.am:
26
27 Include:
28 <wchar.h>
29
30 License:
31 LGPLv2+
32
33 Maintainer:
34 Bruno Haible
35