* m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
[gnulib.git] / modules / base64
1 Description:
2 Encode binary data using printable characters (base64).
3
4 Files:
5 lib/base64.h
6 lib/base64.c
7 m4/base64.m4
8
9 Depends-on:
10 stdbool
11
12 configure.ac:
13 gl_FUNC_BASE64
14
15 Makefile.am:
16 lib_SOURCES += base64.h base64.c
17
18 Include:
19 "base64.h"
20
21 License:
22 LGPLv2+
23
24 Maintainer:
25 Simon Josefsson