lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev lynx2.8.2dev.25d-cpp.patch.gz


From: Vlad Harchev
Subject: Re: lynx-dev lynx2.8.2dev.25d-cpp.patch.gz
Date: Thu, 6 May 1999 01:39:54 +0500 (SAMST)

On Wed, 5 May 1999, Vlad Harchev wrote:

>[...] 
 Here is a small patch (that should be applied after one sent recently), that
 will make entire functionality turnable on/off by macro NO_EXT_LYNXCFG.

 So if lynx-developers fear to include this functionality unconditionally, it
can be declared 'experimental feature'. As for *.htmls, I think they should be
installed unconditionally (but we can make makefile target that will remove
them from $(helpdir) - like '-rm -rf %(helpdir)/lynxcfg').
 
 Best regards,
  -Vlad

--- LYReadCFG.c~        Wed May  5 19:51:33 1999
+++ LYReadCFG.c Thu May  6 01:34:07 1999
@@ -32,6 +32,9 @@
 
 #ifndef NO_EXT_LYNXCFG
 # define EXT_LYNXCFG
+# define INCLUDE_OPTDOC_HREF /*undef this if you don't wish links to 
+  documentation on the settings showed in the LYNXCFG:// page. This macro can
+  be defined even if NO_EXT_LYNXCFG is defined. */
 #endif
 
 #ifdef EXT_LYNXCFG


reply via email to

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