From: Tomas Janousek Date: Mon, 27 Aug 2007 17:42:03 +0000 (+0200) Subject: Don't define SYSLOG in pathnames.h. X-Git-Tag: v4.2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0460551c39d6eba7b4a4398f80d264704dad293d;p=cronie Don't define SYSLOG in pathnames.h. It's in configure.ac and gets defined in config.h. Signed-off-by: Tomas Janousek --- diff --git a/src/pathnames.h b/src/pathnames.h index 2525ef5..839f742 100644 --- a/src/pathnames.h +++ b/src/pathnames.h @@ -61,7 +61,7 @@ * be used. */ /*#define LOG_FILE "/var/log/cron"*/ -#define SYSLOG +/*#define SYSLOG*/ /* where should the daemon stick its PID? * PIDDIR must end in '/'. */