diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-02-26 22:09:12 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-02-26 22:09:12 +0000 |
commit | 6468431048a669d99c003b940474ec60a833afe1 (patch) | |
tree | 2154d5a6fcceb1f8a51eb143ae161c44f87291c9 /fetchmail.h | |
parent | fc659a867896396b1c338ae890b10cdeea13e703 (diff) | |
download | fetchmail-6468431048a669d99c003b940474ec60a833afe1.tar.gz fetchmail-6468431048a669d99c003b940474ec60a833afe1.tar.bz2 fetchmail-6468431048a669d99c003b940474ec60a833afe1.zip |
MSGBUFSIZE everywhere.
svn path=/trunk/; revision=1678
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.h b/fetchmail.h index 22ab295f..021df036 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -28,11 +28,11 @@ * from IMAP RFCs up to 2060, so these are mostly from POP3. */ #define HOSTLEN 635 /* max hostname length (RFC1123) */ -#define POPBUFSIZE 512 /* max length of respone (RFC1939) */ +#define POPBUFSIZE 512 /* max length of response (RFC1939) */ #define USERNAMELEN 40 /* max POP3 arg length (RFC1939) */ #define IDLEN 128 /* max length of UID (RFC1939) */ -/* clear a netbsd kernel parameter out of the way */ +/* clear a netBSD kernel parameter out of the way */ #undef MSGBUFSIZE #define MSGBUFSIZE 2048 /* size of message read buffer */ |