Commit 3dacdc30 authored by Guido van Rossum's avatar Guido van Rossum

Add LOG_SYSLOG if defined.

parent 15af20a3
......@@ -205,6 +205,9 @@ initsyslog()
ins(d, "LOG_MAIL", LOG_MAIL);
ins(d, "LOG_DAEMON", LOG_DAEMON);
ins(d, "LOG_AUTH", LOG_AUTH);
#ifdef LOG_SYSLOG
ins(d, "LOG_SYSLOG", LOG_SYSLOG);
#endif
ins(d, "LOG_LPR", LOG_LPR);
#ifdef LOG_NEWS
ins(d, "LOG_NEWS", LOG_NEWS);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment