summaryrefslogtreecommitdiff
path: root/news/knews/patches/patch-aa
blob: c309bfd3b6d4436e17369fa7fd3ba8d44834dafc (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
40
41
42
$NetBSD: patch-aa,v 1.3 1998/08/07 11:11:08 agc Exp $

--- configure.h.orig	Fri Jan  9 18:16:11 1998
+++ configure.h	Thu Apr 23 00:54:08 1998
@@ -14,7 +14,7 @@
  *
  *  If you don't have sendmail, use /bin/false :-).
  */
-/* #define MAIL_COMMAND "/usr/sbin/sendmail -t" */
+#define MAIL_COMMAND "/usr/sbin/sendmail -t"
 /* #define MAIL_COMMAND "/usr/lib/sendmail -t"  */
 
 
@@ -34,7 +34,7 @@
 /* #define DOMAIN_FILE "/your/file/here"  */
 /* #define DOMAIN_NAME "your_domain_here" */
 
-#define DOMAIN_HACK	1
+#define DOMAIN_HACK	0
 
 
 
@@ -86,8 +86,8 @@
  *  library search paths in knews.tmpl for libjpeg and libpng.
  */
 
-#define HAVE_JPEG	0
-#define HAVE_PNG	0
+#define HAVE_JPEG	1
+#define HAVE_PNG	1
 
 
 
@@ -139,7 +139,7 @@
  *
  *  Knews*backgroundPixmap:	~/dir/texture.xpm
  */
-#define HAVE_XPM		0
+#define HAVE_XPM		1
 
 
 /*  If your system doesn't have the POSIX sigaction() function, defining