lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Can you help me please (fwd)


From: T.E.Dickey
Subject: Re: lynx-dev Can you help me please (fwd)
Date: Sun, 10 May 1998 16:49:47 -0400 (EDT)

> >>          This is an FAQ which has been explained numerous times on the 
> >> list.  
> >been there, done that: "bzero" is not referenced in the Lynx source, 
>   
>         Neither are the other functions or macros in that list, and in 
> another further down in tcp.h.  As has been stressed, they appear in the 
> MultiNet headers or library functions to which Lynx is linked, with missing 
> or variable prototyping that cause problems with the compilers' own headers 
> across versions -- one of the kinds of thing autoconf deals with for the 
> Unix folks. 
perhaps a better fix than removing the extern would be to #undef bcopy?
(it depends on which problem it is fixing - since an undeclared extern
would only normally break a compile if it were used in a table, as an
address).

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

reply via email to

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