]> git.pld-linux.org Git - packages/lynx.git/blame - lynx-pld.patch
- added missing BuildRequires: openssl-devel >= 0.9.6a
[packages/lynx.git] / lynx-pld.patch
CommitLineData
06853e0b
AF
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
201daeb8 3@@ -93,7 +93,7 @@
69a2d9a7
AF
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"
201daeb8 8+#define LYNX_CFG_FILE "/usr/share/lynx/lynx.cfg"
69a2d9a7
AF
9 #endif /* LYNX_CFG_FILE */
10
11 /**************************
201daeb8
AF
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.
69a2d9a7
AF
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
201daeb8
AF
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.
69a2d9a7
AF
26 */
27-#define GLOBAL_MAILCAP "Lynx_Dir:mailcap"
28+#define GLOBAL_MAILCAP "/etc/mailcap"
29 #define PERSONAL_MAILCAP ".mailcap"
30
31 /**************************
06853e0b 32@@ -277,7 +277,7 @@
69a2d9a7
AF
33 #ifdef DOSPATH
34 #define LYNX_CFG_FILE "./lynx.cfg"
35 #else
36-#define LYNX_CFG_FILE "/usr/local/lib/lynx.cfg"
201daeb8 37+#define LYNX_CFG_FILE "/usr/share/lynx/lynx.cfg"
69a2d9a7
AF
38 #endif /* DOSPATH */
39 #endif /* LYNX_CFG_FILE */
40 #endif /* HAVE_CONFIG_H */
06853e0b 41@@ -289,7 +289,7 @@
201daeb8
AF
42 * Mappings in these global and personal files override any SUFFIX
43 * definitions in lynx.cfg and built-in defaults from src/HTInit.c.
69a2d9a7
AF
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 /**************************
06853e0b 50@@ -299,7 +299,7 @@
201daeb8
AF
51 * Mappings in these global and personal files override any VIEWER
52 * definitions in lynx.cfg and built-in defaults from src/HTInit.c.
69a2d9a7
AF
53 */
54-#define GLOBAL_MAILCAP "/usr/local/lib/mosaic/mailcap"
55+#define GLOBAL_MAILCAP "/etc/mailcap"
56 #define PERSONAL_MAILCAP ".mailcap"
57
58 /**************************
06853e0b 59@@ -411,7 +411,7 @@
201daeb8
AF
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 */
06853e0b 68@@ -1091,7 +1091,7 @@
69a2d9a7
AF
69 * OSU server distribution.
70 */
06853e0b 71 #ifndef HAVE_CONFIG_H
69a2d9a7 72-/* #define LYNXCGI_LINKS */
06853e0b
AF
73+#define LYNXCGI_LINKS
74 #endif
201daeb8 75
06853e0b 76 /*********************************
This page took 0.053021 seconds and 4 git commands to generate.