define wxUSE_IPV6 as 0 to avoid -Wundef warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-08-04 00:28:58 +00:00
parent 187202106f
commit 2ff3507939

View File

@@ -114,6 +114,12 @@ private:
wxString m_origHostname;
};
// the IPv6 code probably doesn't work, untested -- set to 1 at your own risk
#ifndef wxUSE_IPV6
#define wxUSE_IPV6 0
#endif
#if wxUSE_IPV6
// Experimental Only: