md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / unictype / property-space
1 Description:
2 Test whether a Unicode character is "space".
3
4 Files:
5 lib/unictype/pr_space.c
6 lib/unictype/pr_space.h
7 lib/unictype/bitmap.h
8
9 Depends-on:
10 unictype/base
11 unictype/category-test
12 unictype/category-Zs
13
14 configure.ac:
15 AC_REQUIRE([AC_C_INLINE])
16 gl_LIBUNISTRING_MODULE([0.9], [unictype/property-space])
17
18 Makefile.am:
19 if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_SPACE
20 lib_SOURCES += unictype/pr_space.c
21 endif
22
23 Include:
24 "unictype.h"
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible
31