* m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
[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
22 Include:
23 #include "allocsa.h"
24
25 License:
26 LGPL
27
28 Maintainer:
29 Bruno Haible