#ifndef local_h
#define local_h
/*
 * Convex definitions:
 */
#define	BSD		/* Any BSD */
#undef	BSD43		/* 4.3 BSD */
#define CONVEX		/* [jc 90/2/23] */
#undef	ULTRIX		/* [jc 89/12/19] */
#undef	ULTRIX2_2	/* Ultrix 2.2 or 2.0 */
#undef	ULTRIX3_0	/* Ultrix 3.0 */
#undef	SUN3_3PLUS	/* Sun OS 3.3 or greater, but < 4.0 */
#undef	SUN40		/* Sun OS 4.0 */
#undef	SUN386		/* Sun 386i */
#undef	SUN40_386	/* Sun 386i with 4.0 */
#undef	SYS5		/* Any Sys/V [jc 89/12/12] */
#undef	HP			/* Hewlett/Packard */
#undef	HP9000		/* Hewlett/Packard 9000 */
#undef	HP9000s300	/* Hewlett/Packard 9000s300 */
#undef	SG		/* Silicon Graphics [jc 89/12/12] */
#undef	SG_IRIS3030	/* Silicon Graphics Iris 3030 [jc 89/12/12] */

#define SYSLOG		/* BSD systems have the syslog package; others may, too */
#undef  VANJ_XTCP	/* Ultrix uses Van Jacobson's new TCP code */
/*
 * The SLIP daemon plays with UUCP lockfiles:
 */
#ifdef NEWLOCK
#define LCKPFX "LCK.."
#else
#define LCKPFX "LK."
#endif

#endif
