X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c6f86f5b7fd65b77beda6e68c27fed7e703baca..b08a2401a3850a210682c477474f55f5907fe300:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index bc36f3e78a..d31a73ce39 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -927,6 +927,11 @@ */ #define wxUSE_HTML 1 +/* + * wxWebKitCtrl + */ +#define wxUSE_WEBKIT 1 + /* * (virtual) filesystems code */ @@ -1244,8 +1249,17 @@ /* Define if you have wcsrtombs() function */ #define HAVE_WCSRTOMBS 1 -/* Define this if you have fputws() and putwc() */ -#define HAVE_FPUTWC 1 +/* Define this if you have wputc() */ +#define HAVE_WPUTC 1 + +/* Define this if you have wputchar() */ +#define HAVE_WPUTCHAR 1 + +/* Define this if you have putws() */ +#define HAVE_PUTWS 1 + +/* 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 @@ -1302,4 +1316,7 @@ /* Define this if you have type SPBCDATA */ #undef HAVE_SPBCDATA +/* Define if you have pango_font_family_is_monospace() (Pango >= 1.3.3) */ +#undef HAVE_PANGO_FONT_FAMILY_IS_MONOSPACE + #endif /* __WX_SETUP_H__ */