X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/de3d7096fe1fa3b9240e344665d3c77d76955a83..beee5d686390075ff576a4b53ad649e63d6456e2:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 8d1bc882ed..79676b277f 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 : 27 August 2012 * + * Date : 21 January 2013 * * * *****************************************************************************/ @@ -414,6 +414,8 @@ typedef pid_t GPid; #define wxUSE_POPUPWIN 1 #endif +#define wxUSE_PREFERENCES_EDITOR 1 + #define wxUSE_TIPWINDOW 1 #define wxUSE_STC 1 @@ -888,11 +890,14 @@ typedef pid_t GPid; /* * Use libnotify library. + * Use libnotify 0.7+ API. */ #ifdef VMS_GTK2 #define wxUSE_LIBNOTIFY 1 +#define wxUSE_LIBNOTIFY_0_7 1 #else #define wxUSE_LIBNOTIFY 0 +#define wxUSE_LIBNOTIFY_0_7 0 #endif /* * Use libXpm @@ -1347,6 +1352,9 @@ typedef pid_t GPid; /* Define if you have Pango xft support */ #undef HAVE_PANGO_XFT +/* Define if you have abi::__forced_unwind in your . */ +#undef HAVE_ABI_FORCEDUNWIND + /* Define if fdopen is available. */ #define HAVE_FDOPEN 1 @@ -1359,6 +1367,9 @@ typedef pid_t GPid; /* Define if getgrgid_r is available. */ #undef HAVE_GETGRGID_R +/* Define if setpriority() is available. */ +#undef HAVE_SETPRIORITY + /* Define if locale_t is available */ #undef HAVE_LOCALE_T @@ -1375,10 +1386,6 @@ typedef pid_t GPid; #ifdef __WIN32__ -/* we need to define wxUSE_XPM_IN_MSW for MSW compilation for compatibil - with wx/msw/setup.h */ -#define wxUSE_XPM_IN_MSW wxUSE_XPM - #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1 /* Define if the header pbt.h is missing. */