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