maintainer-makefile: Prohibit BSD4.3/SysV u_char etc types.
[gnulib.git] / modules / c32srtombs
blobac1aaa7a0bba72fd1902cda463fd59c4a3f03465
1 Description:
2 c32srtombs() function: convert 32-bit wide string to string.
4 Files:
5 lib/c32srtombs.c
6 lib/wcsrtombs-impl.h
7 lib/c32srtombs-state.c
9 Depends-on:
10 uchar
11 wchar
12 assert-h
13 c32rtomb
14 wcsrtombs       [test $SMALL_WCHAR_T = 0]
16 configure.ac:
17 AC_REQUIRE([gl_UCHAR_H])
18 AC_LIBOBJ([c32srtombs-state])
19 gl_UCHAR_MODULE_INDICATOR([c32srtombs])
21 Makefile.am:
22 lib_SOURCES += c32srtombs.c
24 Include:
25 <uchar.h>
27 Link:
28 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
29 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
31 License:
32 LGPL
34 Maintainer:
35 Bruno Haible