Remove dependency of hash and xalloc modules on the malloc and realloc
[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 error
12 gettext
13 exitfail
14
15 configure.ac:
16 gl_XALLOC
17
18 Makefile.am:
19 lib_SOURCES += xalloc.h xmalloc.c xstrdup.c
20
21 Include:
22 "xalloc.h"
23
24 Maintainer:
25 all
26