$OpenBSD: patch-src_inc_c,v 1.3 2005/04/12 20:29:26 naddy Exp $
--- src/inc.c.orig	Sun Apr  3 15:15:51 2005
+++ src/inc.c	Sun Apr  3 15:16:10 2005
@@ -75,7 +75,9 @@ static GdkPixbuf *currentpix;
 static GdkPixbuf *errorpix;
 static GdkPixbuf *okpix;
 
-#define MSGBUFSIZE	8192
+#ifndef MSGBUFSIZE
+#  define MSGBUFSIZE	8192
+#endif
 
 static void inc_finished		(MainWindow		*mainwin,
 					 gboolean		 new_messages);
