From 20265db5a2810f0e9bfcdc1d320cdc5835d7b5ff Mon Sep 17 00:00:00 2001 From: Martin Carpenter Date: Tue, 27 Nov 2012 09:47:46 +0100 Subject: Add LOG_AUDIT facility for eg Solaris --- runtime/srutils.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime/srutils.c') diff --git a/runtime/srutils.c b/runtime/srutils.c index f420c0f7..4ce6196a 100644 --- a/runtime/srutils.c +++ b/runtime/srutils.c @@ -91,6 +91,9 @@ syslogName_t syslogFacNames[] = { {"uucp", LOG_UUCP}, #if defined(LOG_FTP) {"ftp", LOG_FTP}, +#endif +#if defined(LOG_AUDIT) + {"audit", LOG_AUDIT}, #endif {"local0", LOG_LOCAL0}, {"local1", LOG_LOCAL1}, -- cgit v1.2.3