1
1

Put #ifdef around AI_NUMERICSERV which doesn't seem std

Этот коммит содержится в:
Aris Adamantiadis 2009-07-13 13:29:00 +02:00
родитель bf8d139b2d
Коммит 933527fc77

Просмотреть файл

@ -155,7 +155,9 @@ static int getai(SSH_SESSION *session, const char *host, int port, struct addrin
} else {
snprintf(s_port, sizeof(s_port), "%hu", port);
service = s_port;
#ifdef AI_NUMERICSERV
hints.ai_flags=AI_NUMERICSERV;
#endif
}
#ifdef HAVE_REGCOMP
if(regexec(ip_regex,host,0,NULL,0) == 0){