]> git.pld-linux.org Git - packages/lynx.git/blob - lynx-pld.patch
- removed COPYING from doc (known - GPL), sorted BRs
[packages/lynx.git] / lynx-pld.patch
1 --- lynx2-8-3/userdefs.h.wiget  Thu Nov 18 05:08:08 1999
2 +++ lynx2-8-3/userdefs.h        Mon Dec  6 22:31:51 1999
3 @@ -93,7 +93,7 @@
4   * mailcap files (see the examples in the samples directory).
5   */
6  #ifndef LYNX_CFG_FILE
7 -#define LYNX_CFG_FILE "Lynx_Dir:lynx.cfg"
8 +#define LYNX_CFG_FILE "/usr/share/lynx/lynx.cfg"
9  #endif /* LYNX_CFG_FILE */
10  
11  /**************************
12 @@ -103,8 +103,8 @@
13   * Mappings in these global and personal files override any SUFFIX
14   * definitions in lynx.cfg and built-in defaults from src/HTInit.c.
15   */
16 -#define GLOBAL_EXTENSION_MAP "Lynx_Dir:mime.types"
17 -#define PERSONAL_EXTENSION_MAP "mime.types"
18 +#define GLOBAL_EXTENSION_MAP "/etc/mime.types"
19 +#define PERSONAL_EXTENSION_MAP ".mime.types"
20  
21  /**************************
22   * The MAILCAP file allows you to map file MIME types to
23 @@ -113,7 +113,7 @@
24   * Mappings in these global and personal files override any VIEWER
25   * definitions in lynx.cfg and built-in defaults from src/HTInit.c.
26   */
27 -#define GLOBAL_MAILCAP "Lynx_Dir:mailcap"
28 +#define GLOBAL_MAILCAP "/etc/mailcap"
29  #define PERSONAL_MAILCAP ".mailcap"
30  
31  /**************************
32 @@ -277,7 +277,7 @@
33  #ifdef DOSPATH
34  #define LYNX_CFG_FILE "./lynx.cfg"
35  #else
36 -#define LYNX_CFG_FILE "/usr/local/lib/lynx.cfg"
37 +#define LYNX_CFG_FILE "/usr/share/lynx/lynx.cfg"
38  #endif /* DOSPATH */
39  #endif /* LYNX_CFG_FILE */
40  #endif /* HAVE_CONFIG_H */
41 @@ -289,7 +289,7 @@
42   * Mappings in these global and personal files override any SUFFIX
43   * definitions in lynx.cfg and built-in defaults from src/HTInit.c.
44   */
45 -#define GLOBAL_EXTENSION_MAP "/usr/local/lib/mosaic/mime.types"
46 +#define GLOBAL_EXTENSION_MAP "/etc/mime.types"
47  #define PERSONAL_EXTENSION_MAP ".mime.types"
48  
49  /**************************
50 @@ -299,7 +299,7 @@
51   * Mappings in these global and personal files override any VIEWER
52   * definitions in lynx.cfg and built-in defaults from src/HTInit.c.
53   */
54 -#define GLOBAL_MAILCAP "/usr/local/lib/mosaic/mailcap"
55 +#define GLOBAL_MAILCAP "/etc/mailcap"
56  #define PERSONAL_MAILCAP ".mailcap"
57  
58  /**************************
59 @@ -411,7 +411,7 @@
60   * -lss command line switch will override these definitions.
61   */
62  #ifndef LYNX_LSS_FILE
63 -#define LYNX_LSS_FILE "/usr/local/lib/lynx.lss"
64 +#define LYNX_LSS_FILE "/usr/share/lynx/lynx.lss"
65  #endif /* LYNX_LSS_FILE */
66  
67  #endif /* VMS OR UNIX */
68 @@ -1091,7 +1091,7 @@
69   * OSU server distribution.
70   */
71  #ifndef HAVE_CONFIG_H
72 -/* #define LYNXCGI_LINKS */
73 +#define LYNXCGI_LINKS 
74  #endif
75  
76  /*********************************
This page took 0.04678 seconds and 3 git commands to generate.