md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / unictype / category-and
1 Description:
2 Intersection of categories of Unicode characters.
3
4 Files:
5 lib/unictype/categ_and.c
6
7 Depends-on:
8 unictype/base
9 unictype/category-none
10 unictype/category-test-withtable
11
12 configure.ac:
13 gl_LIBUNISTRING_MODULE([0.9], [unictype/category-and])
14
15 Makefile.am:
16 if LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_AND
17 lib_SOURCES += unictype/categ_and.c
18 endif
19
20 Include:
21 "unictype.h"
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible
28