"Derek R. Price" <[EMAIL PROTECTED]> writes: > Yoann Vandoorselaere wrote: >> OpenBSD is an example, but there is more, a lot of system doesn't >> support AI_ADDRCONFIG or other specific flags, and thus would be >> affected by the same problem. > > What version of OpenBSD?
I just now checked OpenBSD 3.9, and it doesn't define AI_ADDRCONFIG. Of the AI_* macros, its netdb.h has only AI_PASSIVE, AI_CANONNAME, AI_NUMERICHOST, AI_EXT (enable nonportable extensions), and AI_NUMERICSERV. AI_MASK includes all but AI_EXT. There is no AI_ALL or AI_V4MAPPED or AI_ADDRCONFIG.