lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LYNX-DEV Lynx 0.84 patch to lynx.cfg


From: Larry W. Virden, x2487
Subject: LYNX-DEV Lynx 0.84 patch to lynx.cfg
Date: Fri, 17 Oct 1997 07:08:28 -0400

Here are a few simple patches that I offer.  They provide nothing major -
just some additional ifdef's that I have found useful around part of the
defines that I override.


--- userdefs.h-dist     Sat Oct  4 13:58:36 1997
+++ userdefs.h  Fri Oct 17 07:06:29 1997
@@ -90,3 +90,2 @@
 
-
 /**************************
@@ -251,2 +250,3 @@
  */
+
 #ifndef LYNX_CFG_FILE
@@ -265,3 +265,6 @@
  */
+
+#ifndef GLOBAL_EXTENSION_MAP
 #define GLOBAL_EXTENSION_MAP "/usr/local/lib/mosaic/mime.types"
+#endif /* GLOBAL_EXTENSION_MAP */
 #define PERSONAL_EXTENSION_MAP ".mime.types"
@@ -274,3 +277,6 @@
  */
+
+#ifndef GLOBAL_MAILCAP
 #define GLOBAL_MAILCAP "/usr/local/lib/mosaic/mailcap"
+#endif /* GLOBAL_MAILCAP */
 #define PERSONAL_MAILCAP ".mailcap"
@@ -285,3 +291,6 @@
  */
+
+#ifndef TN3270_COMMAND
 #define TN3270_COMMAND "tn3270"
+#endif /* TN3270_COMMAND */
 
@@ -307,3 +316,6 @@
  */
+#define XLOADIMAGE_COMMAND "xli -quiet %s &"
+#ifndef XLOADIMAGE_COMMAND
 #define XLOADIMAGE_COMMAND "xli %s &"
+#endif /* XLOADIMAGE_COMMAND */
 
@@ -417,2 +429,3 @@
  */
+
 #ifndef LYNX_LSS_FILE
@@ -435,3 +448,6 @@
  */
+
+#ifndef STARTFILE
 #define STARTFILE "http://lynx.browser.org/";
+#endif /* STARTFILE */
 
@@ -448,4 +464,7 @@
  */
+
+#ifndef HELPFILE
 #define HELPFILE "http://www.crl.com/~subir/lynx/lynx_help/lynx_help_main.html";
 /* #define HELPFILE "file://localhost/PATH_TO/lynx_help/lynx_help_main.html" */
+#endif  /* HELPFILE */
 
@@ -457,3 +476,5 @@
  */
+#ifndef DEFAULT_INDEX_FILE
 #define DEFAULT_INDEX_FILE 
"http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html";
+#endif /* DEFAULT_INDEX_FILE */
 
@@ -476,3 +497,6 @@
  */
+
+#ifndef USE_TRACE_LOG
 #define USE_TRACE_LOG  FALSE
+#endif /* USE_TRACE_LOG */
 
@@ -557,3 +581,6 @@
  */
+
+#ifndef LOCAL_DOMAIN
 #define LOCAL_DOMAIN "ukans.edu"
+#endif  /* LOCAL_DOMAIN */
 
@@ -719,3 +746,3 @@
  * suffix must begin with a dot, and either may contain other dots (e.g.,
- * .com.jp).  The default lists are defined here, and can be changed
+ * .co.jp).  The default lists are defined here, and can be changed
  * in lynx.cfg.  Each prefix will be used with each suffix, in order,
@@ -877,3 +904,6 @@
  */
+
+#ifndef SHOW_CURSOR
 #define SHOW_CURSOR FALSE
+#endif /* SHOW_CURSOR */
 
-- 
Larry W. Virden                 INET: address@hidden
<URL:http://www.teraform.com/%7Elvirden/> <*> O- "We are all Kosh."
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]