--- src/news.h.orig	Mon Apr 19 06:20:08 1999
+++ src/news.h	Sun Feb 18 21:53:09 2001
@@ -8,6 +8,9 @@
  *  NOTE: shouldn't normally need to change these
  *
  *  $Log: news.h,v $
+ *  Revision x.x   2001/02/18 <thierry@thomas.as>
+ *  Some ifndef.
+ *
  *  Revision 1.15  1999/04/19 04:20:08  src
  *  Profile for specific spool
  *
@@ -46,7 +49,9 @@
  *  length of a news header line
  *  not to be confused with NNTP_STRLEN
  */
-#define MAXHEADERSIZE  5120
+#ifndef MAXHEADERSIZE
+  #define MAXHEADERSIZE  5120
+#endif
 
 /* 
  *  lock between newsxes accessing same host
