diff options
Diffstat (limited to 'news/newsx/files/patch-bj')
-rw-r--r-- | news/newsx/files/patch-bj | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/news/newsx/files/patch-bj b/news/newsx/files/patch-bj deleted file mode 100644 index ce0d978f432e..000000000000 --- a/news/newsx/files/patch-bj +++ /dev/null @@ -1,23 +0,0 @@ ---- 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 |