git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@609369
13f79535-47bb-0310-9956-
ffa450edef68
}
}
- /* Win9x: disable AcceptEx */
+ /* use_acceptex (enabled by default) is not available on Win9x.
+ */
if (osver.dwPlatformId == VER_PLATFORM_WIN32_WINDOWS) {
use_acceptex = 0;
}
#ifdef AP_MPM_WANT_SET_MAX_MEM_FREE
ap_max_mem_free = APR_ALLOCATOR_MAX_FREE_UNLIMITED;
#endif
- /* use_acceptex which is enabled by default is not available on Win9x.
- */
- if (osver.dwPlatformId == VER_PLATFORM_WIN32_WINDOWS) {
- use_acceptex = 0;
- }
apr_cpystrn(ap_coredump_dir, ap_server_root, sizeof(ap_coredump_dir));