summaryrefslogtreecommitdiff
path: root/hints/next_3_0.sh
diff options
context:
space:
mode:
authorAndreas Koenig <k@anna.in-berlin.de>1997-01-21 03:01:32 +0100
committerChip Salzenberg <chip@atlantic.net>1997-01-25 15:58:00 +1200
commitda97b63592579e9abf653c6c7efb8fa39d8229ae (patch)
treece951daadc86ab0b64c29eab1be8cdda7c85e40c /hints/next_3_0.sh
parent8e9643471d80e3c1c3ab1f79ca8cae097801e1c3 (diff)
downloadperl-da97b63592579e9abf653c6c7efb8fa39d8229ae.tar.gz
on NeXT: gdbm problem fixed
Subject: on NeXT: gdbm problem fixed (by Chip (?)) p5p-msgid: <199701210201.DAA17794@anna.in-berlin.de>
Diffstat (limited to 'hints/next_3_0.sh')
-rw-r--r--hints/next_3_0.sh13
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