Put ifdefs around some facilities.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2658 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-07-28 13:38:37 +00:00
parent ed7296f8f1
commit 6c5d8cdfa6

View File

@@ -77,17 +77,27 @@ struct s2i syslogvals[] = {
L(DEBUG),
L(AUTH),
#ifdef LOG_AUTHPRIV
L(AUTHPRIV),
#endif
#ifdef LOG_CRON
L(CRON),
#endif
L(DAEMON),
#ifdef LOG_FTP
L(FTP),
#endif
L(KERN),
L(LPR),
L(MAIL),
#ifdef LOG_NEWS
L(NEWS),
#endif
L(SYSLOG),
L(USER),
#ifdef LOG_UUCP
L(UUCP),
#endif
L(LOCAL0),
L(LOCAL1),
L(LOCAL2),