]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
moved custom menu up
[wxWidgets.git] / setup.h_vms
index 2de279f93ac3cb1d62ae0deea9bb447f65423406..c44530392bcb00393ea970d27e01cb97318099bb 100644 (file)
@@ -88,6 +88,9 @@
 /* Define this if your version of GTK+ is greater than 2.6 */
 #define __WXGTK26__ 1
 
+/* Define this if your version of GTK+ is greater than 2.10 */
+#define __WXGTK210__ 1
+
 #include <types.h>
 typedef pid_t GPid;
 
@@ -164,8 +167,6 @@ typedef pid_t GPid;
 #endif
 
 
-#define WXWIN_COMPATIBILITY_2_4 1
-
 #define WXWIN_COMPATIBILITY_2_6 1
 
 #define WXWIN_COMPATIBILITY_2_8 1
@@ -850,6 +851,9 @@ typedef pid_t GPid;
 /* Define if fsync() is available */
 #define HAVE_FSYNC 1
 
+/* Define if round() is available */
+/* #undef HAVE_ROUND */
+
 /* Define if you have ftime() */
 #define HAVE_FTIME
 
@@ -881,6 +885,9 @@ typedef pid_t GPid;
 /* Define if you have pthread_cancel */
 #define HAVE_PTHREAD_CANCEL 1
 
+/* Define if you have pthread_mutex_timedlock */
+#undef HAVE_PTHREAD_MUTEX_TIMEDLOCK
+
 /* Define if you have pthread_attr_setstacksize */
 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1