From 15746a4c6485d45c7422d021963fb4412a17b507 Mon Sep 17 00:00:00 2001 From: thib Date: Sun, 18 Jun 2000 13:10:43 +0000 Subject: [PATCH] MAXLINES is now named MAXENTRIES --- config.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h.in b/config.h.in index 75e51f5..b5e1650 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.4 2000-05-30 19:26:13 thib Exp $ */ + /* $Id: config.h.in,v 1.5 2000-06-18 13:10:43 thib Exp $ */ /* *********************************************************** */ @@ -85,7 +85,7 @@ /* *** memory *** */ -#define MAXLINES 256 /* max lines in non-root fcrontabs */ +#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 */ -- 2.40.0