mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
seperate test for AI_NUMERICHOST
This commit is contained in:
parent
a999dffe49
commit
ebd4c01b59
@ -86,6 +86,8 @@ struct addrinfo {
|
||||
#ifndef AI_PASSIVE
|
||||
#define AI_PASSIVE 0x00000001
|
||||
#define AI_CANONNAME 0x00000002
|
||||
#endif
|
||||
#ifndef AI_NUMERICHOST
|
||||
#define AI_NUMERICHOST 0x00000004
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user