maintainer-makefile: Prohibit BSD4.3/SysV u_char etc types.
[gnulib.git] / modules / iswctype
blob7f766a72282c72f506093ce0c26f16db50bb4613
1 Description:
2 iswctype() function: test whether a wide character has a given property.
4 Files:
5 lib/iswctype.c
6 lib/iswctype-impl.h
7 m4/iswctype.m4
8 m4/wctype.m4
10 Depends-on:
11 wctype-h
13 configure.ac:
14 gl_FUNC_ISWCTYPE
15 gl_CONDITIONAL([GL_COND_OBJ_ISWCTYPE],
16                [test $HAVE_WCTYPE_T = 0 || test $GNULIBHEADERS_OVERRIDE_WINT_T = 1 || test $REPLACE_WCTYPE = 1])
17 gl_WCTYPE_MODULE_INDICATOR([iswctype])
19 Makefile.am:
20 if GL_COND_OBJ_ISWCTYPE
21 lib_SOURCES += iswctype.c
22 endif
24 Include:
25 <wctype.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 all