]> granicus.if.org Git - apache/commitdiff
added watchdog module to NetWare internal module list.
authorGuenter Knauf <fuankg@apache.org>
Tue, 1 Dec 2009 14:51:47 +0000 (14:51 +0000)
committerGuenter Knauf <fuankg@apache.org>
Tue, 1 Dec 2009 14:51:47 +0000 (14:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@885777 13f79535-47bb-0310-9956-ffa450edef68

os/netware/modules.c

index 261daebaf39d26a82bc838a645e15fc4727ec65a..2937ed9b55f8a7d759b46dd778f08c72fc036da2 100644 (file)
@@ -38,6 +38,7 @@ extern module alias_module;
 extern module env_module;
 extern module log_config_module;
 extern module setenvif_module;
+extern module watchdog_module;
 #ifdef USE_WINSOCK
 extern module nwssl_module;
 #endif
@@ -59,6 +60,7 @@ module *ap_prelinked_modules[] = {
   &env_module,
   &log_config_module,
   &setenvif_module,
+  &watchdog_module,
 #ifdef USE_WINSOCK
   &nwssl_module,
 #endif
@@ -82,6 +84,7 @@ ap_module_symbol_t ap_prelinked_module_symbols[] = {
   {"env_module", &env_module},
   {"log_config_module", &log_config_module},
   {"setenvif_module", &setenvif_module},
+  {"watchdog module", &watchdog_module},
 #ifdef USE_WINSOCK
   {"nwssl_module", &nwssl_module},
 #endif
@@ -105,6 +108,7 @@ module *ap_preloaded_modules[] = {
   &env_module,
   &log_config_module,
   &setenvif_module,
+  &watchdog_module,
 #ifdef USE_WINSOCK
   &nwssl_module,
 #endif