move check for wxUSE_IPV6 being defined to wx/chkconf.h where it belongs; reformatted/indented socket addresses classes declarations without really changing them (to avoid having unrelated changes in the upcoming commits)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -129,6 +129,14 @@
|
||||
# endif
|
||||
#endif /* !defined(wxUSE_INTL) */
|
||||
|
||||
#ifndef wxUSE_IPV6
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_IPV6 must be defined."
|
||||
# else
|
||||
# define wxUSE_IPV6 0
|
||||
# endif
|
||||
#endif /* !defined(wxUSE_IPV6) */
|
||||
|
||||
#ifndef wxUSE_LOG
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_LOG must be defined."
|
||||
|
Reference in New Issue
Block a user