If we build APR in standalone mode do we read hints.m4? I ask as on BeOS I'm seeing APR_FILES_AS_SOCKETS defined to 1 when it should be 0. We normally do this via hints.m4 but I don't see it being used when we build APR in standalone mode.
Sam, you need to change the APR_FILES_AS_SOCKETS to 0 in include/apr.h to get the correct behaviour for this feature. We don't need to add any code to poll.c as pre-BONE we don't have the feature available. This isn't ideal but until we get this fixed it'll get you further. david
