X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fhash;h=75a99da3735c9ef4817d8af47bb22a125f1e5dd4;hb=bce9d2f253449c62e05c030307e4d298ef914df9;hp=6c4fba44d26b7a4c75f8cfc99ced37613c0f84c3;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/hash b/modules/hash index 6c4fba44d..75a99da37 100644 --- a/modules/hash +++ b/modules/hash @@ -1,21 +1,27 @@ 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