2
0
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:
Mark Andrews 2000-01-21 05:34:53 +00:00
parent a999dffe49
commit ebd4c01b59

View File

@ -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