include/cache.h: Add support for bigmatix.

This commit is contained in:
Apple Dash 2014-06-02 10:35:51 -04:00 committed by Sam Dodrill
parent fb096745d8
commit e05337fa2e
1 changed files with 2 additions and 1 deletions

View File

@ -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)