mirror of
https://github.com/matrix-construct/construct
synced 2024-11-02 20:09:16 +01:00
Remove two obsolete constants.
This commit is contained in:
parent
383eac2e64
commit
553aaaf4db
1 changed files with 1 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue