/* Copyright 1984 by the Massachusetts Institute of Technology */


/* Various semi-static parameters. This file could be made site dependant
 * if needed, but isn't. It will need to be recompiled when new networks
 * and protocols are added to the system, but a global recompilation will
 * not be necesary in those cases.
 */

/*
 *------------------------------------------------------------------
 *
 * $Source: /mit/cgw/src/gw/src/RCS/param.c,v $
 * $Revision: 1.2 $
 * $Date: 88/06/05 22:34:36 $
 * $State: Exp $
 * $Author: jon $
 * $Locker: jon $
 *
 * $Log:	param.c,v $
 * Revision 1.2  88/06/05  22:34:36  jon
 * DAB's slip/mux changes.
 * 
 *------------------------------------------------------------------
 */

#ifndef lint
static char *rcsid_param_c = "$Header: param.c,v 1.2 88/06/05 22:34:36 jon Locked $";
#endif	lint

#include	<types.h>
#include	<sys.h>
#include	"param.h"
#include	"defs.h"

/* Network names; used for error messages.
 */

char	*netnm[T_MAX] =	{	"LNI",
				"VII",
				"CHAOS",
				"EtherNet (3Mb)",
				"ARPA",
				"CHP",
				"SL",
				"EtherNet",
				"SLIP",
				"KISS",
				"MUX",
			};

/* Machine type names */
char *mach_name[M_MAX] = {	"Unknown",
				"uVAX-I",
				"uVAX-II",
			    };


/* Various externals that can be set at compile time.
 * Do not touch anything here!
 */

unsb	nntt =	T_MAX;		/* Number of net types */
