diff options
Diffstat (limited to 'hints/next_3_0.sh')
-rw-r--r-- | hints/next_3_0.sh | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/hints/next_3_0.sh b/hints/next_3_0.sh index 3a50247e9c..080829bd27 100644 --- a/hints/next_3_0.sh +++ b/hints/next_3_0.sh @@ -35,10 +35,15 @@ d_strcoll='undef' # with Larry's malloc on NS 3.2 due to broken sbrk() usemymalloc='n' d_uname='define' -d_setpgid='define' -d_setsid='define' -d_tcgetpgrp='define' -d_tcsetpgrp='define' + +# Thanks to Etienne Grossman <etienne@isr.isr.ist.utl.pt> for sending +# the correct values for perl5.003_11 for the following 4 +# variables. For older version all four were defined. +d_setsid='undef' +d_tcgetpgrp='undef' +d_tcsetpgrp='undef' +d_setpgid='undef' + # # On some NeXT machines, the timestamp put by ranlib is not correct, and # this may cause useless recompiles. Fix that by adding a sleep before |