Remove two obsolete constants.

This commit is contained in:
Jilles Tjoelker 2009-06-03 23:18:07 +02:00
parent 104fea6cda
commit 084af78f05
1 changed files with 1 additions and 3 deletions

View File

@ -115,9 +115,7 @@
/* 23+1 for \0 */
#define KEYLEN 24
#define BUFSIZE 512 /* WARNING: *DONT* CHANGE THIS!!!! */
#define MAXRECIPIENTS 20
#define MAXBANLENGTH 1024
#define OPERNICKLEN NICKLEN*2 /* Length of OPERNICKs. */
#define OPERNICKLEN (NICKLEN*2) /* Length of OPERNICKs. */
#define USERHOST_REPLYLEN (NICKLEN+HOSTLEN+USERLEN+5)
#define MAX_DATE_STRING 32 /* maximum string length for a date string */