From 4a51e68b39f8643aa30abdf4d5c8b265da3d2456 Mon Sep 17 00:00:00 2001 From: thib Date: Mon, 22 May 2000 17:46:43 +0000 Subject: [PATCH] minor bug corrected : ETC constant added --- config.h.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.h.in b/config.h.in index 2e8b3fa..16abaee 100644 --- a/config.h.in +++ b/config.h.in @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: config.h.in,v 1.2 2000-05-15 18:28:34 thib Exp $ */ + /* $Id: config.h.in,v 1.3 2000-05-22 17:46:43 thib Exp $ */ /* *********************************************************** */ @@ -39,6 +39,7 @@ /* *** options which can be set in Makefile *** */ +/* (they are overridden by Makefile's value ) */ #ifndef VERSION #define VERSION "1.0.0" /* default version if not defined in Makefile */ @@ -48,6 +49,10 @@ #define FCRONTABS "/var/spool/fcron/" #endif +#ifndef ETC /* directory where are stored fcrontab.allow/deny */ +#define ETC "/etc/" +#endif + #ifndef DEBUG #define DEBUG 0 /* 1 if you want debug mode */ #endif -- 2.40.0