diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-08-28 01:11:26 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-08-28 01:11:26 +0000 |
commit | 623e055d8665b165bb086ac13f115600a807edd2 (patch) | |
tree | 744998b040f8ab8011968c48660f1a636746f214 /hints/hpux.sh | |
parent | 27d4fb967e484643f49397f430300f14a7bf480b (diff) | |
download | perl-623e055d8665b165bb086ac13f115600a807edd2.tar.gz |
Remove the d_bsdpgrp hint. The defaults should be ok.
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r-- | hints/hpux.sh | 11 |
1 files changed, 7 insertions, 4 deletions
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"' |