$NetBSD: patch-ac,v 1.7 2000/04/20 16:30:52 jlam Exp $ --- config.h.orig Fri Nov 19 09:32:02 1999 +++ config.h Fri Nov 19 09:32:57 1999 @@ -13,7 +13,7 @@ * definition appropriately. (use 'which gunzip' to find if you have gunzip, * and where it lives) */ -#undef USE_GUNZIP +#define USE_GUNZIP #ifdef USE_GUNZIP # ifdef VMS @@ -98,9 +98,9 @@ * should not need to be changed */ -/* #define GS_PATH "/usr/local/bin/gs" */ -/* #define GS_LIB "." */ -/* #define GS_DEV "ppmraw" */ +#define GS_PATH "@LOCALBASE@/bin/gs" +#define GS_LIB "@LOCALBASE@/share/ghostscript" +#define GS_DEV "ppmraw" /***************************************************************************