]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
added USER_NAME_LEN
authorThibault Godouet <yo8192@users.noreply.github.com>
Thu, 22 Jun 2000 12:30:55 +0000 (12:30 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Thu, 22 Jun 2000 12:30:55 +0000 (12:30 +0000)
removed SAVE_VARIATION : it didn't seem to be usefull

config.h.in

index 387d7afc9779ee535baabf7962c47076542ddee9..5208acf383136a30635be423cb4da54a42d41dc1 100644 (file)
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: config.h.in,v 1.9 2000-06-21 13:43:50 thib Exp $ */
+ /* $Id: config.h.in,v 1.10 2000-06-22 12:30:55 thib Exp $ */
 
 
 /* *********************************************************** */
 
 #define LINE_LEN    1024     /* max line length in user's config file */
 #define FNAME_LEN 512        /* max length of a file name */
+#define USER_NAME_LEN 128    /* max length of a user name */
 #define ENV_LEN 50           /* max length of an env variable name */
 
 #define MAX_MSG 150           /* max length of a log message */
 #define FIRST_SLEEP 20      /* fcron sleep at least this time after startup
                             * before executing a job, to avoid to run jobs
                             * during system boot */
-#define SAVE_VARIATION 120  /* if a job is run at less than SAVE_VARIATION
-                            * from normal time to save, save is performed
-                            * after execution of the job.
-                            * This is intended to avoid unneeded wakeups */
-
 
 /* *** behavior *** */
 #define SERIAL_QUEUE_MAX 30 /* if serial queue contains this number of entries,