From eb4cf8f7a653d7ffe21f45bcd079fe8788a2c6fc Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Mon, 28 Jan 2013 11:46:05 +0000 Subject: [PATCH] Added missing exports for NetWare (backport r1422874). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1439356 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/NWGNUproxy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/proxy/NWGNUproxy b/modules/proxy/NWGNUproxy index 6342e61370..3c4f112f43 100644 --- a/modules/proxy/NWGNUproxy +++ b/modules/proxy/NWGNUproxy @@ -286,6 +286,8 @@ $(OBJDIR)/mod_proxy.imp: @echo $(DL) ap_proxy_define_balancer,$(DL)>> $@ @echo $(DL) ap_proxy_define_worker,$(DL)>> $@ @echo $(DL) ap_proxy_determine_connection,$(DL)>> $@ + @echo $(DL) ap_proxy_find_balancershm,$(DL)>> $@ + @echo $(DL) ap_proxy_find_workershm,$(DL)>> $@ @echo $(DL) ap_proxy_get_balancer,$(DL)>> $@ @echo $(DL) ap_proxy_get_worker,$(DL)>> $@ @echo $(DL) ap_proxy_hashfunc,$(DL)>> $@ -- 2.40.0