From: Bradley Nicholes Date: Fri, 19 Apr 2002 21:00:27 +0000 (+0000) Subject: Added the NetWare .def files to build the proxy modules X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ad84abdb4984df3b0f6669706ef4461b06457d2;p=apache Added the NetWare .def files to build the proxy modules git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94728 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/arch/netware/mod_proxy.def b/modules/arch/netware/mod_proxy.def index 6e51eedb50..ab02a53c73 100644 --- a/modules/arch/netware/mod_proxy.def +++ b/modules/arch/netware/mod_proxy.def @@ -1 +1,6 @@ EXPORT proxy_module +EXPORT proxy_hook_scheme_handler +EXPORT proxy_hook_canon_handler +EXPORT ap_proxy_ssl_enable +EXPORT ap_proxy_ssl_disable +EXPORT proxy_run_fixups diff --git a/modules/arch/netware/mod_proxy_connect.def b/modules/arch/netware/mod_proxy_connect.def new file mode 100644 index 0000000000..4c4f739fe2 --- /dev/null +++ b/modules/arch/netware/mod_proxy_connect.def @@ -0,0 +1,3 @@ +EXPORT proxy_connect_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 new file mode 100644 index 0000000000..af3ca9e224 --- /dev/null +++ b/modules/arch/netware/mod_proxy_ftp.def @@ -0,0 +1,3 @@ +EXPORT proxy_ftp_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 new file mode 100644 index 0000000000..8f0ae4ac8e --- /dev/null +++ b/modules/arch/netware/mod_proxy_http.def @@ -0,0 +1,6 @@ +EXPORT proxy_http_module +IMPORT proxy_hook_scheme_handler +IMPORT proxy_run_fixups +IMPORT proxy_hook_canon_handler +IMPORT ap_proxy_ssl_enable +IMPORT ap_proxy_ssl_disable