p4raw-id: //depot/perl@10173
$a =~ s/-uVMS,-uVMS::Filespec,//;
$a =~ s/-uSocket,//; # Socket is optional/compiler version dependent
}
-use vars qw($OS2::is_aout);
+$OS2::is_aout||=0; # to thwart warning (OS2 special extra magic variable)
if (($Config{static_ext} eq ' ' ||
($Config{static_ext} eq 'Socket' && $Is_VMS))
&& !($^O eq 'os2' and $OS2::is_aout)