X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c18621dd43b4b540d91145d25fcf3504c5f663a3..b0b495d1c1be1d597ec56276118d3584c8acaa96:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 91827f14ba..182b018306 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -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 @@ -860,17 +862,13 @@ typedef pid_t GPid; */ #define wxUSE_LIBSDL 0 /* - * Use GTK print for printing under GTK+ 2.0 + * Use GTK print for printing under GTK+ 2.10+ */ #ifdef VMS_GTK2 #define wxUSE_GTKPRINT 1 #else #define wxUSE_GTKPRINT 0 #endif -/* - * Use GNOME print for printing under GTK+ 2.0 - */ -#define wxUSE_LIBGNOMEPRINT 0 /* * Use GNOME VFS for MIME types */ @@ -1317,12 +1315,6 @@ typedef pid_t GPid; /* Define this if you have fputws() */ #define HAVE_FPUTWS 1 -/* Define this if you have strcasecmp() function in */ -#define HAVE_STRCASECMP_IN_STRING_H 1 - -/* Define this if you have strcasecmp() function in */ -#undef HAVE_STRCASECMP_IN_STRINGS_H - /* Define this if you have wprintf() and related functions */ #define HAVE_WPRINTF 1 @@ -1384,10 +1376,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. */