complete r771579, refactoring mod_watchdog as loadable on win32

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@771581 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William A. Rowe Jr
2009-05-05 06:26:24 +00:00
parent 7861cb5d18
commit 0fe6d791a5
10 changed files with 526 additions and 68 deletions

View File

@ -27,7 +27,6 @@ extern module win32_module;
extern module mpm_winnt_module;
extern module http_module;
extern module so_module;
extern module watchdog_module;
AP_DECLARE_DATA module *ap_prelinked_modules[] = {
&core_module,
@ -53,6 +52,5 @@ AP_DECLARE_DATA module *ap_preloaded_modules[] = {
&mpm_winnt_module,
&http_module,
&so_module,
&watchdog_module,
NULL
};