|
|
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: #define DIALER "mx" /* for the real Internet */ ! 19: ! 20: /* ! 21: * ! 22: * Syslogs used to keep track of users/intruders. These are the assignments ! 23: * of the LOCAL logs. ! 24: * ! 25: */ ! 26: ! 27: #define LOG_INETD LOG_LOCAL0 ! 28: #define LOG_FTPD LOG_LOCAL1 ! 29: #define LOG_TELNETD LOG_LOCAL2 ! 30: #define LOG_SMTPD LOG_LOCAL3 ! 31: #define LOG_PROXY LOG_LOCAL4 ! 32: #define LOG_SMTP LOG_LOCAL5 ! 33: #define LOG_SMTPSCHED LOG_LOCAL6 ! 34:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.