]> granicus.if.org Git - apache/commitdiff
Added the NetWare .def files to build the proxy modules
authorBradley Nicholes <bnicholes@apache.org>
Fri, 19 Apr 2002 21:00:27 +0000 (21:00 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 19 Apr 2002 21:00:27 +0000 (21:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94728 13f79535-47bb-0310-9956-ffa450edef68

modules/arch/netware/mod_proxy.def
modules/arch/netware/mod_proxy_connect.def [new file with mode: 0644]
modules/arch/netware/mod_proxy_ftp.def [new file with mode: 0644]
modules/arch/netware/mod_proxy_http.def [new file with mode: 0644]

index 6e51eedb50dda5cf1252786677d943305e9882ba..ab02a53c738ec7a1211a335d79dafb28ea621233 100644 (file)
@@ -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 (file)
index 0000000..4c4f739
--- /dev/null
@@ -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 (file)
index 0000000..af3ca9e
--- /dev/null
@@ -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 (file)
index 0000000..8f0ae4a
--- /dev/null
@@ -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