On 5 Jun 2002, Andras Kis-Szabo wrote: > The > > ip6tables.c:502: `AI_CANONNAME' undeclared (first use in this function) > > ip6tables.c:540: `NI_MAXHOST' undeclared (first use in this function) > are definied in the /usr/include/netdb.h, which is included.
Thanks- that was it. I had a whole bunch of netdb.h files all over my system. Once I figured out which was the "right" one and what it's "right" place was, everything was fine. Thanks for the help. ,, LKremkow
