summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2016-02-05 13:27:56 +0000
committerRainer Jung <rjung@apache.org>2016-02-05 13:27:56 +0000
commitb4c9ef848f1055dde38852f27744286f14dc5473 (patch)
treec25eb3042b24b6806adc3664e178f8b74d5bcefd /build
parentba1ab808762b83137411dbb39714a66c472a536c (diff)
downloadhttpd-b4c9ef848f1055dde38852f27744286f14dc5473.tar.gz
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.awk2
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)