From 1bcd503eba110c53f43100bc9e198176e6d67a9e Mon Sep 17 00:00:00 2001 From: thib Date: Tue, 17 Aug 2004 12:53:14 +0000 Subject: [PATCH] change the max size of log messages (MAX_MSG) to 175 chars --- config.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h.in b/config.h.in index f3910ad..67da51a 100644 --- a/config.h.in +++ b/config.h.in @@ -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 $ */ /* *********************************************************** */ @@ -104,7 +104,7 @@ * 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 */ -- 2.50.1