
/*
 *  SERVERS.H
 *
 *  DNET (c)Copyright 1988, Matthew Dillon, All Rights Reserved.
 *
 */

#include "/version.h"

#define PORT_FILECOPY	8192
#define PORT_ALPHATERM	8193
#define PORT_ECHO	8194
#define PORT_IALPHATERM 8195
#define PORT_AMIGASHELL 8196
#define PORT_LOADAV	8197
#define PORT_PRINTER	8198
#define PORT_PASSWD	8199
#define PORT_BBS	8200
#define PORT_GFILECOPY	8201
#define PORT_NFS	8202

#define DNET_WRITE  "DNET_WRITE"
#define DNET_READ   "DNET_READ"
#define DNET_LEVEL  "DNET_LEVEL"
#define DNET_GROUP  "DNET_GROUP"

#define FS_GROUP    "GR="   /*  MUST INCLUDE '=' cause I use strncmp()  */
#define FS_ACCESS   "AC="

