diff options
Diffstat (limited to 'usr.sbin/cron/config.h')
-rw-r--r-- | usr.sbin/cron/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/cron/config.h b/usr.sbin/cron/config.h index bbc6f069019..e66ad2a02cc 100644 --- a/usr.sbin/cron/config.h +++ b/usr.sbin/cron/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.20 2015/02/09 22:35:08 deraadt Exp $ */ +/* $OpenBSD: config.h,v 1.21 2015/02/09 23:00:14 deraadt Exp $ */ /* Copyright 1988,1990,1993,1994 by Paul Vixie * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") @@ -70,12 +70,12 @@ * are both defined, then logging will go to both * places. */ -#define SYSLOG /*-*/ +#define SYSLOG /*-*/ /* if you have a tm_gmtoff member in struct tm. * If not, we will have to compute the value ourselves. */ -#define HAVE_TM_GMTOFF /*-*/ +#define HAVE_TM_GMTOFF /*-*/ /* if your OS has the paths.h header */ #define HAVE_PATHS_H /*-*/ |