Use arpa_inet in inet_?to?.
[gnulib.git] / modules / allocsa
1 Description:
2 Safe automatic memory allocation.
3
4 Files:
5 lib/allocsa.h
6 lib/allocsa.c
7 lib/allocsa.valgrind
8 m4/allocsa.m4
9 m4/eealloc.m4
10 m4/longlong.m4
11 m4/longdouble.m4
12
13 Depends-on:
14 alloca-opt
15
16 configure.ac:
17 gl_ALLOCSA
18
19 Makefile.am:
20 lib_SOURCES += allocsa.h allocsa.c
21 EXTRA_DIST += allocsa.valgrind
22
23 Include:
24 #include "allocsa.h"
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible