From 2e5228f9648032bc8b53cdb6a278f41d963a5669 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 8 Sep 2003 00:26:26 +0000 Subject: [PATCH] * include/cygwin/in.h: Don't define ipv6 stuff unless we call for it specifically since it isn't really implemented yet. --- winsup/cygwin/ChangeLog | 5 +++++ winsup/cygwin/include/cygwin/in.h | 2 ++ 2 files changed, 7 insertions(+) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index db770a50c..462b999e1 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2003-09-07 Christopher Faylor + + * include/cygwin/in.h: Don't define ipv6 stuff unless we call for it + specifically since it isn't really implemented yet. + 2003-09-07 Christopher Faylor * cygheap.cc (_csbrk): More left coercion cleanup. diff --git a/winsup/cygwin/include/cygwin/in.h b/winsup/cygwin/include/cygwin/in.h index a2124552f..76bdaaa3e 100644 --- a/winsup/cygwin/include/cygwin/in.h +++ b/winsup/cygwin/include/cygwin/in.h @@ -170,6 +170,7 @@ struct sockaddr_in #endif +#ifdef USE_IPV6 /* IPv6 definitions as we start to include them. This is just a beginning dont get excited 8) */ struct in6_addr @@ -184,4 +185,5 @@ struct sockaddr_in6 unsigned long sin6_flowinfo; struct in6_addr sin6_addr; }; +#endif #endif /* _CYGWIN_IN_H */ -- 2.43.5