From: Thibault Godouet Date: Sun, 18 Jun 2000 13:10:43 +0000 (+0000) Subject: MAXLINES is now named MAXENTRIES X-Git-Tag: ver2_9_4~693 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ada0ef0902e1a8a8ec33ea3f67dbc8e8fec1f9b7;p=thirdparty%2Ffcron.git MAXLINES is now named MAXENTRIES --- 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 */