blob: 3e9e040ba9c7419ee1e0ada4d4ef603a78340eb6 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: hashsize.h,v 1.3 2010/01/12 23:21:59 nicm Exp $ */
/*
* hashsize.h -- hash and token table constants
*/
#define CAPTABSIZE 497
#define HASHTABSIZE ( 497 * 2)
|