Merge from vendor branch TNF:
[pkgsrc.git] / news / knews / patches / patch-aa
1 $NetBSD$
2
3 --- configure.h.orig    Tue Dec 29 04:47:02 1998
4 +++ configure.h Tue Mar  9 06:26:51 1999
5 @@ -14,7 +14,7 @@
6   *
7   *  If you don't have sendmail, use /bin/false :-).
8   */
9 -/* #define MAIL_COMMAND "/usr/sbin/sendmail -t" */
10 +#define MAIL_COMMAND "/usr/sbin/sendmail -t"
11  /* #define MAIL_COMMAND "/usr/lib/sendmail -t"  */
12  
13  
14 @@ -84,9 +84,9 @@
15   *  libcompface.
16   */
17  
18 -#define HAVE_JPEG      0
19 -#define HAVE_PNG       0
20 -#define HAVE_COMPFACE  0
21 +#define HAVE_COMPFACE  1
22 +#define HAVE_JPEG      1
23 +#define HAVE_PNG       1
24  
25  
26  
27 @@ -138,7 +138,7 @@
28   *
29   *  Knews*backgroundPixmap:    ~/dir/texture.xpm
30   */
31 -#define HAVE_XPM               0
32 +#define HAVE_XPM               1
33  
34  
35  /*  If your system doesn't have the POSIX sigaction() function, defining