aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h3
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 */