Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
47b3b9bc
...
47b3b9bc2a40c03e9bbf73b33592a9538fed34a0
authored
2009-02-20 10:24:49 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Define LOG_AUTHPRIV if syslog.h does not
1 parent
a4e1e5e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
mailbox/syslog.c
mailbox/syslog.c
View file @
47b3b9b
/* 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
},
...
...
Please
register
or
sign in
to post a comment