Remove dependency of hash and xalloc modules on the malloc and realloc
[gnulib.git] / modules / hash
1 Description:
2 Parametrizable hash table.
3
4 Files:
5 lib/hash.h
6 lib/hash.c
7 m4/hash.m4
8
9 Depends-on:
10 stdbool
11
12 configure.ac:
13 gl_HASH
14
15 Makefile.am:
16 lib_SOURCES += hash.h hash.c
17
18 Include:
19 "hash.h"
20
21 Maintainer:
22 Jim Meyering
23