From b3c68ab8306c6264cb98815dceb85c6b0fd431a2 Mon Sep 17 00:00:00 2001 From: "colin%theblakes.com" Date: Tue, 21 Jan 2003 20:55:36 +0000 Subject: [PATCH] Make the default IPv4. b=189916. r=cls --- build/unix/vms/mozilla.com | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build/unix/vms/mozilla.com b/build/unix/vms/mozilla.com index 14d67b327cc..97d75285da9 100755 --- a/build/unix/vms/mozilla.com +++ b/build/unix/vms/mozilla.com @@ -87,6 +87,16 @@ $ define /user GETIPNODEBYNAME TCPIP$GETIPNODEBYNAME $ define /user GETIPNODEBYADDR TCPIP$GETIPNODEBYADDR $ define /user FREEHOSTENT TCPIP$FREEHOSTENT $! +$! A networking problem which is still unresolved means that by default +$! the IPv6 support is disabled. If you want to turn it back on define +$! the logical MOZILLA_IPV6 (to anything), but beware that you may +$! encounter hangs. +$! +$ if f$trnlnm("MOZILLA_IPV6") .eqs. "" +$ then +$ define /user /nolog GETIPNODEBYNAME NO_SUCH_NAME +$ endif +$! $! These logicals define how files are created/opened. $! The old code used: "shr=get,put", "rfm=stmlf", "deq=500", "fop=dfw,tef" $!