
/* Copyright 1984 by the Massachusetts Institute of Technology */
/* See permission and disclaimer notice in file notice.h */
#include	"notice.h"

/* Various semi-static CHAOS parameters. Anything that is site dependent,
 * or might change, that can easily be made an external should be
 * to prevent painful recompilations on a site-dependant basis.
 */


/* Priority of CHAOS packet processing, etc */

#define	CHPPRI	0110
#define	CHRPRI	0140
#define CHPLSPRI 0140

/* Maximum number of handlers and tasks used */

#define	CHMXHND	10
#define	CHMXTSK	2


/* Maximum size of tables */

#define	CHMSNET	122	/* Max no of subnets.  (One larger than largest
			 * subnet number which is 121 (0171)) */


/* Definition for logging. */
#define MSGFLG chflg
ext bitf chflg;
