md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / unictype / ctype-graph
1 Description:
2 Generalization of the <ctype.h> isgraph() function and the
3 <wctype.h> iswgraph() function.
4
5 Files:
6 lib/unictype/ctype_graph.c
7 lib/unictype/ctype_graph.h
8 lib/unictype/bitmap.h
9
10 Depends-on:
11 unictype/base
12
13 configure.ac:
14 AC_REQUIRE([AC_C_INLINE])
15 gl_LIBUNISTRING_MODULE([0.9.4], [unictype/ctype-graph])
16
17 Makefile.am:
18 if LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_GRAPH
19 lib_SOURCES += unictype/ctype_graph.c
20 endif
21
22 Include:
23 "unictype.h"
24
25 License:
26 LGPL
27
28 Maintainer:
29 Bruno Haible
30