]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
added non-const begin()/end() methods to wxString (patch 696842)
[wxWidgets.git] / setup.h.in
index 4ccd6d6a2d68d365ef001bdf161b1df9d1bb056f..deffca77b9379cd15eb059c8f60732b263d372aa 100644 (file)
@@ -61,6 +61,9 @@
 /* Define this if your version of GTK+ is greater than 1.3 */
 #undef __WXGTK20__
 
+/* Define this if your version of Motif is greater than 2.0 */
+#undef __WXMOTIF20__
+
 /*
  * Define to 1 for Unix[-like] system
  */
  */
 #undef HAVE_EXPLICIT
 
+/*
+ * Define if your compiler supports const_cast<>()
+ */
+#undef HAVE_CONST_CAST
+
 /*
  * Use regex support
  */