DB_HASH
DB_HASH, /* Extended Linear Hashing. */
#define DB_HASH 11 /* number of hash buckets in caches */
typedef enum { DB_BTREE, DB_HASH, DB_RECNO } DBTYPE;