posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / unictype / ctype-blank
blob380a3826bccf2fb42f6defc7d1b31121f35e8857
1 Description:
2 Generalization of the <ctype.h> isblank() function and the
3 <wctype.h> iswblank() function.
5 Files:
6 lib/unictype/ctype_blank.c
7 lib/unictype/ctype_blank.h
8 lib/unictype/bitmap.h
10 Depends-on:
11 unictype/base
13 configure.ac:
14 AC_REQUIRE([AC_C_INLINE])
15 gl_LIBUNISTRING_MODULE([0.9.8], [unictype/ctype-blank])
17 Makefile.am:
18 if LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_BLANK
19 lib_SOURCES += unictype/ctype_blank.c
20 endif
22 Include:
23 "unictype.h"
25 License:
26 LGPLv3+ or GPLv2
28 Maintainer:
29 all