]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
update minimum GTK2 version requirement to 2.6
[wxWidgets.git] / setup.h_vms
index 4cc8555c6e6b029fe944a2eb3b0c8ba6d005f51f..9c328ce4a2b9fd1fb490995d0a7c2ad484139f86 100644 (file)
@@ -3,7 +3,7 @@
  * Template for the set.h file for VMS                                       *
  * Created from setup.h_in                                                   *
  * Author : J.Jansen (joukj@hrem.nano.tudelft.nl)                            *
- * Date : 16 March 2012                                                      *
+ * Date : 29 June 2012                                                       *
  *                                                                           *
  *****************************************************************************/
 
@@ -171,6 +171,7 @@ typedef pid_t GPid;
 
 /* --- start common options --- */
 
+#define wxUSE_COMPILER_TLS 1
 
 #ifndef wxUSE_GUI
     #define wxUSE_GUI            1
@@ -1223,6 +1224,9 @@ typedef pid_t GPid;
 /* Define if you have thr_setconcurrency function */
 #undef HAVE_THR_SETCONCURRENCY
 
+/* Define if you have pthread_setconcurrency function */
+#define HAVE_PTHREAD_SET_CONCURRENCY 1
+
 /* Define if you have the uname function.  */
 #define HAVE_UNAME 1