#define	SYSTEMID	"elec70"
#define	NETID		"elec70"
#define	ELEC70		1
#define eecf
#define EECF

/* not yet
#define	CON_GETTY	1	/* make con use the net-getty mode */
/* #define PAGESIZE 51		/* 8.5i paper at 6 lpi */
#define PAGESIZE 66	/* 8.5i paper at 8 lpi - really 68 */
#define FPT		/* 11/45 11/70 11/34 with decent floating point */
/* ( no poor man's floating point )
#define	FIS		/* 11/40 11/03 with poor man's floating point */
#define	AUSAM
#define	AUSAM16
#define	NTTYS		65
#define	NUSERS		1500
#define	UIDLB		300	/* lowest 'normal' uid at this site */
#define	CMASKSIZE	4	/* number of ints in class mask */
#define	HZ		50
#define	SPRINTF			/* short version of printf available in /usr/include/sprintf.h */
#define	WTMP_AUTOLOCK		/* auto-locking on wtmp file */
#define	SYSERROR	(-1)

#define	TERMBOOK	/**/
#ifdef TERMBOOK
/*#define CLASSEVICT	*/	/* just to stop non-tutors from doing class evictions */
#define EVICTMONITOR /**/
#ifdef EVICTMONITOR
#define EVICTLOG	"/usr/adm/evictlog"	/* evict information */
#endif EVICTMONITOR
#endif TERMBOOK
#define	DAEMONUID	1
