Pristine Ack-5.5
[Ack-5.5.git] / mach / proto / cg / param.h
1 /*
2  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
3  * See the copyright notice in the ACK home directory, in the file "Copyright".
4  */
5 /* $Id: param.h,v 2.3 1994/06/24 13:23:59 ceriel Exp $ */
6
7 #define BMASK 0377
8 #define BSHIFT 8
9
10 #define TRUE    1
11 #define FALSE   0
12
13 #define MAXINT 32767
14 #define INFINITY (MAXINT+100)
15
16 #define MAXROM 3
17
18 /*
19  * Tunable constants
20  */
21
22 #define MAXEMLINES 20
23 #define MAXFSTACK 20