mirror of
https://github.com/apache/httpd.git
synced 2025-07-25 17:01:22 +00:00
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:
@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user