SERIAL_ONCE added
authorthib <thib>
Tue, 22 Aug 2000 21:18:51 +0000 (21:18 +0000)
committerthib <thib>
Tue, 22 Aug 2000 21:18:51 +0000 (21:18 +0000)
config.h.in

index 2591bee8e0c1cb02d6bceb2295c49f61b0cffc56..3b0d64353ce542748a8c05ab37b90a50d1b8e6f2 100644 (file)
@@ -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 $ */
 
 
 /* *********************************************************** */
                             * 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)) */