In article <[EMAIL PROTECTED]> (at Mon, 26 Jan 2004 18:06:35 +0100), Hrvoje Niksic <[EMAIL PROTECTED]> says:
> > code: > > original cvs our code > > host.c 19 8 > > connect.c 27 17 > > But didn't you remove `--without-ipv6'? That way you got rid of all > the #ifdef IPV6, and the count of ifdefs naturally decreased. --without-ipv6 introduces just one #ifdef. (set ai_family = AF_INET instead of AF_UNSPEC.) Anyway, I see your point for now (as I had guessed before we rewrote the code). --yoshfuji
