Annotation of researchv8dc/cmd/Mail/v7.local.h, revision 1.1.1.1

1.1       root        1: /*     v7.local.h      2.6     83/08/11        */
                      2: 
                      3: /*
                      4:  * Declarations and constants specific to an installation.
                      5:  *
                      6:  * Vax/Unix version 7.
                      7:  */
                      8: 
                      9: #define        GETHOST                         /* System has gethostname syscall */
                     10: #define        UNAME                           /* 
                     11:                                         * Use uname() instead of gethostname()
                     12:                                         * Must have GETHOST defined, though
                     13:                                         */
                     14: #ifdef GETHOST
                     15: #define        LOCAL           EMPTYID         /* Dynamically determined local host */
                     16: #else
                     17: #define        LOCAL           'I'             /* Local host id */
                     18: #endif GETHOST
                     19: 
                     20: #define        MAIL            "/bin/mail"     /* Name of mail sender */
                     21: /* #define SENDMAIL    "/etc/delivermail"
                     22:                                        /* Name of classy mail deliverer */
                     23: #define        EDITOR          "/usr/ucb/ex"   /* Name of text editor */
                     24: #define        VISUAL          "/usr/ucb/vi"   /* Name of display editor */
                     25: #define        SHELL           "/bin/sh"       /* Standard shell */
                     26: #define        MORE            "/usr/bin/p"    /* Standard output pager */
                     27: #define        HELPFILE        "/usr/lib/Mail.help"
                     28:                                        /* Name of casual help file */
                     29: #define        THELPFILE       "/usr/lib/Mail.help.~"
                     30: #define        POSTAGE         "/usr/adm/maillog"
                     31:                                        /* Where to audit mail sending */
                     32:                                        /* Name of casual tilde help */
                     33: #define        UIDMASK         0177777         /* Significant uid bits */
                     34: #define        MASTER          "/usr/lib/Mail.rc"
                     35: #define        APPEND                          /* New mail goes to end of mailbox */
                     36: #define CANLOCK                                /* Locking protocol actually works */
                     37: #define        UTIME                           /* System implements utime(2) */
                     38: 
                     39: #ifndef VMUNIX
                     40: #include "sigretro.h"                  /* Retrofit signal defs */
                     41: #endif VMUNIX

unix.superglobalmegacorp.com

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