X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/67a99b7c793356730c2f485b26385e018a19d739..6496e8e32e4cba6320bd315d310d158ae709f7f2:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index e23b1854a4..20560d56a1 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -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 : 7 February 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 @@ -708,7 +709,7 @@ typedef pid_t GPid; #define wxUSE_RICHEDIT2 0 -#define wxUSE_OWNER_DRAWN 0 +#define wxUSE_OWNER_DRAWN 1 #define wxUSE_TASKBARICON_BALLOONS 0 @@ -868,6 +869,10 @@ typedef pid_t GPid; * Use the Hildon 2.0 framework */ #define wxUSE_LIBHILDON2 0 +/* + * Use libnotify library. + */ +#define wxUSE_LIBNOTIFY 0 #define wxUSE_DC_TRANSFORM_MATRIX 1 @@ -1223,6 +1228,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