mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* m4/hash.m4: Remove file. * modules/hash (Files): Remove it. (configure.ac): Remove gl_HASH call. (Makefile.am): Augment lib_SOURCES.
27 lines
236 B
Plaintext
27 lines
236 B
Plaintext
Description:
|
|
Parameterizable hash table.
|
|
|
|
Files:
|
|
lib/hash.c
|
|
lib/hash.h
|
|
|
|
Depends-on:
|
|
bitrotate
|
|
stdbool
|
|
stdint
|
|
xalloc-oversized
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += hash.c
|
|
|
|
Include:
|
|
"hash.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|