xref: /netbsd-src/external/gpl2/gettext/dist/gnulib-local/modules/hash (revision 946379e7b37692fc43f68eb0d1c10daa0a7f3b6c)
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