From: Bradley Nicholes Date: Mon, 14 Oct 2002 18:42:01 +0000 (+0000) Subject: import the proxy_module system for the NetWare project build X-Git-Tag: 2.0.44~285 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa92540532cd1139f0075656230cbc6c64bf10a0;p=thirdparty%2Fapache%2Fhttpd.git import the proxy_module system for the NetWare project build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97209 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/arch/netware/mod_proxy_connect.def b/modules/arch/netware/mod_proxy_connect.def index 4c4f739fe27..136111408b9 100644 --- a/modules/arch/netware/mod_proxy_connect.def +++ b/modules/arch/netware/mod_proxy_connect.def @@ -1,3 +1,4 @@ EXPORT proxy_connect_module +IMPORT proxy_module IMPORT proxy_hook_scheme_handler IMPORT proxy_hook_canon_handler diff --git a/modules/arch/netware/mod_proxy_ftp.def b/modules/arch/netware/mod_proxy_ftp.def index af3ca9e224e..f2dba7d6c5f 100644 --- a/modules/arch/netware/mod_proxy_ftp.def +++ b/modules/arch/netware/mod_proxy_ftp.def @@ -1,3 +1,4 @@ EXPORT proxy_ftp_module +IMPORT proxy_module IMPORT proxy_hook_scheme_handler IMPORT proxy_hook_canon_handler diff --git a/modules/arch/netware/mod_proxy_http.def b/modules/arch/netware/mod_proxy_http.def index 8f0ae4ac8e7..b24358b169a 100644 --- a/modules/arch/netware/mod_proxy_http.def +++ b/modules/arch/netware/mod_proxy_http.def @@ -1,4 +1,5 @@ EXPORT proxy_http_module +IMPORT proxy_module IMPORT proxy_hook_scheme_handler IMPORT proxy_run_fixups IMPORT proxy_hook_canon_handler