$OpenBSD: patch-src_inc_c,v 1.3 2004/05/31 12:54:32 couderc Exp $
--- src/inc.c.orig	2004-05-11 07:13:18.000000000 +0200
+++ src/inc.c	2004-05-31 14:45:19.000000000 +0200
@@ -76,7 +76,9 @@ static GdkBitmap *errorxpmmask;
 static GdkPixmap *okxpm;
 static GdkBitmap *okxpmmask;
 
-#define MSGBUFSIZE	8192
+#ifndef MSGBUFSIZE
+#  define MSGBUFSIZE	8192
+#endif
 
 static void inc_finished		(MainWindow		*mainwin,
 					 gboolean		 new_messages);
