diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-02-11 08:20:06 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-02-11 08:20:06 +0000 |
commit | 45de453847b40c5378b3ceadbb238c841ae7a204 (patch) | |
tree | 3ceb9eea34ce8427d23342e468c406903564b687 /fetchmail.h | |
parent | 440528d08a8b105f9bf306a486dbacf22093871c (diff) | |
download | fetchmail-45de453847b40c5378b3ceadbb238c841ae7a204.tar.gz fetchmail-45de453847b40c5378b3ceadbb238c841ae7a204.tar.bz2 fetchmail-45de453847b40c5378b3ceadbb238c841ae7a204.zip |
netbsd port patch.
svn path=/trunk/; revision=1618
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index 7ded5a4b..72e59ed8 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -28,6 +28,9 @@ #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 */ +#undef MSGBUFSIZE + #define MSGBUFSIZE 2048 /* size of message read buffer */ #define PASSWORDLEN 64 /* max password length */ #define DIGESTLEN 33 /* length of MD5 digest */ |