/* this header file contains extentions for #define's
 * that are found in network.h.  
 * It is used by statistics gathering programs.
*/

/* these are site specific */
#define MIT_DOMAIN 18
#define MIT_STRING "mit"


/* these should not be used in network.h */
#define CONNECTION '@'  /* number of connections */
#define LOCAL      '#'  /* number of connections within our domain */
#define FOREIGN    '%'  /* number of connections outside of our domain */
#define MAC        '&'  /* macintosh client version */
#define UNIX       '~'  /* unix curses client version */
#define XWIN       '*'  /* unix xwindows client version */
#define DOS        '^'  /* DOS curses client version */
#define WIN        '('  /* DOS windows version */
#define MWL        '+'  /* DOS mewel version */
#define CMS        ')'  /* CMS client version */
#define TI         '}'  /* this is from the syslog file - telnet or dialup connection */
#define DIALUP     '-'  /* connection came from a dialup machine */
#define FTELNET    '='  /* connection came from a non mit domain telnet */
#define LTELNET    '['  /* connection came from a mit domain via telnet */
#define GOPH       ']'  /* connection from the gopher to techmail gateway */
#define WWW        '`'  /* connection from the world wide web to ti gateway */ 

/* NOTE:  TI - DIALUP  = number of telnet connections */
/*        (TI - DIALUP) - FTELNET = number of local telnet connections */
