summaryrefslogtreecommitdiff
path: root/hints/cygwin.sh
diff options
context:
space:
mode:
authorJerry D. Hedden <jdhedden@cpan.org>2009-03-31 15:52:20 -0500
committerSteve Peters <steve@fisharerojo.org>2009-03-31 15:52:20 -0500
commit2dcc2c2419dfb3dbc8ef03f46aec70f2310259cf (patch)
treeff5cda971cd72495fb63fff0bee9ab690c7a6be3 /hints/cygwin.sh
parentf5800e99d72d77bcc6c5baa0f11e9dbedfb30ce4 (diff)
downloadperl-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.sh4
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'