backupfile: tweak for better code
[gnulib.git] / modules / mbrtowc
blobbd951ae7c1fce671899fbd6bfca01ad4d6fcdd47
1 Description:
2 mbrtowc() function: convert multibyte character to wide character.
4 Files:
5 lib/mbrtowc.c
6 m4/mbrtowc.m4
7 m4/mbstate_t.m4
8 m4/locale-fr.m4
9 m4/locale-ja.m4
10 m4/locale-zh.m4
11 m4/codeset.m4
13 Depends-on:
14 wchar
15 extensions
16 hard-locale     [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1]
17 mbsinit         [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1]
18 localcharset    [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1]
19 streq           [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1]
20 verify          [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1]
22 configure.ac:
23 gl_FUNC_MBRTOWC
24 if test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1; then
25   AC_LIBOBJ([mbrtowc])
26   gl_PREREQ_MBRTOWC
28 gl_WCHAR_MODULE_INDICATOR([mbrtowc])
30 Makefile.am:
32 Include:
33 <wchar.h>
35 License:
36 LGPLv2+
38 Maintainer:
39 all