Annotation of 43BSDReno/contrib/mh/uip/ttyd.h, revision 1.1.1.1

1.1       root        1: /* ttyd.h - definitions for ttyd */
                      2: 
                      3: /* The Regents of the University of California wish to make it known that:
                      4:  *
                      5:  *
                      6:  *                               DISCLAIMER
                      7:  *
                      8:  *     "Although each program has been tested by its contributor, no
                      9:  *     warranty, express or implied, is made by the contributor or the
                     10:  *     University of California, as to the accuracy and functioning of
                     11:  *     the program and related program material, nor shall the fact of
                     12:  *     distribution constitute any such warranty, and no responsibility
                     13:  *     is assumed by the contributor or the University of California in
                     14:  *     connection herewith."
                     15:  *
                     16:  */
                     17: 
                     18: /*  */
                     19: 
                     20: #define        MAIL    "/bin/mail"
                     21: 
                     22: #define        SMLWAIT 60              /* seconds for select() */
                     23: 
                     24: #define        TRUE    1
                     25: #define        FALSE   0
                     26: 
                     27: #define        serror  \
                     28:        (errno > 0 && errno < sys_nerr ? sys_errlist[errno] : "Unknown error")
                     29: 
                     30: extern int  errno;
                     31: extern int  sys_nerr;
                     32: extern char *sys_errlist[];
                     33: extern char *sys_siglist[];

unix.superglobalmegacorp.com

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