]> git.ipfire.org Git - thirdparty/krb5.git/commit
Remove logger.c compile-time syslog conditionals
authorGreg Hudson <ghudson@mit.edu>
Fri, 22 Apr 2016 15:30:27 +0000 (11:30 -0400)
committerGreg Hudson <ghudson@mit.edu>
Sat, 30 Apr 2016 00:01:51 +0000 (20:01 -0400)
commit1180e627efc2fa2cf884fc60b0351eeb5b548c76
treeac28191013da213be8ab3152241b74bae4752f1f
parentcc4f73992ec54b568c20a7f34e75f8c831dea2c9
Remove logger.c compile-time syslog conditionals

In logger.c, remove conditionals around uses of syslog.h, syslog(),
openlog(), closelog(), and syslog priority constants.  This header and
these symbols are used unconditionally in other non-Windows parts of
the tree.  Leave the conditionals around facility constants for now,
as not all of the facility constants are specified in POSIX.
src/configure.in
src/lib/kadm5/logger.c