]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
rebaked after adding new string-related headers
[wxWidgets.git] / setup.h_vms
index 880d14da64a31c1b83e86342c86d8acb53a3cde2..956b918ac0a2e4a7b65112ae2aea0fd3e59c8bb2 100644 (file)
@@ -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 <types.h>
 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 <locale.h>
 
 #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