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)