Cross Reference:
xref
: /
httpd
/
build
/
buildexports.awk
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
buildexports.awk revision 886cd69ebf69e990dbc365be87ff8ea7cd681904
/^
(
APR
?_|
defined
)
/
{
print
"#if"
, $
1
}
/^\t*
apr
?_/
{
print
"const void *ap_hack_"
$
1
" = (const void *)"
$
1
";"
}
/^\/
(
APR
?_|
defined
)
/
{
print
"#endif /*"
,
substr
($
1
,
2
)
,
"*/"
}