summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
authordjm <djm>2000-11-29 02:51:06 +0000
committerdjm <djm>2000-11-29 02:51:06 +0000
commite439817de4e0145ae0e6bae75dca1cf6015d75ca (patch)
treed5b28fca9f5cee67df4ba381affa1899826a162d /ssh.h
parent42143508107fa37d717ac525c48213c45aa15bb3 (diff)
downloadopenssh-e439817de4e0145ae0e6bae75dca1cf6015d75ca.tar.gz
- (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ssh.h b/ssh.h
index bb103fe4..2c2afd5a 100644
--- a/ssh.h
+++ b/ssh.h
@@ -20,6 +20,7 @@
#include <netinet/in.h> /* For struct sockaddr_in */
#include <pwd.h> /* For struct pw */
#include <stdarg.h> /* For va_list */
+#include <syslog.h> /* For LOG_AUTH and friends */
#include <sys/socket.h> /* For struct sockaddr_storage */
#include "fake-socket.h" /* For struct sockaddr_storage */
#ifdef HAVE_SYS_SELECT_H
@@ -427,6 +428,9 @@ typedef enum {
SYSLOG_FACILITY_DAEMON,
SYSLOG_FACILITY_USER,
SYSLOG_FACILITY_AUTH,
+#ifdef LOG_AUTHPRIV
+ SYSLOG_FACILITY_AUTHPRIV,
+#endif
SYSLOG_FACILITY_LOCAL0,
SYSLOG_FACILITY_LOCAL1,
SYSLOG_FACILITY_LOCAL2,