Commit 47b3b9bc 47b3b9bc2a40c03e9bbf73b33592a9538fed34a0 by Sergey Poznyakoff

Define LOG_AUTHPRIV if syslog.h does not

1 parent a4e1e5e8
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2007, 2008 Free Software Foundation, Inc.
Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
......@@ -23,6 +23,10 @@
#include <mailutils/kwd.h>
#include <mailutils/syslog.h>
#ifndef LOG_AUTHPRIV
# define LOG_AUTHPRIV
#endif
static mu_kwd_t kw_facility[] = {
{ "USER", LOG_USER },
{ "DAEMON", LOG_DAEMON },
......