From aa2c5bcc4d95692f3dbc95109bde20ecbb854694 Mon Sep 17 00:00:00 2001 From: thib Date: Tue, 22 Aug 2000 21:18:51 +0000 Subject: [PATCH] SERIAL_ONCE added --- config.h.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.h.in b/config.h.in index 2591bee..3b0d643 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.11 2000-06-22 15:35:23 thib Exp $ */ + /* $Id: config.h.in,v 1.12 2000-08-22 21:18:51 thib Exp $ */ /* *********************************************************** */ @@ -113,11 +113,13 @@ * the next serial job to be executed will be run * non-serially each time a serial job is added */ #define SERIAL_INITIAL_SIZE 10 /* initial number of possible serial job. If - * more jobs have to be in queuesimultaneously, + * more jobs have to be in queue simultaneously, * fcron will have to calloc() more memory */ #define SERIAL_GROW_SIZE 10 /* this is the number of entries that will be * added to serial queue each time it has to grow * up */ +#define SERIAL_ONCE 1 /* can a job be several times in the serial queue at + * the same moment ? */ /* Syslog facility and priorities messages will be logged to (see syslog(3)) */ -- 2.50.1