From: Jerry D. Hedden Date: Tue, 31 Mar 2009 20:52:20 +0000 (-0500) Subject: Can't use inet_ntop and inet_pton under Cygwin because it doesn't fully implement... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2dcc2c2419dfb3dbc8ef03f46aec70f2310259cf;p=p5sagit%2Fp5-mst-13.2.git Can't use inet_ntop and inet_pton under Cygwin because it doesn't fully implement IPv6 yet. --- diff --git a/hints/cygwin.sh b/hints/cygwin.sh index f411c6d..3d6ea8d 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'