/* 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
*/
* Use this control
*/
#define wxUSE_CHOICE 0
+/*
+ * Use wxDisplay class
+ */
+#define wxUSE_DISPLAY 0
/*
* Use this control
*/
*/
#define wxUSE_GRID 0
/*
- * Use this control
+ * Use the new prototype wxGrid classes
+ * (wxUSE_GRID must also be defined)
*/
#define wxUSE_NEW_GRID 0
/*
- * Use the new prototype wxGrid classes
- * (wxUSE_GRID must also be defined)
+ * Use wxImageList class
*/
#define wxUSE_IMAGLIST 0
/*