time: Fix test failure on FreeBSD.
[gnulib.git] / modules / mbsnrtowcs
blob59a205d465f3351d7faab47581c20ad6e4144783
1 Description:
2 mbsnrtowcs() function: convert string to wide string.
4 Files:
5 lib/mbsnrtowcs.c
6 lib/mbsnrtowcs-impl.h
7 lib/mbsrtowcs-state.c
8 m4/mbsnrtowcs.m4
9 m4/mbstate_t.m4
10 m4/mbrtowc.m4
11 m4/locale-fr.m4
12 m4/codeset.m4
14 Depends-on:
15 wchar
16 extensions
17 mbrtowc         [test $HAVE_MBSNRTOWCS = 0 || test $REPLACE_MBSNRTOWCS = 1]
18 minmax          [test $HAVE_MBSNRTOWCS = 0 || test $REPLACE_MBSNRTOWCS = 1]
19 strnlen1        [test $HAVE_MBSNRTOWCS = 0 || test $REPLACE_MBSNRTOWCS = 1]
21 configure.ac:
22 gl_FUNC_MBSNRTOWCS
23 gl_CONDITIONAL([GL_COND_OBJ_MBSNRTOWCS],
24                [test $HAVE_MBSNRTOWCS = 0 || test $REPLACE_MBSNRTOWCS = 1])
25 AM_COND_IF([GL_COND_OBJ_MBSNRTOWCS], [
26   AC_LIBOBJ([mbsrtowcs-state])
27   gl_PREREQ_MBSNRTOWCS
29 gl_WCHAR_MODULE_INDICATOR([mbsnrtowcs])
31 Makefile.am:
32 if GL_COND_OBJ_MBSNRTOWCS
33 lib_SOURCES += mbsnrtowcs.c
34 endif
36 Include:
37 <wchar.h>
39 Link:
40 $(MBRTOWC_LIB)
42 License:
43 LGPL
45 Maintainer:
46 all