/*
- * $Id: logfile.cc,v 1.19 2006/05/14 16:52:02 serassio Exp $
+ * $Id: logfile.cc,v 1.20 2006/06/05 20:49:45 serassio Exp $
*
* DEBUG: section 50 Log file handling
* AUTHOR: Duane Wessels
#if HAVE_SYSLOG
+/* Define LOG_AUTHPRIV as LOG_AUTH on systems still using the old deprecated LOG_AUTH */
+#ifndef LOG_AUTHPRIV
+#define LOG_AUTHPRIV LOG_AUTH
+#endif
+
struct syslog_symbol_t
{
const char* name;