You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2009/12/01 15:51:47 UTC

svn commit: r885777 - /httpd/httpd/trunk/os/netware/modules.c

Author: fuankg
Date: Tue Dec  1 14:51:47 2009
New Revision: 885777

URL: http://svn.apache.org/viewvc?rev=885777&view=rev
Log:
added watchdog module to NetWare internal module list.

Modified:
    httpd/httpd/trunk/os/netware/modules.c

Modified: httpd/httpd/trunk/os/netware/modules.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/os/netware/modules.c?rev=885777&r1=885776&r2=885777&view=diff
==============================================================================
--- httpd/httpd/trunk/os/netware/modules.c (original)
+++ httpd/httpd/trunk/os/netware/modules.c Tue Dec  1 14:51:47 2009
@@ -38,6 +38,7 @@
 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 @@
   &env_module,
   &log_config_module,
   &setenvif_module,
+  &watchdog_module,
 #ifdef USE_WINSOCK
   &nwssl_module,
 #endif
@@ -82,6 +84,7 @@
   {"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 @@
   &env_module,
   &log_config_module,
   &setenvif_module,
+  &watchdog_module,
 #ifdef USE_WINSOCK
   &nwssl_module,
 #endif