You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2005/04/08 18:12:44 UTC

svn commit: r160560 - in httpd/httpd/trunk: NWGNUmakefile os/netware/modules.c

Author: bnicholes
Date: Fri Apr  8 09:12:43 2005
New Revision: 160560

URL: http://svn.apache.org/viewcvs?view=rev&rev=160560
Log:
Make the changes in the NetWare build for the image_map module rename

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

Modified: httpd/httpd/trunk/NWGNUmakefile
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/NWGNUmakefile?view=diff&r1=160559&r2=160560
==============================================================================
--- httpd/httpd/trunk/NWGNUmakefile (original)
+++ httpd/httpd/trunk/NWGNUmakefile Fri Apr  8 09:12:43 2005
@@ -215,7 +215,7 @@
 	$(OBJDIR)/mod_cgi.o \
 	$(OBJDIR)/mod_dir.o \
 	$(OBJDIR)/mod_env.o \
-	$(OBJDIR)/mod_imap.o \
+	$(OBJDIR)/mod_imagemap.o \
 	$(OBJDIR)/mod_include.o \
 	$(OBJDIR)/mod_log_config.o \
 	$(OBJDIR)/mod_mime.o \

Modified: httpd/httpd/trunk/os/netware/modules.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/os/netware/modules.c?view=diff&r1=160559&r2=160560
==============================================================================
--- httpd/httpd/trunk/os/netware/modules.c (original)
+++ httpd/httpd/trunk/os/netware/modules.c Fri Apr  8 09:12:43 2005
@@ -39,7 +39,7 @@
 extern module env_module;
 extern module log_config_module;
 extern module asis_module;
-extern module imap_module;
+extern module imagemap_module;
 extern module actions_module;
 extern module setenvif_module;
 extern module nwssl_module;
@@ -62,7 +62,7 @@
   &env_module,
   &log_config_module,
   &asis_module,
-  &imap_module,
+  &imagemap_module,
   &actions_module,
   &setenvif_module,
   &nwssl_module,
@@ -87,7 +87,7 @@
   {"env_module", &env_module},
   {"log_config_module", &log_config_module},
   {"asis_module", &asis_module},
-  {"imap_module", &imap_module},
+  {"imagemap_module", &imagemap_module},
   {"actions_module", &actions_module},
   {"setenvif_module", &setenvif_module},
   {"nwssl_module", &nwssl_module},
@@ -112,7 +112,7 @@
   &env_module,
   &log_config_module,
   &asis_module,
-  &imap_module,
+  &imagemap_module,
   &actions_module,
   &setenvif_module,
   &nwssl_module,