1999-01-07 20:37:41 +00:00
|
|
|
--- configure.h.orig Tue Dec 29 11:47:02 1998
|
2000-04-16 17:35:59 +00:00
|
|
|
+++ configure.h Sun Apr 16 18:48:00 2000
|
1997-05-04 16:28:38 +00:00
|
|
|
@@ -14,7 +14,7 @@
|
1996-06-02 15:13:07 +00:00
|
|
|
*
|
|
|
|
* 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" */
|
|
|
|
|
1997-05-04 16:28:38 +00:00
|
|
|
|
2000-04-16 17:35:59 +00:00
|
|
|
@@ -84,9 +84,9 @@
|
1999-01-07 20:37:41 +00:00
|
|
|
* libcompface.
|
1998-03-14 16:36:00 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
-#define HAVE_JPEG 0
|
|
|
|
-#define HAVE_PNG 0
|
2000-04-16 17:35:59 +00:00
|
|
|
-#define HAVE_COMPFACE 0
|
1998-03-14 16:36:00 +00:00
|
|
|
+#define HAVE_JPEG 1
|
|
|
|
+#define HAVE_PNG 1
|
2000-04-22 06:29:01 +00:00
|
|
|
+#define HAVE_COMPFACE 0
|
2000-04-16 17:35:59 +00:00
|
|
|
|
1998-03-14 16:36:00 +00:00
|
|
|
|
|
|
|
|
1999-01-07 20:37:41 +00:00
|
|
|
@@ -138,7 +138,7 @@
|
1998-03-14 16:36:00 +00:00
|
|
|
*
|
|
|
|
* Knews*backgroundPixmap: ~/dir/texture.xpm
|
|
|
|
*/
|
|
|
|
-#define HAVE_XPM 0
|
|
|
|
+#define HAVE_XPM 1
|
|
|
|
|
|
|
|
|
|
|
|
/* If your system doesn't have the POSIX sigaction() function, defining
|