date and time created 83/02/24 12:55:54 by mckusick
[unix-history] / usr / src / usr.bin / mail / config.c
index f7da082..34b1fb5 100644 (file)
@@ -1,6 +1,6 @@
 #
 
 #
 
-static char    *SccsID[] = "@(#)config.c       1.3 %G%";
+static char    *SccsID[] = "@(#)config.c       1.6 %G%";
 
 /*
  * This file contains definitions of network data used by Mail
 
 /*
  * This file contains definitions of network data used by Mail
@@ -43,6 +43,7 @@ struct netmach netmach[] = {
        "image",        'm',            SN,
        "esvax",        'o',            SN,
        "sesm",         'o',            SN,
        "image",        'm',            SN,
        "esvax",        'o',            SN,
        "sesm",         'o',            SN,
+       "ucbcad",       'p',            SN|BN,
        "q",            'q',            SN,
        "kim",          'n',            SN,
        "research",     'R',            BN,
        "q",            'q',            SN,
        "kim",          'n',            SN,
        "research",     'R',            BN,
@@ -56,6 +57,7 @@ struct netmach netmach[] = {
        "onyx",         'x',            SN,
        "cory",         'y',            SN,
        "eecs40",       'z',            SN,
        "onyx",         'x',            SN,
        "cory",         'y',            SN,
        "eecs40",       'z',            SN,
+       EMPTY,          EMPTYID,        SN,     /* Filled in dynamically */
        0,              0,              0
 };
 
        0,              0,              0
 };
 
@@ -76,7 +78,7 @@ struct netorder netorder[] = {
  * bit map kind.  With this transformation, we can deal with more than
  * one character having the same meaning easily.
  */
  * bit map kind.  With this transformation, we can deal with more than
  * one character having the same meaning easily.
  */
-struct nettypetab nettypetab[] = {
+struct ntypetab ntypetab[] = {
        '%',    AN,
        '@',    AN,
        ':',    SN,
        '%',    AN,
        '@',    AN,
        ':',    SN,
@@ -85,7 +87,7 @@ struct nettypetab nettypetab[] = {
        0,      0
 };
 
        0,      0
 };
 
-struct netkindtab netkindtab[] = {
+struct nkindtab nkindtab[] = {
        AN,     IMPLICIT,
        BN,     EXPLICIT,
        SN,     IMPLICIT,
        AN,     IMPLICIT,
        BN,     EXPLICIT,
        SN,     IMPLICIT,