in reply to Re: HP-UX 11.11 Your vendor has not defined Socket macro AF_INET6
in thread HP-UX 11.11 Your vendor has not defined Socket macro AF_INET6
Original: push @EXPORT, qw(AF_INET6) unless defined Socket::AF_INET6; push @EXPORT, qw(PF_INET6) unless defined Socket::PF_INET6; Fixed: push @EXPORT, qw(AF_INET6); push @EXPORT, qw(PF_INET6);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: HP-UX 11.11 Your vendor has not defined Socket macro AF_INET6
by parv (Parson) on Apr 09, 2008 at 23:26 UTC | |
by Anonymous Monk on May 09, 2008 at 19:33 UTC |