From 263bc5130054c77bcf531905c5d432debe0e503f Mon Sep 17 00:00:00 2001 From: Apple Dash Date: Mon, 2 Jun 2014 10:35:51 -0400 Subject: [PATCH] include/cache.h: Add support for bigmatix. --- include/cache.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/cache.h b/include/cache.h index 662d1d1..ace0f19 100644 --- a/include/cache.h +++ b/include/cache.h @@ -3,7 +3,8 @@ #define HELP_MAX 100 -#define CACHELINELEN 81 +/* Adjusted to allow wider MOTD */ +#define CACHELINELEN 513 #define CACHEFILELEN 30 /* two servernames, a gecos, three spaces, ":1", '\0' */ #define LINKSLINELEN (HOSTLEN + HOSTLEN + REALLEN + 6)