HASHSIZE
#define HASHSIZE 128
#define HASHSIZE 128
#define HASHSIZE (1 << HASHSHIFT)
#define HASHSIZE 2048
#define HASHSIZE 1000
#define HASHSIZE 241 /* performance, use a prime number! */
#define HASHSIZE 16 /* Dont change this without changing HASH() */