blob: d4e515c656e87327cd56cf86ae881dbcabdf3f08 (
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
|
$NetBSD: patch-ac,v 1.2 1999/02/09 01:06:47 hubertf Exp $
--- src/slrnfeat.h.orig Tue Sep 8 14:59:21 1998
+++ src/slrnfeat.h Tue Feb 9 02:03:45 1999
@@ -7,10 +7,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.
*/
@@ -48,7 +48,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
@@ -196,7 +196,7 @@
# 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"
# endif
|