$OpenBSD: patch-src_inc_c,v 1.2 2003/07/04 13:06:12 wilfried Exp $
--- src/inc.c.orig	Thu May 29 04:11:05 2003
+++ src/inc.c	Thu May 29 04:11:23 2003
@@ -77,7 +77,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);
