mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	Only use AI_NUMERICHOST if it is #define'd
It isn't using GNU libc 2.0.7, for example ...
This commit is contained in:
		| @@ -32,7 +32,9 @@ ng_ipaddr_init(ng_ipaddr_t *addr, const char *ip_str, UINT16 port) | ||||
| 	assert(ip_str); | ||||
|  | ||||
| 	memset(&hints, 0, sizeof(hints)); | ||||
| #ifdef AI_NUMERICHOST | ||||
| 	hints.ai_flags = AI_NUMERICHOST; | ||||
| #endif | ||||
| #ifndef WANT_IPV6	/* do not convert ipv6 addresses */ | ||||
| 	hints.ai_family = AF_INET; | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alexander Barton
					Alexander Barton