Merge pull request #10 from AppleDash/master

include/cache.h: Add support for wider motds
This commit is contained in:
Sam Dodrill 2014-06-02 07:40:24 -07:00
commit fdd6c2721a
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
#define HELP_MAX 100 #define HELP_MAX 100
#define CACHELINELEN 81 /* Adjusted to allow wider MOTD */
#define CACHELINELEN 513
#define CACHEFILELEN 30 #define CACHEFILELEN 30
/* two servernames, a gecos, three spaces, ":1", '\0' */ /* two servernames, a gecos, three spaces, ":1", '\0' */
#define LINKSLINELEN (HOSTLEN + HOSTLEN + REALLEN + 6) #define LINKSLINELEN (HOSTLEN + HOSTLEN + REALLEN + 6)