Date: Wednesday, February 7, 2001 @ 18:24:20
Author: rra
Update of /dist1/cvs/isc/inn/inn/tests
from pub3.rc.vix.com:/tmp/cvs-serv17243/tests
Modified: Makefile TESTS
Add an implementation of a generic hash table with automatic table resizing
and collisions resolved with linear probing. Includes Bob Jenkins's hash
function.