X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a48b659563cbb93db2affb995fb4e0711df16d21..eecc043f6ccbe6cc9dbfe44aaff3e05382edac9b:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 880d14da64..956b918ac0 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -89,7 +89,7 @@ #define __WXGTK26__ 1 /* Define this if your version of GTK+ is greater than 2.10 */ -#define __WXGTK210__ 0 +#define __WXGTK210__ 1 #include typedef pid_t GPid; @@ -167,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 @@ -244,6 +242,7 @@ typedef pid_t GPid; #define wxUSE_TEXTFILE 1 #define wxUSE_INTL 1 +#include #define wxUSE_DATETIME 1 @@ -853,6 +852,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 @@ -884,6 +886,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