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(DEBUG),
L(AUTH), L(AUTH),
#ifdef LOG_AUTHPRIV
L(AUTHPRIV), L(AUTHPRIV),
#endif
#ifdef LOG_CRON
L(CRON), L(CRON),
#endif
L(DAEMON), L(DAEMON),
#ifdef LOG_FTP
L(FTP), L(FTP),
#endif
L(KERN), L(KERN),
L(LPR), L(LPR),
L(MAIL), L(MAIL),
#ifdef LOG_NEWS
L(NEWS), L(NEWS),
#endif
L(SYSLOG), L(SYSLOG),
L(USER), L(USER),
#ifdef LOG_UUCP
L(UUCP), L(UUCP),
#endif
L(LOCAL0), L(LOCAL0),
L(LOCAL1), L(LOCAL1),
L(LOCAL2), L(LOCAL2),