xref: /netbsd-src/external/gpl2/gettext/dist/gnulib-local/modules/hash (revision 4b004442778f1201b2161e87fd65ba87aae6601a)
1Description:
2Simple hash table with string based keys.
3
4Files:
5lib/hash.h
6lib/hash.c
7
8Depends-on:
9obstack
10xalloc
11
12configure.ac:
13
14Makefile.am:
15lib_SOURCES += hash.h hash.c
16
17Include:
18"hash.h"
19
20License:
21GPL
22
23Maintainer:
24Bruno Haible
25
26