X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fcygwin.sh;h=3d6ea8d4f8c386476d0deb070e17ad4d5a0c30e9;hb=e853d2264b77e2bdc0758f8ab38e819629763e81;hp=c5c12e04c70db57ce23ef3548caf75b094835d0b;hpb=13432c88f97fd940d3f4c301294574bf86ba7c7d;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/cygwin.sh b/hints/cygwin.sh index c5c12e0..3d6ea8d 100644 --- a/hints/cygwin.sh +++ b/hints/cygwin.sh @@ -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'