xref: /openbsd-src/lib/libcurses/hashsize.h (revision 2b0358df1d88d06ef4139321dd05bd5e05d91eaf)
1 /*	$OpenBSD: hashsize.h,v 1.2 1999/01/18 19:07:24 millert Exp $	*/
2 
3 /*
4  * hashsize.h -- hash and token table constants
5  */
6 
7 #define CAPTABSIZE	     497
8 #define HASHTABSIZE	(     497  * 2)
9