diff options
Diffstat (limited to 'hints/netbsd.sh')
-rw-r--r-- | hints/netbsd.sh | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/hints/netbsd.sh b/hints/netbsd.sh index a8cc7dc708..a07d3726db 100644 --- a/hints/netbsd.sh +++ b/hints/netbsd.sh @@ -51,20 +51,18 @@ case "$osvers" in 0.9*|1.[012]*|1.3|1.3.1) d_setregid="$undef" d_setreuid="$undef" - d_setrgid="$undef" - d_setruid="$undef" ;; esac +# These are obsolete in any netbsd. +d_setrgid="$undef" +d_setruid="$undef" + # there's no problem with vfork. case "$usevfork" in '') usevfork=true ;; esac -# Avoid telldir prototype conflict in pp_sys.c (NetBSD uses const DIR *) -# Configure should test for this. Volunteers? -pp_sys_cflags='ccflags="$ccflags -DHAS_TELLDIR_PROTOTYPE"' - # Pre-empt the /usr/bin/perl question of installperl. installusrbinperl='n' |