lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV strange warning with version 0.98


From: T.E.Dickey
Subject: Re: LYNX-DEV strange warning with version 0.98
Date: Fri, 5 Dec 1997 20:47:46 -0500 (EST)

> 
> > series of comments
> > :
> > #define LYNX_CFG_FILE "/projects/sprs_lwv/lib/lynx/lynx.cfg"
I believe this was hand-edited

> > #ifndef LYNX_CFG_FILE
> > #ifdef DOSPATH
> > #define LYNX_CFG_FILE "./lynx.cfg"
> > #else
> > #define LYNX_CFG_FILE "/usr/local/lib/lynx.cfg"
> > #endif /* DOSPATH */
> > #endif /* LYNX_CFG_FILE */
> 
> Isn't the third line quoted above spurious?
> 
> I'd recommend:
>  * mailcap files (see the examples in the samples directory).
>  */
> #ifndef LYNX_CFG_FILE
> #ifdef DOSPATH
> #define LYNX_CFG_FILE "./lynx.cfg"
> #else
> #define LYNX_CFG_FILE "/projects/sprs_lwv/lib/lynx/lynx.cfg"
> #endif /* DOSPATH */
> #endif /* LYNX_CFG_FILE */
> 
> /**************************
> 
> __Henry
> 


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

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