[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: getaddrinfo module conflict
From: |
Paul Eggert |
Subject: |
Re: getaddrinfo module conflict |
Date: |
Thu, 20 Jul 2006 08:52:30 -0700 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
"Derek R. Price" <address@hidden> 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.
- Re: [bug-gnulib] Re: getaddrinfo module conflict, (continued)