projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f5800e9
)
Can't use inet_ntop and inet_pton under Cygwin because it doesn't fully implement...
Jerry D. Hedden [Tue, 31 Mar 2009 20:52:20 +0000 (15:52 -0500)]
hints/cygwin.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/cygwin.sh
b/hints/cygwin.sh
index
f411c6d
..
3d6ea8d
100644
(file)
--- 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'