count-leading-zeros: port to MSC; support types wider than 64 bits
[gnulib.git] / modules / hash
index f180d3f..57585e1 100644 (file)
@@ -1,20 +1,20 @@
 Description:
-Parametrizable hash table.
+Parameterizable hash table.
 
 Files:
-lib/hash.h
 lib/hash.c
-m4/hash.m4
-lib/xalloc.h
+lib/hash.h
 
 Depends-on:
+bitrotate
 stdbool
+stdint
+xalloc-oversized
 
 configure.ac:
-gl_HASH
 
 Makefile.am:
-lib_SOURCES += hash.h hash.c
+lib_SOURCES += hash.c
 
 Include:
 "hash.h"
@@ -24,4 +24,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-