havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git] / modules / mbsinit
blob3f7596d0eef357833e9924fcfaf80dfd291d5d41
1 Description:
2 mbsinit() function: test for initial conversion state.
4 Files:
5 lib/mbsinit.c
6 m4/mbsinit.m4
7 m4/mbstate_t.m4
9 Depends-on:
10 wchar
11 extensions
12 mbrtowc         [test $HAVE_MBSINIT = 0 || test $REPLACE_MBSINIT = 1]
13 verify          [test $HAVE_MBSINIT = 0 || test $REPLACE_MBSINIT = 1]
15 configure.ac:
16 gl_FUNC_MBSINIT
17 if test $HAVE_MBSINIT = 0 || test $REPLACE_MBSINIT = 1; then
18   AC_LIBOBJ([mbsinit])
19   gl_PREREQ_MBSINIT
21 gl_WCHAR_MODULE_INDICATOR([mbsinit])
23 Makefile.am:
25 Include:
26 <wchar.h>
28 Link:
29 $(LIB_MBRTOWC)
31 License:
32 LGPLv2+
34 Maintainer:
35 all