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-Tag: 2.0.36~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e08a4842d4867b524f330612ab56b69efdabd7cb;p=thirdparty%2Fapache%2Fhttpd.git 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 6e51eedb50d..ab02a53c738 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 00000000000..4c4f739fe27 --- /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 00000000000..af3ca9e224e --- /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 00000000000..8f0ae4ac8e7 --- /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