Annotation of researchv10no/cmd/upas/mips/research_sys.h, revision 1.1.1.1

1.1       root        1: /*
                      2:  * System dependent header files for MIPS RISC/OS using
                      3:  * BSD compilation options.
                      4:  */
                      5: 
                      6: #include <sys/types.h>
                      7: #include <dirent.h>
                      8: #define MAXPATHLEN     MAXNAMLEN
                      9: typedef struct dirent Direct;
                     10: 
                     11: #define SIGRETURN void
                     12: typedef void (*SIG_TYP)();
                     13: 
                     14: #include </usr/include/bsd/syslog.h>
                     15: /* #include "/v/src/logs.h" */
                     16: 
                     17: /*
                     18:  *
                     19:  * Syslogs used to keep track of users/intruders.  These are the assignments
                     20:  * of the LOCAL logs.
                     21:  *
                     22:  */
                     23: 
                     24: #define        LOG_INETD       LOG_LOCAL0
                     25: #define LOG_FTPD       LOG_LOCAL1
                     26: #define LOG_TELNETD    LOG_LOCAL2
                     27: #define LOG_SMTPD      LOG_LOCAL3
                     28: #define LOG_PROXY      LOG_LOCAL4
                     29: #define LOG_SMTP       LOG_LOCAL5
                     30: #define LOG_SMTPSCHED  LOG_LOCAL6
                     31: 
                     32: #define SETLOGMASK     setlogmask
                     33: 
                     34: #define        DEFAULT_LOG_LEVEL       LOG_DEBUG
                     35: 
                     36: #define DIALER "tcp"           /* should be mx, when we get to it */

unix.superglobalmegacorp.com

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