mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
827d3c4f0f
- make portlint happier - clean pkg-plist PR: 25534 Submitted by: thierry@thomas.as
24 lines
574 B
Plaintext
24 lines
574 B
Plaintext
--- 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
|