set prototyped hdr vfork sys vfork tst run{ if test "$_hdr_vfork" = 1 then echo "#include " elif test "$_sys_vfork" = 1 then echo "#include " else echo '#include ' > $tmp.c $cc -E $tmp.c | grep vfork fi }end