Fix problem with getdate on mingw32 reported by Simon Josefsson
[gnulib.git] / modules / mbfile
1 Description:
2 Multibyte character I/O.
3
4 Files:
5 lib/mbfile.h
6 m4/mbfile.m4
7 m4/mbrtowc.m4
8
9 Depends-on:
10 mbchar
11 wchar
12 stdbool
13
14 configure.ac:
15 gl_MBFILE
16
17 Makefile.am:
18 lib_SOURCES += mbfile.h
19
20 Include:
21 #if HAVE_MBRTOWC
22 #include "mbfile.h"
23 #endif
24
25 License:
26 LGPL
27
28 Maintainer:
29 Bruno Haible
30