--- lynx2-8-3/userdefs.h.wiget Thu Nov 18 05:08:08 1999 +++ lynx2-8-3/userdefs.h Mon Dec 6 22:31:51 1999 @@ -93,7 +93,7 @@ * mailcap files (see the examples in the samples directory). */ #ifndef LYNX_CFG_FILE -#define LYNX_CFG_FILE "Lynx_Dir:lynx.cfg" +#define LYNX_CFG_FILE "/usr/share/lynx/lynx.cfg" #endif /* LYNX_CFG_FILE */ /************************** @@ -103,8 +103,8 @@ * Mappings in these global and personal files override any SUFFIX * definitions in lynx.cfg and built-in defaults from src/HTInit.c. */ -#define GLOBAL_EXTENSION_MAP "Lynx_Dir:mime.types" -#define PERSONAL_EXTENSION_MAP "mime.types" +#define GLOBAL_EXTENSION_MAP "/etc/mime.types" +#define PERSONAL_EXTENSION_MAP ".mime.types" /************************** * The MAILCAP file allows you to map file MIME types to @@ -113,7 +113,7 @@ * Mappings in these global and personal files override any VIEWER * definitions in lynx.cfg and built-in defaults from src/HTInit.c. */ -#define GLOBAL_MAILCAP "Lynx_Dir:mailcap" +#define GLOBAL_MAILCAP "/etc/mailcap" #define PERSONAL_MAILCAP ".mailcap" /************************** @@ -277,7 +277,7 @@ #ifdef DOSPATH #define LYNX_CFG_FILE "./lynx.cfg" #else -#define LYNX_CFG_FILE "/usr/local/lib/lynx.cfg" +#define LYNX_CFG_FILE "/usr/share/lynx/lynx.cfg" #endif /* DOSPATH */ #endif /* LYNX_CFG_FILE */ #endif /* HAVE_CONFIG_H */ @@ -289,7 +289,7 @@ * Mappings in these global and personal files override any SUFFIX * definitions in lynx.cfg and built-in defaults from src/HTInit.c. */ -#define GLOBAL_EXTENSION_MAP "/usr/local/lib/mosaic/mime.types" +#define GLOBAL_EXTENSION_MAP "/etc/mime.types" #define PERSONAL_EXTENSION_MAP ".mime.types" /************************** @@ -299,7 +299,7 @@ * Mappings in these global and personal files override any VIEWER * definitions in lynx.cfg and built-in defaults from src/HTInit.c. */ -#define GLOBAL_MAILCAP "/usr/local/lib/mosaic/mailcap" +#define GLOBAL_MAILCAP "/etc/mailcap" #define PERSONAL_MAILCAP ".mailcap" /************************** @@ -411,7 +411,7 @@ * -lss command line switch will override these definitions. */ #ifndef LYNX_LSS_FILE -#define LYNX_LSS_FILE "/usr/local/lib/lynx.lss" +#define LYNX_LSS_FILE "/usr/share/lynx/lynx.lss" #endif /* LYNX_LSS_FILE */ #endif /* VMS OR UNIX */ @@ -1091,7 +1091,7 @@ * OSU server distribution. */ #ifndef HAVE_CONFIG_H -/* #define LYNXCGI_LINKS */ +#define LYNXCGI_LINKS #endif /*********************************