#define	EECF		1
#define	EECF70		1
#define	SYSTEMID	"elec70"
#define	NETID		"elec70"
#define	NETUID		341
#define	DAEMONUID	1
#define	DAEMONGID	1
#define	AUSAM		1
#define	SYSERROR	-1
#define	BITSINBYTE	8		/* just in case you forgot... */
#define	NUSERS		2000		/* max users */
#define	COMMONUSERS	100		/* users common to lots of places */
#define	MAXULIM		(1<<22)		/* max file size */
#define	UIDLB		100		/* low bound for uids for mortals */
#define	GIDLB		UIDLB		/* low bound for gids for mortals */
#define	NGROUPS		NUSERS
#define	NTTYS		128		/* maximum terminals in use */
#define	TTY_GROUPS	1		/* terminal groups enforced */
#define	TERMBOOK	1		/* terminal booking system */
#define	CON_GETTY	1		/* let getty know about the net */
