/*
* Define if your system has a 4.3BSD like syslog library.
*/
-#undef HAVE_SYSLOG
+#define HAVE_SYSLOG
/*
* Define if your system provides the "directory(3X)" access routines
@@ -144,7 +144,7 @@
* (in config.h).
*/
-/* #define HAVE_GETHOSTNAME /* BSD systems */
+#define HAVE_GETHOSTNAME /* BSD systems */
/* #define HAVE_UNAME /* System V */
/* #define HOSTNAME_FILE "/etc/uucpname" /* or another file */
/* #define HOSTNAME_WHOAMI /* in <whoami.h> */
@@ -159,7 +159,7 @@
* have a gid_t, but very few use it for getgroups()).
*/
/*********************** NETWORK DEPENDENT DEFINITIONS **********************
*
@@ -69,7 +69,7 @@
* Consult the file NNTP for further information on the use of NNTP.
*/
-#undef NNTP
+#define NNTP
/*
* Define NNTP_SERVER to the name of a file containing the name of the
@@ -104,7 +104,7 @@
* be present, define NNTP_MINI_INEWS_HEADER below.
*/
/*
* Define NNTP_PATH_HOSTNAME to force a specific hostname into the
@@ -126,7 +126,7 @@
* conf/s-template.h as a starting point for writing you own.
*/
-#include "s-sys5-4.h"
+#include "s-template.h"
/*
* Define DEFAULT_PAGER as the initial value of the 'pager' variable.
@@ -141,8 +141,8 @@
* nn's :print command pipes text into this command.
*/
-#define DEFAULT_PRINTER "lp -s" /* System V */
-/* #define DEFAULT_PRINTER "lpr -p -JNEWS" */ /* bsd */
+/* #define DEFAULT_PRINTER "lp -s" /* System V */
+#define DEFAULT_PRINTER "lpr" /* bsd */
/*
* Define RESIZING to make nn understand dynamic window-resizing.
@@ -152,7 +152,7 @@
* PLEASE DEFINE THIS IN YOUR conf/s-<os>.h FILE INSTEAD!!
*/
-/* #define RESIZING */
+#define RESIZING
/*
* Include file configuration. Most systems with an ANSI conformant C
@@ -164,19 +164,19 @@
*/
/* Do you have /usr/include/string.h */
-/* #define HAVE_STRING_H */
+#define HAVE_STRING_H
/* Do you have /usr/include/unistd.h */
-/* #define HAVE_UNISTD_H */
+#define HAVE_UNISTD_H
/* Do you have /usr/include/stdlib.h */
-/* #define HAVE_STDLIB_H */
+#define HAVE_STDLIB_H
/* Do you have /usr/include/memory.h */
-/* #define HAVE_MEMORY_H */
+#define HAVE_MEMORY_H
/* Do you have /usr/include/fcntl.h */
-/* #define HAVE_FCNTL_H */
+#define HAVE_FCNTL_H
/********************** MACHINE DEPENDENT DEFINITIONS **********************
*
@@ -186,7 +186,7 @@
* conf/m-template.h as a starting point for writing you own.
*/
-#include "m-i80386.h"
+#include "m-template.h"
/***************************** OWNERSHIP ***************************
@@ -203,8 +203,8 @@
* Common choices are: (news, news) and (your uid, your gid)
*/
-#define OWNER "news"
-#define GROUP "news"
+#define OWNER "root"
+#define GROUP "root"
/*
@@ -471,7 +471,7 @@
* Defining this will make NN announce itself including the build number
* like "NN version 6.5.xx #12", rather than "NN version 6.5.xx".
*/
-#define CONFIG_NUM_IN_VERSION
+/* #define CONFIG_NUM_IN_VERSION */