md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / uniname / uniname
1 Description:
2 Association between Unicode characters and their names.
3
4 Files:
5 lib/uniname/gen-uninames.lisp
6 lib/uniname/uninames.h
7 lib/uniname/uniname.c
8
9 Depends-on:
10 uniname/base
11 memcmp
12
13 configure.ac:
14 gl_LIBUNISTRING_MODULE([0.9], [uniname/uniname])
15
16 Makefile.am:
17 if LIBUNISTRING_COMPILE_UNINAME_UNINAME
18 lib_SOURCES += uniname/uniname.c
19 endif
20
21 Include:
22 "uniname.h"
23
24 License:
25 LGPL
26
27 Maintainer:
28 Bruno Haible
29