summaryrefslogtreecommitdiff
path: root/lib/libcurses/hashsize.h
blob: b11af9bded08350b50af323634aa10f0c051f4dd (plain)
1
2
3
4
5
6
7
8
/*	$OpenBSD: hashsize.h,v 1.1 1998/07/23 21:18:20 millert Exp $	*/

/*
 * hashsize.h -- hash and token table constants
 */

#define CAPTABSIZE	     495 
#define HASHTABSIZE	(     495  * 2)