UIDHASHSIZE
static hashtable_t uidhash[UIDHASHSIZE];
HASH(hash_key, ix, UIDHASHSIZE);
if (init_hash(uidhash, -2, UIDHASHSIZE, USERNAMELEN))
free_hash(uidhash, UIDHASHSIZE);