]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add mod_cgi back into the Win32 build
authorBill Stoddard <stoddard@apache.org>
Thu, 14 Oct 1999 14:01:16 +0000 (14:01 +0000)
committerBill Stoddard <stoddard@apache.org>
Thu, 14 Oct 1999 14:01:16 +0000 (14:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83994 13f79535-47bb-0310-9956-ffa450edef68

os/win32/modules.c

index ec4d0b6e8d17e49bdb54436061ccc89ada1b577e..7abc4712cb44507b2837a9ab36161baf7600add3 100644 (file)
@@ -16,7 +16,7 @@ extern module negotiation_module;
 //extern module includes_module;
 extern module autoindex_module;
 extern module dir_module;
-//extern module cgi_module;
+extern module cgi_module;
 extern module userdir_module;
 extern module alias_module;
 extern module env_module;
@@ -38,7 +38,7 @@ module *ap_prelinked_modules[] = {
 //  &includes_module,
   &autoindex_module,
   &dir_module,
-//  &cgi_module,
+  &cgi_module,
   &userdir_module,
   &alias_module,
   &env_module,
@@ -61,7 +61,7 @@ module *ap_preloaded_modules[] = {
 //  &includes_module,
   &autoindex_module,
   &dir_module,
-//  &cgi_module,
+  &cgi_module,
   &userdir_module,
   &alias_module,
   &env_module,