Commit 963cb8f6 authored by dscho's avatar dscho

finally fix socklen_t problem

parent 756b3a34
......@@ -566,8 +566,8 @@ else
echo "@%:@endif/" >>_script
# no! these are things like socklen_t, const, vfork
# echo "s/@%:@def[]ine *\\(@<:@m4_cr_letters@:>@@<:@_symbol@:>@*\\)\\(.*\\)/@%:@ifndef $_LOW""_\\1 \\" >> _script
echo "@%:@define $_LOW""_\\1 \\2 \\" >> _script
echo "@%:@endif/" >> _script
# echo "@%:@define $_LOW""_\\1 \\2 \\" >> _script
# echo "@%:@endif/" >> _script
# now executing _script on _DEF input to create _OUT output file
echo "@%:@ifndef $_DEF" >$tmp/pconfig.h
echo "@%:@def[]ine $_DEF 1" >>$tmp/pconfig.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment