]> granicus.if.org Git - fcron/commitdiff
FNAME_LEN replaced by PATH_LEN
authorthib <thib>
Sun, 25 Aug 2002 17:26:45 +0000 (17:26 +0000)
committerthib <thib>
Sun, 25 Aug 2002 17:26:45 +0000 (17:26 +0000)
config.h.in

index ff5e170d5635628bceabbd3c017bd34ad7005894..c4d3c001d0d7c9018b15dc3f8ee9bf0ddbccca6a 100644 (file)
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: config.h.in,v 1.43 2002-08-10 20:41:11 thib Exp $ */
+ /* $Id: config.h.in,v 1.44 2002-08-25 17:26:45 thib Exp $ */
 
 
 /* *********************************************************** */
 #define MAXENTRIES  256  /* max lines in non-root fcrontabs */
 
 #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 PATH_LEN 256         /* max length of a file path */
+#define PATH_LEN 512         /* max length of a file path */
 #define SOCKET_MSG_LEN 20    /* max length of a socket msg (fcrondyn) */
 
+/* WARNING : do not set this too low, or add some more tests in print_field, print_line,
+ *           etc ... */
+#define TERM_LEN 196         /* max nb of char in a term line */
+
 #define MAX_MSG 150          /* max length of a log message */