X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fhash;h=57585e14b739fae7ae96e52aa687e8f9695dfe26;hb=8068b5d283630a295b2929b9dc6a65916b10f52f;hp=6c4fba44d26b7a4c75f8cfc99ced37613c0f84c3;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/hash b/modules/hash index 6c4fba44d..57585e14b 100644 --- a/modules/hash +++ b/modules/hash @@ -1,21 +1,26 @@ Description: +Parameterizable hash table. Files: -lib/hash.h lib/hash.c -m4/hash.m4 +lib/hash.h Depends-on: -malloc -realloc +bitrotate stdbool +stdint +xalloc-oversized configure.ac: -gl_HASH Makefile.am: -lib_SOURCES += hash.h hash.c +lib_SOURCES += hash.c Include: "hash.h" +License: +GPL + +Maintainer: +Jim Meyering