[PATCH] Support IPv6-less systems with runtime check.

2010-09-08 Thread Gustavo Sverzut Barbieri
This patch introduces socket_ipv6_is_supported() call that checks for IPv6 availability. Code then check for it before using specific calls. In order to be less intrusive, this patch avoids IPv6 entries being parsed at all, this way we don't get such entries in the system and all other code paths

<    1   2