]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chkconf.h
fix the bug in insert(end(), value) and added unit test for it
[wxWidgets.git] / include / wx / chkconf.h
index 5ba0f6c5d2a15f46456de20d094305fc957e7ebb..1c2a04c078f2bb17d008ba31b39a93c91a7a1da3 100644 (file)
 #   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."