ack/mach/proto/ncg/param.h
1985-01-08 15:34:54 +00:00

21 lines
252 B
C

/* $Header$ */
#define BMASK 0377
#define BSHIFT 8
#define TRUE 1
#define FALSE 0
#define MAXINT 32767
#define INFINITY (MAXINT+100)
#define MAXROM 3
/*
* Tunable constants
*/
#define MAXEMLINES 20
#define MAXFSTACK 20
#define MAXTDBUG 32