errno: make EEXIST != ENOTEMPTY on AIX
[gnulib.git] / modules / iswblank
blobba020dad7ad1e599be0ea592ee64066cc47dd627
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 gl_CONDITIONAL([GL_COND_OBJ_ISWBLANK],
15                [! { test $HAVE_ISWCNTRL = 0 || test $REPLACE_ISWCNTRL = 1; } && { test $HAVE_ISWBLANK = 0 || test $REPLACE_ISWBLANK = 1; }])
16 gl_WCTYPE_MODULE_INDICATOR([iswblank])
18 Makefile.am:
19 if GL_COND_OBJ_ISWBLANK
20 lib_SOURCES += iswblank.c
21 endif
23 Include:
24 <wctype.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 all