* `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 $ */
/* *********************************************************** */
/* *** 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