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