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