]> Pileus Git - ~andy/fetchmail/commitdiff
netbsd port patch.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 11 Feb 1998 08:20:06 +0000 (08:20 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 11 Feb 1998 08:20:06 +0000 (08:20 -0000)
svn path=/trunk/; revision=1618

fetchmail.h

index 7ded5a4bc8f270e1d4524544b0db9c272b4d44b2..72e59ed8fb8cc1b2c39e0685c8232d1ad2260b27 100644 (file)
@@ -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 */