time: Fix test failure on FreeBSD.
[gnulib.git] / modules / c32iscntrl
blobb1a56eba04334a821f7d28a65d1387a2861dbedc
1 Description:
2 c32iscntrl() function: test 32-bit wide character for being a control character.
4 Files:
5 lib/c32iscntrl.c
6 lib/c32is-impl.h
7 m4/mbrtoc32.m4
8 m4/c32rtomb.m4
9 m4/mbrtowc.m4
10 m4/locale-fr.m4
11 m4/locale-ja.m4
12 m4/locale-zh.m4
13 m4/codeset.m4
15 Depends-on:
16 uchar
17 wchar
18 wctype-h
19 localcharset    [test $REPLACE_MBSTATE_T = 1]
20 streq           [test $REPLACE_MBSTATE_T = 1]
21 unictype/ctype-cntrl
22 assert-h
24 configure.ac:
25 AC_REQUIRE([gl_UCHAR_H])
26 dnl Determine REPLACE_MBSTATE_T, from which GNULIB_defined_mbstate_t is
27 dnl determined.  It describes how mbrtoc32 is implemented.
28 AC_REQUIRE([gl_MBSTATE_T_BROKEN])
29 AC_REQUIRE([gl_MBRTOC32_SANITYCHECK])
30 AC_REQUIRE([gl_C32RTOMB_SANITYCHECK])
31 gl_UCHAR_MODULE_INDICATOR([c32iscntrl])
33 Makefile.am:
34 lib_SOURCES += c32iscntrl.c
36 Include:
37 <uchar.h>
39 Link:
40 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
41 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
43 License:
44 LGPLv2+
46 Maintainer:
47 Bruno Haible