summaryrefslogtreecommitdiffstats
path: root/build/buildexports.awk
blob: d0d692fe35e483e76b763a6ec996e4430f2d2928 (plain)
1
2
3
/^(APR?_|defined)/     { print "#if", $1 }
/^\t*apr?_/ { print "const void *ap_hack_" $1 " = (const void *)" $1 ";" }
/^\/(APR?_|defined)/   { print "#endif /*", substr($1,2), "*/" }