]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
Also Check for validity in comparrison operators
[wxWidgets.git] / setup.h_vms
index e533df83e8b18304dcf06f722499dc6afbe779aa..e3f32117d2b5041ef91377de8bf58e9b47deb767 100644 (file)
@@ -63,6 +63,9 @@
    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
 #undef WORDS_BIGENDIAN
 
+/* Define this if you want to use GPE features */
+/* #undef __WXGPE__ */
+
 /* Define this if your version of Motif is greater than 2.0 */
 /* #undef __WXMOTIF20__ */
 
  * Use regex support
  */
 #define wxUSE_REGEX 0
+/*
+ * The built-in regex supports advanced REs in additional to POSIX's basic
+ * and extended. Your system regex probably won't support this, and in this
+ * case WX_NO_REGEX_ADVANCED should be defined.
+ */
+#undef WX_NO_REGEX_ADVANCED
 /*
  * Use XML support
  */
 /*
  * Use wxDisplay class
  */
-#define wxUSE_DISPLAY !
+#define wxUSE_DISPLAY 1
 
 /*
  * Use this control
  */
 /* #define wxUSE_UXTHEME_AUTO 1*/
 
+/*
+ *  Set to 1 to use mousewheel events on Windows
+ */
+/* #undef wxUSE_MOUSEWHEEL */
+
 /*
  * Use wxURL class
  */
 /*
  * Use tooltips
  */
-#ifdef __WXMOTIF__
+#if defined (__WXMOTIF__) || defined( __WXX11__ )
 #define wxUSE_TOOLTIPS 0
 #else
 #define wxUSE_TOOLTIPS 1