lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Revised patch for HTFTP.c


From: Thomas Dickey
Subject: Re: lynx-dev Revised patch for HTFTP.c
Date: Sat, 19 Aug 2000 12:54:22 -0400
User-agent: Mutt/1.2i

On Sat, Aug 19, 2000 at 08:02:52AM -0400, Wesley Morgan wrote:
> On Fri, 18 Aug 2000, Thomas Dickey wrote:
> 
> > On Fri, Aug 18, 2000 at 07:17:24PM -0700, Doug Kaufman wrote:
> > > It appears to me that the patch fixes the problem with extra lines
> > > appearing in rendering of DOS style files on unix servers, without
> > > breaking anything. If no one sees anything that gets broken by the
> > > patch, I would still recommend its incorporation into the lynx code.
> > 
> > ...thanks.  I've got to sort through this myself, too.  I started working
> > on dev.8 yesterday, will have 3-4 days before I can complete it.
> 
> FYI - the ipv6 patch that went into dev7 will run the detection routines,
> but does not define INET6 to enable it.
it is supposed to do this in lynx_cfg.h

#define ENABLE_IPV6 1

which feeds into this in www_tcp.h:

/* IPv6 support */
#if defined(HAVE_GETADDRINFO) && defined(HAVE_GAI_STRERROR) && 
defined(ENABLE_IP V6)
#       define INET6
#endif /* HAVE_GETADDRINFO && HAVE_GAI_STRERROR && ENABLE_IPV6 */

Are the other two symbols not being defined?

-- 
Thomas E. Dickey <address@hidden>
http://dickey.his.com
ftp://dickey.his.com

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

reply via email to

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