]> granicus.if.org Git - fcron/commitdiff
minor bug corrected : ETC constant added
authorthib <thib>
Mon, 22 May 2000 17:46:43 +0000 (17:46 +0000)
committerthib <thib>
Mon, 22 May 2000 17:46:43 +0000 (17:46 +0000)
config.h.in

index 2e8b3fa007e8cf021752c432af1494f55bce5444..16abaeef7a3d32dc8931ea19f85117e56e89406e 100644 (file)
@@ -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 */
 #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