(gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
[gnulib.git] / modules / xalloc
1 Description:
2 Memory allocation with out-of-memory checking.
3
4 Files:
5 lib/xalloc.h
6 lib/xmalloc.c
7 lib/xstrdup.c
8 m4/xalloc.m4
9
10 Depends-on:
11 malloc
12 realloc
13 error
14 gettext
15 exitfail
16
17 configure.ac:
18 gl_XALLOC
19
20 Makefile.am:
21 lib_SOURCES += xalloc.h xmalloc.c xstrdup.c
22
23 Include:
24 "xalloc.h"
25
26 Maintainer:
27 all
28