summaryrefslogtreecommitdiff
path: root/gnulib-local/modules/xalloc
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib-local/modules/xalloc')
-rw-r--r--gnulib-local/modules/xalloc26
1 files changed, 26 insertions, 0 deletions
diff --git a/gnulib-local/modules/xalloc b/gnulib-local/modules/xalloc
new file mode 100644
index 0000000..7a5b586
--- /dev/null
+++ b/gnulib-local/modules/xalloc
@@ -0,0 +1,26 @@
+Description:
+Memory allocation with out-of-memory checking.
+
+Files:
+lib/xalloc.h
+lib/xmalloc.c
+lib/xstrdup.c
+
+Depends-on:
+error
+gettext-h
+stdlib
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += xalloc.h xmalloc.c xstrdup.c
+
+Include:
+"xalloc.h"
+
+License:
+GPL
+
+Maintainer:
+all