From 7d78b3b8097b695cab88ba14a16958cbb201f3a1 Mon Sep 17 00:00:00 2001 From: thib Date: Tue, 15 May 2001 00:49:11 +0000 Subject: [PATCH] constant options have moved to corresponding .h file --- config.h.in | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/config.h.in b/config.h.in index 27a0da9..e5d8a6b 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.26 2001-01-27 15:43:56 thib Exp $ */ + /* $Id: config.h.in,v 1.27 2001-05-15 00:49:11 thib Exp $ */ /* *********************************************************** */ @@ -116,14 +116,6 @@ #define COMPLAIN_LEVEL LOG_ERR /* error messages */ #define DEBUG_LEVEL LOG_DEBUG /* only used when DEBUG is defined */ -/* options for local functions */ -#define STD 0 -#define NO_GOTO 1 /* set_next_exe() : no goto_non_matching() */ -#define NO_GOTO_LOG 2 /* NO_GOTO but also log nextexe time */ -#define END_OF_INTERVAL 1 /* goto_non_matching() */ -#define LAVG 1 /* set_next_exe_notrun() */ -#define SYSDOWN 2 /* set_next_exe_notrun() */ - /* end of configurable stuff **************************************** */ /* ****************************************************************** */ -- 2.40.0