pkgsrc/news/knews/patches/patch-aa
1998-04-22 23:42:19 +00:00

40 lines
858 B
Text

--- 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