From 45de453847b40c5378b3ceadbb238c841ae7a204 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 11 Feb 1998 08:20:06 +0000 Subject: netbsd port patch. svn path=/trunk/; revision=1618 --- fetchmail.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fetchmail.h') 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 */ -- cgit v1.2.3