added helpext.cpp
[wxWidgets.git] / setup.h.in
index 57b110ba55d5e5c96a4b2de3f35dd225c3f05575..208d0b27c0bae862fe2bcba7197ce3694433f1e2 100644 (file)
  */
 #undef HAVE_CONST_CAST
 
+/*
+ * Define if your compiler has std::wstring
+ */
+#undef HAVE_STD_WSTRING
+/*
+ * Define if your compiler has compilant std::string::compare
+ */
+#undef HAVE_STD_STRING_COMPARE
+
 /*
  * use STL for containers and wxString
  */
  * Use regex support
  */
 #define wxUSE_REGEX 0
+/*
+ * Use XML support
+ */
+#define wxUSE_XML 0
 /*
  * Use zlib
  */