On Thu, Mar 11, 2010 at 04:37:15PM +0000, Gary V. Vaughan wrote: > Actually, the test for setting NO_IPV6 at configure time is still > too optimistic and I have to manually pass '-DNO_IPV6' in CPPFLAGS > at build time on aix-5.2.0.0 and earlier, and irix-6.5 and older > for them to pick up the right branch. Are you running 'configure' or just 'make'? If the latter, then the defaults for each platform are defined in the Makefile (e.g., see around line 790 of the Makefile where we turn off IPv6 for Solaris 2.7, but not 2.8). Patches to tweak the defaults for obscure platforms are welcome. Also, now that I look at that, we seem to already have a NO_SOCKADDR_STORAGE flag that handles this case? Does setting that fix your problem without this patch? -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html