diff options
Diffstat (limited to 'functions.h')
-rw-r--r-- | functions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/functions.h b/functions.h index fe1bee8..8fb5145 100644 --- a/functions.h +++ b/functions.h @@ -14,7 +14,6 @@ #include <sys/select.h> #define MAXDATASIZE 513 // max number of bytes we can get at once (RFC2812 says 512, plus one for null terminator) -#define MAXTOKENS 100 // maximum number of (CRLF or space) separated tokens per server response we expect (TODO - check this is reasonable) // getstdin() return codes #define OK 0 |