Revision 10832,
653 bytes
checked in by brlewis, 27 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r10831,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | /************************************************************** |
---|
2 | * Dummy Header for Unix to Windows NT portability |
---|
3 | * Created for XNTP package |
---|
4 | **************************************************************/ |
---|
5 | |
---|
6 | #ifndef SYSLOG_H |
---|
7 | #define SYSLOG_H |
---|
8 | |
---|
9 | #define LOG_EMERG 0 /* system is unusable */ |
---|
10 | #define LOG_ALERT 1 /* action must be taken immediately */ |
---|
11 | #define LOG_CRIT 2 /* critical conditions */ |
---|
12 | #define LOG_ERR 3 /* error conditions */ |
---|
13 | #define LOG_WARNING 4 /* warning conditions */ |
---|
14 | #define LOG_NOTICE 5 /* normal but signification condition */ |
---|
15 | #define LOG_INFO 6 /* informational */ |
---|
16 | #define LOG_DEBUG 7 /* debug-level messages */ |
---|
17 | |
---|
18 | #endif /* SYSLOG_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.