]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
added constant STD NO_GOTO NO_GOTO_LOG END_OF_INTERVAL LAVG SYSDOWN
authorThibault Godouet <yo8192@users.noreply.github.com>
Sat, 27 Jan 2001 15:43:56 +0000 (15:43 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Sat, 27 Jan 2001 15:43:56 +0000 (15:43 +0000)
config.h.in

index 79436b1021e99e6300a8b30b5f6181c797d63f9f..27a0da91558e7b736f56462b3ad87f405e6d380a 100644 (file)
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: config.h.in,v 1.25 2001-01-12 21:44:35 thib Exp $ */
+ /* $Id: config.h.in,v 1.26 2001-01-27 15:43:56 thib Exp $ */
 
 
 /* *********************************************************** */
 #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 **************************************** */