comparison build-aux/bootstrap.conf @ 15050:abc858bc5165

Add functions to encode/decode double arrays to/from base64. * bootstrap.conf: add base64 to list of imported gnulib modules. * data.cc (base64_encode): new function. * data.cc (base64_decode): new function.
author Carlo de Falco <cdf@users.sourceforge.net>
date Sun, 29 Jul 2012 19:17:48 +0200
parents 0ab3dd0fad18
children c898dbe14e1d
comparison
equal deleted inserted replaced
15049:e499ebcd3b0f 15050:abc858bc5165
16 # along with this program. If not, see <http://www.gnu.org/licenses/>. 16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18 18
19 # gnulib modules used by this package. 19 # gnulib modules used by this package.
20 gnulib_modules=" 20 gnulib_modules="
21 base64
21 c-strcase 22 c-strcase
22 copysign 23 copysign
23 copysignf 24 copysignf
24 closedir 25 closedir
25 crypto/md5 26 crypto/md5
57 round 58 round
58 roundf 59 roundf
59 sigaction 60 sigaction
60 signal 61 signal
61 sigprocmask 62 sigprocmask
62 sleep
63 sleep 63 sleep
64 stat 64 stat
65 stdint 65 stdint
66 stdio 66 stdio
67 strftime 67 strftime