Annotation of 43BSDReno/usr.bin/uucp/uucpdefs.c, revision 1.1.1.1

1.1       root        1: #ifndef lint
                      2: static char sccsid[] = "@(#)uucpdefs.c 5.6 (Berkeley) 5/11/89";
                      3: #endif
                      4: 
                      5: #include "uucp.h"
                      6: #include "pathnames.h"
                      7: 
                      8: char Progname[64];
                      9: int Ifn, Ofn;
                     10: char RRmtname[MAXFULLNAME];
                     11: char *Rmtname = RRmtname;
                     12: char User[128];
                     13: char Loginuser[16];
                     14: char Myname[MAXBASENAME+1];
                     15: char Wrkdir[WKDSIZE];
                     16: 
                     17: char *Spool = SPOOL;
                     18: char DLocal[64];
                     19: char DLocalX[64];
                     20: int Debug = 0;
                     21: time_t Retrytime;
                     22: short Usrf = 0;                        /* Uustat global flag */
                     23: int IsTcpIp = 0;       /* 1 == TCP/IP connection, else 0.  kludge to suppress ioctl */
                     24: char MaxGrade = '\177';
                     25: char DefMaxGrade = '\177';
                     26: int nologinflag = 0;
                     27: char NOLOGIN[] = _PATH_NOLOGIN;
                     28: 
                     29: /* Save some data space */
                     30: char DEVNULL[] = _PATH_DEVNULL;
                     31: char CANTOPEN[] = "CAN'T OPEN";
                     32: char _FAILED[] = "FAILED";

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.