diff --git a/setup.h_vms b/setup.h_vms index 0e65e78bf7..63afb9032a 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 : 24 February 2016 * + * Date : 7 June 2016 * * * *****************************************************************************/ @@ -270,6 +270,8 @@ typedef pid_t GPid; #define wxUSE_FSVOLUME 1 +#define wxUSE_SECRETSTORE 1 + #define wxUSE_STDPATHS 1 #define wxUSE_TEXTBUFFER 1 @@ -709,6 +711,16 @@ typedef pid_t GPid; #define wxUSE_GSTREAMER_PLAYER 0 +/* + Use XTest extension to implement wxUIActionSimulator? + + Default is 1, it is set to 0 if the necessary headers/libraries are not + found by configure. + + Recommended setting: 1, wxUIActionSimulator won't work in wxGTK3 without it. + */ +#define wxUSE_XTEST 1 + /* --- start MSW options --- */ #define wxUSE_GRAPHICS_GDIPLUS wxUSE_GRAPHICS_CONTEXT