md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / uniconv / u32-strconv-to-enc
1 Description:
2 Conversion from UTF-32 to legacy encodings.
3
4 Files:
5 lib/uniconv/u32-strconv-to-enc.c
6 lib/uniconv/u-strconv-to-enc.h
7
8 Depends-on:
9 uniconv/base
10 striconveha
11 uniconv/u8-strconv-to-enc
12 unistr/u32-to-u8
13 unistr/u32-strlen
14
15 configure.ac:
16 gl_LIBUNISTRING_MODULE([0.9], [uniconv/u32-strconv-to-enc])
17
18 Makefile.am:
19 if LIBUNISTRING_COMPILE_UNICONV_U32_STRCONV_TO_ENC
20 lib_SOURCES += uniconv/u32-strconv-to-enc.c
21 endif
22
23 Include:
24 "uniconv.h"
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible
31