> E:\build\httpd-2.3.3-alpha\srclib\apr\network_io\unix\socket_util.c(21) > : error C2373: 'apr_socket_atreadeof' : redefinition; different type > modifiers > ./include\apr_network_io.h(362) : see declaration of > 'apr_socket_atreadeof'
This is probably nothing but missing/mismatched APR_DECLARE macros. One of the difficulties of shipping uninspected code :)
