don't open target for writing if we're just verifying the tapes
[unix-history] / usr / src / usr.bin / mail / config.c
index 0169463..b1b9e7f 100644 (file)
@@ -1,6 +1,18 @@
-#ifndef lint
-static char sccsid[] = "@(#)config.c   1.8 (Berkeley) %G%";
-#endif
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ */
+
+#ifdef notdef
+static char sccsid[] = "@(#)config.c   5.3 (Berkeley) %G%";
+#endif /* notdef */
 
 /*
  * This file contains definitions of network data used by Mail
 
 /*
  * This file contains definitions of network data used by Mail
@@ -24,36 +36,7 @@ char *metanet = "!^:%@.";
  * not all accessible hosts need be here (fortunately).
  */
 struct netmach netmach[] = {
  * not all accessible hosts need be here (fortunately).
  */
 struct netmach netmach[] = {
-       "berkeley",     '7',            AN|SN,
-       "a",            'a',            SN,
-       "b",            'b',            SN,
-       "c",            'c',            SN,
-       "d",            'd',            SN,
-       "e",            'e',            SN,
-       "f",            'f',            SN,
-       "g",            'g',            SN,
-       "ingres",       'i',            SN,
-       "ing70",        'i',            SN,
-       "ingvax",       'j',            SN|BN,
-       "virus",        'k',            SN,
-       "vlsi",         'l',            SN,
-       "image",        'm',            SN,
-       "esvax",        'o',            SN,
-       "sesm",         'o',            SN,
-       "ucbcad",       'p',            SN|BN,
-       "q",            'q',            SN,
-       "kim",          'n',            SN,
-       "research",     'R',            BN,
-       "arpavax",      'r',            SN|BN,
-       "src",          's',            SN,
-       "mathstat",     't',            SN,
-       "vax",          'v',            BN|SN,
-       "ucb",          'v',            BN|SN,
-       "ucbvax",       'v',            BN|SN,
-       "onyx",         'x',            SN,
-       "cory",         'y',            SN,
-       "eecs40",       'z',            SN,
-       EMPTY,          EMPTYID,        SN,     /* Filled in dynamically */
+       EMPTY,          EMPTYID,        AN,     /* Filled in dynamically */
        0,              0,              0
 };
 
        0,              0,              0
 };