minfrin commented on a change in pull request #8: URL: https://github.com/apache/tomcat-native/pull/8#discussion_r532253902
########## File path: native/src/info.c ########## @@ -198,6 +198,9 @@ static void fill_ainfo(JNIEnv *e, jobject obj, apr_sockaddr_t *info) if (info->family == APR_UNSPEC) f = 0; else if (info->family == APR_INET) f = 1; else if (info->family == APR_INET6) f = 2; +#ifdef APR_UNIX + else if (info->family == APR_UNIX) f = 3; Review comment: This is code rather than a macro. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org