X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/abb6edd197b78d24f762257a7880539556d10505..a6166197557a16bfeee63757e405fd7c477456bf:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 2de279f93a..c44530392b 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -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 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