diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2009-03-31 15:52:20 -0500 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2009-03-31 15:52:20 -0500 |
commit | 2dcc2c2419dfb3dbc8ef03f46aec70f2310259cf (patch) | |
tree | ff5cda971cd72495fb63fff0bee9ab690c7a6be3 /hints/cygwin.sh | |
parent | f5800e99d72d77bcc6c5baa0f11e9dbedfb30ce4 (diff) | |
download | perl-2dcc2c2419dfb3dbc8ef03f46aec70f2310259cf.tar.gz |
Can't use inet_ntop and inet_pton under Cygwin because it doesn't fully implement IPv6 yet.
Diffstat (limited to 'hints/cygwin.sh')
-rw-r--r-- | hints/cygwin.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/cygwin.sh b/hints/cygwin.sh index f411c6dcab..3d6ea8d4f8 100644 --- a/hints/cygwin.sh +++ b/hints/cygwin.sh @@ -73,3 +73,7 @@ lddlflags="$lddlflags $ldflags" #ldflags="$ldflags -s" #ccdlflags="$ccdlflags -s" #lddlflags="$lddlflags -s" + +# IPv6 not fully implemented under Cygwin +d_inetntop='undef' +d_inetpton='undef' |