lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Patch for SSL warning


From: Thomas E. Dickey
Subject: Re: lynx-dev Patch for SSL warning
Date: Mon, 18 Nov 2002 05:14:03 -0500 (EST)

On Mon, 18 Nov 2002, Leonid Pauzner wrote:

> 18-Nov-2002 09:08 Gisle Vanem wrote:
> > * Patch for DOS to use remove() instead of calling rm.exe (userdefs.h)
> >   Not every user have djgpp etc. installed.

I'm rewriting this part anyway (as part of the change to make pathnames
runtime-configurable).

> ...
>
> I see no associated changes in src/LYBookmark.c in your patch,
> it will not compile with djgpp otherwise.
>
> > --------------------------------------------------------------------------------
>
> > diff -B -H -u3 -r ./orig/userdefs.h ./userdefs.h
> > --- ./orig/userdefs.h   Mon Nov 19 01:37:14 2001
> > +++ ./userdefs.h      Mon Nov 11 17:48:30 2002
> > @@ -1454,6 +1454,10 @@
> >   * #define MV_PATH         "mv"
> >   * #define TOUCH_PATH      "touch"
> >   */
> > +#ifdef DOSPATH
> > +#undef RM_PATH /* call remove() instead (no need to have rm on path) */
> > +#endif
> > +
> >  #endif /* HAVE_CONFIG_H */
>
> >  #else        /* Unix */
>
>
>
>
> ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden
>

-- 
T.E.Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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