X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eaa6f9ad2b2ce11ecf6720d068815bded3fff0e6..dec48aa578d886cf26559dc80141fac5f628ff08:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 9bd4be7c8f..5dcec85ca2 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -72,6 +72,9 @@ /* Define this if your version of Motif is greater than 2.0 */ /* #undef __WXMOTIF20__ */ +/* Define this if you are using Lesstif */ +/* #undef __WXLESSTIF__ */ + #ifdef __WXGTK__ /* Define this if your version of GTK+ is greater than 1.2 */ #define __WXGTK12__ 1 @@ -211,6 +214,7 @@ #define wxUSE_STD_IOSTREAM 0 +#define wxUSE_STD_STRING 0 #define wxUSE_LONGLONG 1 @@ -531,8 +535,10 @@ /* enable rich edit under Win32 */ #if defined(__WIN95__) && !defined(__WINE__) && !defined(__GNUWIN32_OLD__) #define wxUSE_RICHEDIT 1 +#define wxUSE_RICHEDIT2 1 #else #define wxUSE_RICHEDIT 0 +#define wxUSE_RICHEDIT2 0 #endif /* @@ -1001,6 +1007,9 @@ /* Define if you have pango_font_family_is_monospace() (Pango >= 1.3.3) */ #undef HAVE_PANGO_FONT_FAMILY_IS_MONOSPACE +/* Define if gtk_icon_size_lookup is missing from the GTK+ headers */ +#undef NEED_GTK_ICON_SIZE_LOOKUP + /* Define if you have Pango xft support */ #undef HAVE_PANGO_XFT