summaryrefslogtreecommitdiff
path: root/news/slrn/patches/patch-ac
blob: db1298b6c843a5fe4809ca9b8ac23fe14a6769a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
$NetBSD: patch-ac,v 1.3 1999/05/18 22:01:36 mjl Exp $

--- src/slrnfeat.h.orig	Tue May 18 23:45:48 1999
+++ src/slrnfeat.h	Tue May 18 23:48:42 1999
@@ -14,10 +14,10 @@
  * NOTE: if you intend to use slrnpull, make sure you enable SPOOL_SUPPORT
  *       in addition to PULL_SUPPORT.
  */
-#define SLRN_HAS_PULL_SUPPORT	1
+#define SLRN_HAS_PULL_SUPPORT	0
 #define SLRN_HAS_NNTP_SUPPORT	1
-#define SLRN_HAS_SPOOL_SUPPORT	1
-#define SLRN_HAS_INEWS_SUPPORT	1
+#define SLRN_HAS_SPOOL_SUPPORT	0
+#define SLRN_HAS_INEWS_SUPPORT	0
 /* Set this to 1 to force the user to use INEWS for posting.  This also means
  * that slrn will use the hardcoded inews program pathname.
  */
@@ -54,7 +54,7 @@
 #define SLRN_HAS_SLANG		1
 
 /* Set this to 0 if you do not want slrn to generate message-id header. */
-#define SLRN_HAS_GEN_MSGID	1
+#define SLRN_HAS_GEN_MSGID	0
 
 /* If you want mapping ISO Latin <--> native character set, set this to 1.
  * Supported character sets: isolatin, ibm850, and next
@@ -203,9 +203,9 @@
 #   define SLRN_ARTICLE_FILENAME	".article"
 #   define SLRN_FOLLOWUP_FILENAME	".followup"
 #   define SLRN_SIGNATURE_FILE		".signature"
-#   define SLRN_SENDMAIL_COMMAND	"/usr/lib/sendmail -oi -t -oem -odb"
+#   define SLRN_SENDMAIL_COMMAND	"/usr/sbin/sendmail -oi -t -oem -odb"
 #   ifndef SLRN_LIB_DIR
-#    define SLRN_LIB_DIR		"/usr/local/lib/slrn"
+#    define SLRN_LIB_DIR		"/usr/pkg/lib/slrn"
 #   endif
 #  endif			       /* unix */
 # endif				       /* os2 */