fill gaps in sig_* entries in win32/config.?c
[p5sagit/p5-mst-13.2.git] / hints / netbsd.sh
index b0736bf..71d5084 100644 (file)
@@ -72,3 +72,8 @@ case "$osvers" in
        d_setruid="$undef"
        ;;
 esac
+
+# vfork is ok on NetBSD.
+case "$usevfork" in
+'') usevfork=true ;;
+esac