summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-11-29 13:51:06 +1100
committerDamien Miller <djm@mindrot.org>2000-11-29 13:51:06 +1100
commit6dbfef63559c7ac29aa7a3fe27a12d814fbd0e83 (patch)
treeee88fd5735db038026558924022c21dacec5d1ff /ssh.h
parenta19cf47b0fa5cd16c1e471792109ce06023c9757 (diff)
- (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 bb103fe4d..2c2afd5a0 100644
--- a/ssh.h
+++ b/ssh.h
@@ -20,6 +20,7 @@
20#include <netinet/in.h> /* For struct sockaddr_in */ 20#include <netinet/in.h> /* For struct sockaddr_in */
21#include <pwd.h> /* For struct pw */ 21#include <pwd.h> /* For struct pw */
22#include <stdarg.h> /* For va_list */ 22#include <stdarg.h> /* For va_list */
23#include <syslog.h> /* For LOG_AUTH and friends */
23#include <sys/socket.h> /* For struct sockaddr_storage */ 24#include <sys/socket.h> /* For struct sockaddr_storage */
24#include "fake-socket.h" /* For struct sockaddr_storage */ 25#include "fake-socket.h" /* For struct sockaddr_storage */
25#ifdef HAVE_SYS_SELECT_H 26#ifdef HAVE_SYS_SELECT_H
@@ -427,6 +428,9 @@ typedef enum {
427 SYSLOG_FACILITY_DAEMON, 428 SYSLOG_FACILITY_DAEMON,
428 SYSLOG_FACILITY_USER, 429 SYSLOG_FACILITY_USER,
429 SYSLOG_FACILITY_AUTH, 430 SYSLOG_FACILITY_AUTH,
431#ifdef LOG_AUTHPRIV
432 SYSLOG_FACILITY_AUTHPRIV,
433#endif
430 SYSLOG_FACILITY_LOCAL0, 434 SYSLOG_FACILITY_LOCAL0,
431 SYSLOG_FACILITY_LOCAL1, 435 SYSLOG_FACILITY_LOCAL1,
432 SYSLOG_FACILITY_LOCAL2, 436 SYSLOG_FACILITY_LOCAL2,