]> granicus.if.org Git - fcron/commitdiff
change the max size of log messages (MAX_MSG) to 175 chars
authorthib <thib>
Tue, 17 Aug 2004 12:53:14 +0000 (12:53 +0000)
committerthib <thib>
Tue, 17 Aug 2004 12:53:14 +0000 (12:53 +0000)
config.h.in

index f3910adb125081352592a4958be764af6d46cad4..67da51a16e4d369d7527493417b28a358336e22f 100644 (file)
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: config.h.in,v 1.52 2004-01-29 10:34:46 thib Exp $ */
+ /* $Id: config.h.in,v 1.53 2004-08-17 12:53:14 thib Exp $ */
 
 
 /* *********************************************************** */
  *           etc ... */
 #define TERM_LEN 196         /* max nb of char in a term line */
 
-#define MAX_MSG 150          /* max length of a log message */
+#define MAX_MSG 175          /* max length of a log message */
 
 #define WRITE_BUF_LEN 1024   /* length of the buffer used for saving files to disk */