From 623e055d8665b165bb086ac13f115600a807edd2 Mon Sep 17 00:00:00 2001 From: Perl 5 Porters Date: Wed, 28 Aug 1996 01:11:26 +0000 Subject: Remove the d_bsdpgrp hint. The defaults should be ok. --- hints/hpux.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'hints') diff --git a/hints/hpux.sh b/hints/hpux.sh index 8eaf272d70..521e9345db 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -107,11 +107,14 @@ usemymalloc='y' alignbytes=8 selecttype='int *' -# There are some lingering issues about whether g/setpgrp should be a part -# of the perl core. This setting should cause perl to conform to the Principle -# of Least Astonishment. The best thing is to use the g/setpgrp in the POSIX +# There are some lingering issues about handling g/setpgrp +# in the perl core. The best thing is to use the g/setpgrp in the POSIX # module. -d_bsdpgrp='define' +# We've given up trying to guess which setting will cause perl to +# conform to the Principle of Least Astonishment. If you want to use +# BSD-style g/setpgrp, you'll have to uncomment the next two lines. +# i_unistd='undef' +# d_bsdpgrp='define' # If your compile complains about FLT_MIN, uncomment the next line # POSIX_cflags='ccflags="$ccflags -DFLT_MIN=1.17549435E-38"' -- cgit v1.2.1