]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
LIBDIRNAME unique between ports buildable with Open Watcom.
[wxWidgets.git] / setup.h_vms
index 9bd4be7c8fb7270fa23d4e239eaf50a2f0808162..7e1c5a7e8b15b2bff134b88709bfc3c3302293c0 100644 (file)
 
 #define wxUSE_STD_IOSTREAM  0
 
+#define wxUSE_STD_STRING  0
 
 #define wxUSE_LONGLONG      1
 
 /* 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
 
 /*
 /* 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