diff options
author | Rainer Jung <rjung@apache.org> | 2016-02-05 14:27:56 +0100 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2016-02-05 14:27:56 +0100 |
commit | b4c9ef848f1055dde38852f27744286f14dc5473 (patch) | |
tree | c25eb3042b24b6806adc3664e178f8b74d5bcefd /build | |
parent | Allow Netware awk script which handles proxy (diff) | |
download | apache2-b4c9ef848f1055dde38852f27744286f14dc5473.tar.xz apache2-b4c9ef848f1055dde38852f27744286f14dc5473.zip |
Remove recent new marker macroPROXY_HOOK_NON_LINKED
and instead use PROXY_DECLARE_OPTIONAL_HOOK which
is defined to be equal to APR_DECLARE_EXTERNAL_HOOK.
Correct explanation for the use of
PROXY_DECLARE_OPTIONAL_HOOK.
Use PROXY_DECLARE_OPTIONAL_HOOK for the correct
hooks.
Adjust build/make_nw_export.awk to match the new
PROXY_DECLARE_OPTIONAL_HOOK.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1728663 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r-- | build/make_nw_export.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/make_nw_export.awk b/build/make_nw_export.awk index 5603e822c5..6b21a84591 100644 --- a/build/make_nw_export.awk +++ b/build/make_nw_export.awk @@ -60,7 +60,7 @@ function add_symbol(sym_name) { next } -/^[ \t]*PROXY_HOOK_NON_LINKED[ \t]*AP[RU]?_DECLARE_EXTERNAL_HOOK[^(]*[(][^)]*/ { +/^[ \t]*PROXY_DECLARE_OPTIONAL_HOOK[^(]*[(][^)]*/ { split($0, args, ",") prefix = args[1] sub("^.*[(]", "", prefix) |