Move autodie from ext/ to cpan/
[p5sagit/p5-mst-13.2.git] / hints / cygwin.sh
index c5c12e0..3d6ea8d 100644 (file)
@@ -36,6 +36,8 @@ test -z "$use64bitint" && use64bitint='define'
 test -z "$usethreads" && usethreads='define'
 test -z "$usemymalloc" && usemymalloc='define'
 ccflags="$ccflags -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__"
+# - otherwise i686-cygwin
+archname='cygwin'
 
 # dynamic loading
 # - otherwise -fpic
@@ -71,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'