posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / xhash
blob17ff779ea611ba75650987a9df61ecd15974205d
1 Description:
2 Parameterizable hash table, with out-of-memory checking.
4 Files:
5 lib/xhash.c
7 Depends-on:
8 hash
9 xalloc
11 configure.ac:
13 Makefile.am:
14 lib_SOURCES += xhash.c
16 Include:
17 "hash.h"
19 License:
20 GPLv3+
22 Maintainer:
23 Akim Demaille, Jim Meyering