vfork revision 3f54fd611f536639ec30dd53c48e5ec1897cc7d9
6935N/Aset prototyped
6935N/Ahdr vfork
6935N/Asys vfork
6935N/A
6935N/Atst run{
6935N/A if test "$_hdr_vfork" = 1
6935N/A then echo "#include <vfork.h>"
6935N/A elif test "$_sys_vfork" = 1
6935N/A then echo "#include <sys/vfork.h>"
6935N/A else echo '#include <unistd.h>' > $tmp.c
6935N/A $cc -E $tmp.c | grep vfork
6935N/A fi
6935N/A}end
6935N/A