--- ./src/mailcap.c Fri Jan 9 09:16:20 1998 +++ ../knews-1.0b.1/./src/mailcap.c Mon Aug 2 03:45:33 1999 @@ -301,7 +301,7 @@ void mailcap_init(void) { char *paths = - ".mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap"; + ".mailcap:/var/netscape/communicator/mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap"; char *c; c = getenv("MAILCAPS"); --- ./src/knews.man Fri Jan 9 09:16:21 1998 +++ ../knews-1.0b.1/./src/knews.man Mon Aug 2 05:57:17 1999 @@ -1469,3 +1469,7 @@ .SH BUGS Send bug reports to kjj@matematik.su.se + +.SH "SGI FREEWARE" +Configured and built for SGI Freeware by Vince Levey +(\fBhttp://reality.sgi.com/vincel/\fP). --- ./knews.tmpl Tue Dec 29 03:14:55 1998 +++ ../knews-1.0b.1/./knews.tmpl Mon Aug 2 07:29:15 1999 @@ -24,9 +24,9 @@ /* gcc on decent systems */ #if 0 -CC = gcc -CCOPTIONS = -ansi -pedantic -Wall -CDEBUGFLAGS = -O2 +CC = cc +CCOPTIONS = -ansi -common -n32 -mips3 +CDEBUGFLAGS = -O3 #endif /* gcc on SunOS 4.1.x (and maybe other non-decent systems) */ @@ -83,4 +83,4 @@ * If you need to add include paths for e.g. libjpeg, libpng or libzlib * include files, do it here. */ -KNEWS_INCLUDES = +KNEWS_INCLUDES = -I$(ROOT)/usr/freeware/include --- ./configure.h Tue Dec 29 02:47:02 1998 +++ ../knews-1.0b.1/./configure.h Tue Aug 3 00:43:31 1999 @@ -15,7 +15,7 @@ * If you don't have sendmail, use /bin/false :-). */ /* #define MAIL_COMMAND "/usr/sbin/sendmail -t" */ -/* #define MAIL_COMMAND "/usr/lib/sendmail -t" */ +#define MAIL_COMMAND "/usr/lib/sendmail -t" @@ -51,7 +51,7 @@ * Both %s and %i are optional, although the editor will not be much use * if you don't specify %s... */ -#define DEFAULT_EDIT_COMMAND "xterm -e vi +%i %s" +#define DEFAULT_EDIT_COMMAND "/usr/sbin/jot +%i %s" @@ -84,8 +84,8 @@ * libcompface. */ -#define HAVE_JPEG 0 -#define HAVE_PNG 0 +#define HAVE_JPEG 1 +#define HAVE_PNG 1 #define HAVE_COMPFACE 0 @@ -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