diff options
author | Paul Green <Paul.Green@stratus.com> | 2002-03-28 02:46:00 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-28 13:47:14 +0000 |
commit | a5f25d7aeb90fd429ad81529bb602f402d5f9724 (patch) | |
tree | 378c53bb9463aa9c9a15e5459c90bb41b3adc7d2 /hints/vos.sh | |
parent | bc45ce41590a23464acf3b62efacccf60e155a7c (diff) | |
download | perl-a5f25d7aeb90fd429ad81529bb602f402d5f9724.tar.gz |
Neuter socketpair on Stratus VOS
Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
p4raw-id: //depot/perl@15582
Diffstat (limited to 'hints/vos.sh')
-rw-r--r-- | hints/vos.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/vos.sh b/hints/vos.sh index f3bd74d7e3..f9b9a88986 100644 --- a/hints/vos.sh +++ b/hints/vos.sh @@ -91,3 +91,6 @@ dont_use_nlink=define # Tell Configure where to find the hosts file. hostcat="cat /system/stcp/hosts" + +# VOS does not have socketpair() but we supply one in vos.c +d_sockpair="define" |