diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2005-04-08 16:12:43 +0000 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2005-04-08 16:12:43 +0000 |
commit | caaf2823a3a037ec39d5ecb84c8ced3f11d83a2e (patch) | |
tree | d68b4661127299bcaa4ebb5a4fd417530e525540 /os/netware/modules.c | |
parent | dcd6c011f202080806497fd2bac0209de65e6142 (diff) | |
download | httpd-caaf2823a3a037ec39d5ecb84c8ced3f11d83a2e.tar.gz |
Make the changes in the NetWare build for the image_map module rename
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160560 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/netware/modules.c')
-rw-r--r-- | os/netware/modules.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/os/netware/modules.c b/os/netware/modules.c index bcd0f8d161..0ba8c66bbc 100644 --- a/os/netware/modules.c +++ b/os/netware/modules.c @@ -39,7 +39,7 @@ extern module alias_module; 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 @@ module *ap_prelinked_modules[] = { &env_module, &log_config_module, &asis_module, - &imap_module, + &imagemap_module, &actions_module, &setenvif_module, &nwssl_module, @@ -87,7 +87,7 @@ ap_module_symbol_t ap_prelinked_module_symbols[] = { {"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 @@ module *ap_preloaded_modules[] = { &env_module, &log_config_module, &asis_module, - &imap_module, + &imagemap_module, &actions_module, &setenvif_module, &nwssl_module, |