All changes in this version relate to the ioctl( ) code path,
which is not used on Windows or on any modern UNIX or UNIX-like
system that implements getaddrinfo().
* Fixed bit-rot in the ioctl() code path.
* Fixed a problem with setup.py that might manifest itself if the
config.cache file was manually edited.
* Fixed the ioctl() code path to cope with systems that have
sa_len and return longer than normal struct ifreq requests from
SIOCG[L]IFCONF (for instance, Mac OS X).