]> granicus.if.org Git - fcron/commitdiff
Increased maximum number of fcrontab entries to 1024
authorthib <thib>
Sun, 21 Sep 2008 17:44:12 +0000 (17:44 +0000)
committerthib <thib>
Sun, 21 Sep 2008 17:44:12 +0000 (17:44 +0000)
config.h.in

index 32aaea43d5c1f3fbb82f85694b9dfccca3f48de6..c2cda8779c68fdd1614ed81c47bad4ff45b2438d 100644 (file)
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: config.h.in,v 1.63 2008-05-11 11:07:36 thib Exp $ */
+ /* $Id: config.h.in,v 1.64 2008-09-21 17:44:12 thib Exp $ */
 
 
 /* *********************************************************** */
@@ -88,7 +88,7 @@
                           * up */
 
 
-#define MAXENTRIES  256  /* max lines in non-root fcrontabs */
+#define MAXENTRIES  1024  /* max lines in non-root fcrontabs */
 
 #define LINE_LEN    1024     /* max line length in user's config file */
 #define USER_NAME_LEN 128    /* max length of a user name */