summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2004-01-20 14:03:28 +0000
committerBruno Haible <bruno@clisp.org>2004-01-20 14:03:28 +0000
commit89b8139ba25466f02fc5d25e9b9af3af6b7370d7 (patch)
tree9d396b92c1d9c8a30e7e25a2cb80b7be3e13e5bf /modules
parentf1970cc4253293e990d83aa0d99164d81e222476 (diff)
downloadgnulib-89b8139ba25466f02fc5d25e9b9af3af6b7370d7.tar.gz
New module 'allocsa'.
Diffstat (limited to 'modules')
-rw-r--r--modules/allocsa25
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/allocsa b/modules/allocsa
new file mode 100644
index 0000000000..49670c49bc
--- /dev/null
+++ b/modules/allocsa
@@ -0,0 +1,25 @@
+Description:
+Safe automatic memory allocation.
+
+Files:
+lib/allocsa.h
+lib/allocsa.c
+m4/allocsa.m4
+m4/eealloc.m4
+m4/longlong.m4
+m4/longdouble.m4
+
+Depends-on:
+alloca
+
+configure.ac:
+gl_ALLOCSA
+
+Makefile.am:
+lib_SOURCES += allocsa.h allocsa.c
+
+Include:
+#include <allocsa.h>
+
+Maintainer:
+Bruno Haible