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