utimens: Fix test failure on macOS 10.13.
[gnulib.git] / modules / c32isalpha
blobc4b831e4c9513d4d735d545d639bb1086e4331a1
1 Description:
2 c32isalpha() function: test 32-bit wide character for being alphabetic.
4 Files:
5 lib/c32isalpha.c
6 lib/c32is-impl.h
7 m4/mbrtoc32.m4
9 Depends-on:
10 uchar
11 wchar
12 wctype-h
13 localcharset    [test $REPLACE_MBSTATE_T = 1]
14 streq           [test $REPLACE_MBSTATE_T = 1]
15 unictype/ctype-alpha
16 verify
18 configure.ac:
19 AC_REQUIRE([gl_UCHAR_H])
20 AC_REQUIRE([gl_MBRTOC32_SANITYCHECK])
21 gl_UCHAR_MODULE_INDICATOR([c32isalpha])
23 Makefile.am:
24 lib_SOURCES += c32isalpha.c
26 Include:
27 <uchar.h>
29 Link:
30 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
32 License:
33 LGPLv3+ or GPLv2
35 Maintainer:
36 Bruno Haible