diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 02:18:44 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 02:18:44 +0000 |
commit | 272b1c5f9a37780e519d767719a489fc971f669b (patch) | |
tree | 450f117b125086458811cc162321b8a082f97fd3 /news/knews/files/patch-configure.h | |
parent | Rename net/ patch-xy patches to reflect the files they modify. (diff) |
Rename news/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363286
Diffstat (limited to 'news/knews/files/patch-configure.h')
-rw-r--r-- | news/knews/files/patch-configure.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/news/knews/files/patch-configure.h b/news/knews/files/patch-configure.h new file mode 100644 index 000000000000..ebc00fe1fa1f --- /dev/null +++ b/news/knews/files/patch-configure.h @@ -0,0 +1,33 @@ +--- configure.h.orig Tue Dec 29 11:47:02 1998 ++++ configure.h Sun Apr 16 18:48:00 2000 +@@ -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" */ + + +@@ -84,9 +84,9 @@ + * libcompface. + */ + +-#define HAVE_JPEG 0 +-#define HAVE_PNG 0 +-#define HAVE_COMPFACE 0 ++#define HAVE_JPEG 1 ++#define HAVE_PNG 1 ++#define HAVE_COMPFACE 1 + + + +@@ -138,7 +138,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 |