You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by NormW <no...@bocnet.com.au> on 2005/04/08 01:20:23 UTC

Imap Name Change - NetWare Build

Greetings All,
Just trying a build of 2.1 following the mod_imap -> mod_imagemap name 
change, and the attached patches are needed to build for NetWare:

In http 21. root directory:

--- NWGNUmakefile.orig	2005-02-15 06:42:40.000000000 +1100
+++ NWGNUmakefile	2005-04-08 08:46:50.000000000 +1000
@@ -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 \

In http-2.1\os\netware directory:

--- modules.c.orig	2005-02-05 10:08:46.000000000 +1100
+++ modules.c	2005-04-08 09:05:55.000000000 +1000
@@ -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,

Cheers,
Norm