ptsname_r: Work around bug on Android 4.3.
[gnulib.git] / modules / iswblank
blob6e9002c8fbeb54d10200384c89861edfb9cb61f6
1 Description:
2 iswblank() function: test wide character for being blank.
4 Files:
5 lib/iswblank.c
6 m4/iswblank.m4
8 Depends-on:
9 wctype-h
10 extensions
12 configure.ac:
13 gl_FUNC_ISWBLANK
14 if test $HAVE_ISWCNTRL = 0 || test $REPLACE_ISWCNTRL = 1; then
15   :
16 else
17   if test $HAVE_ISWBLANK = 0 || test $REPLACE_ISWBLANK = 1; then
18     AC_LIBOBJ([iswblank])
19   fi
21 gl_WCTYPE_MODULE_INDICATOR([iswblank])
23 Makefile.am:
25 Include:
26 <wctype.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 all