Annotation of researchv10no/cmd/nupas/sun4bsd/sys.h, revision 1.1.1.1

1.1       root        1: /*
                      2:  * System dependent header files for research
                      3:  */
                      4: 
                      5: #include <sys/param.h>
                      6: #include <sys/dir.h>
                      7: /* #include <dirent.h> */
                      8: #include <errno.h>
                      9: #include "syslog.h"
                     10: 
                     11: typedef struct direct Direct;
                     12: 
                     13: typedef void   (*SIG_TYP)();
                     14: #define SIGRETURN int
                     15: 
                     16: #define DEFAULT_LOG_LEVEL      LOG_INFO
                     17: 
                     18: /*
                     19:  *
                     20:  * Syslogs used to keep track of users/intruders.  These are the assignments
                     21:  * of the LOCAL logs.
                     22:  *
                     23:  */
                     24: 
                     25: #define        LOG_INETD       LOG_LOCAL0
                     26: #define LOG_FTPD       LOG_LOCAL1
                     27: #define LOG_TELNETD    LOG_LOCAL2
                     28: #define LOG_SMTPD      LOG_LOCAL3
                     29: #define LOG_PROXY      LOG_LOCAL4
                     30: #define LOG_SMTP       LOG_LOCAL5
                     31: #define LOG_SMTPSCHED  LOG_LOCAL6
                     32: 

unix.superglobalmegacorp.com

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