openat: provide more convenience names
[pspp] / modules / hash
index 6f353dc23038c878e39bceb7205eed745e5b59ee..75a99da3735c9ef4817d8af47bb22a125f1e5dd4 100644 (file)
@@ -2,24 +2,26 @@ Description:
 Parametrizable hash table.
 
 Files:
-lib/hash.h
 lib/hash.c
+lib/hash.h
 m4/hash.m4
 
 Depends-on:
-malloc
-realloc
+bitrotate
 stdbool
+stdint
+xalloc
 
 configure.ac:
 gl_HASH
 
 Makefile.am:
-lib_SOURCES += hash.h hash.c
 
 Include:
 "hash.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
-