Skip to content

Commit

Permalink
debuglog.c: always use syslog(3)
Browse files Browse the repository at this point in the history
We do not check if HAVE_SYSLOG_H is defined or not.
  • Loading branch information
LudovicRousseau committed Apr 24, 2024
1 parent bc21511 commit 10723c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/debuglog.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#include "config.h"
#ifdef HAVE_SYSLOG_H
#include <syslog.h>
#endif
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit 10723c0

Please sign in to comment.