diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-29 21:57:14 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-29 21:57:14 +0000 |
commit | 53f454c3aa3065647af8af895deab3ea02ec4015 (patch) | |
tree | 90ada417bea1baec84114131bdf7a1492429c568 /news/nn/files/patch-ak | |
parent | Update to version 1.0c16. (diff) |
Update to version 6.5.5.
PR: 16437
Submitted by: maintainer
Diffstat (limited to 'news/nn/files/patch-ak')
-rw-r--r-- | news/nn/files/patch-ak | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/news/nn/files/patch-ak b/news/nn/files/patch-ak new file mode 100644 index 000000000000..5992a34934a9 --- /dev/null +++ b/news/nn/files/patch-ak @@ -0,0 +1,27 @@ +--- inews/conf.h.orig Sat Apr 29 01:34:46 1995 ++++ inews/conf.h Fri Jan 28 15:04:03 2000 +@@ -30,6 +30,7 @@ + #define NNINEWSCONF_H + + #include "config.h" ++#include <sys/param.h> + + #ifndef NNTP + /* WHY DO YOU WANT TO MAKE MINI-INEWS WHEN YOU DONT USE NNTP */ +@@ -59,7 +60,7 @@ + * DOMAIN as defined above). If you don't want this, comment it out. + */ + +-#define HIDDENNET ++/* #define HIDDENNET */ + + /* + * There are a number of ways that inews will try to figure out the +@@ -92,6 +93,7 @@ + */ + + #define SERVER_FILE NNTP_SERVER ++#define DOMAIN_FILE NNTP_DOMAIN + + /* + * Reverse engineering (nn got this the other way around).... |