X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/304205f142fec6fab5d4166263b641cd2828fcb9..c11d9cb85d5d3ee71ef8d1de7d7b559615e0a3ff:/setup.h.in diff --git a/setup.h.in b/setup.h.in index b37e9917e7..f8df8e47e4 100644 --- a/setup.h.in +++ b/setup.h.in @@ -907,6 +907,11 @@ */ #define wxUSE_HTML 0 +/* + * wxWebKitCtrl + */ +#define wxUSE_WEBKIT 0 + /* * (virtual) filesystems code */ @@ -1224,8 +1229,17 @@ /* Define if you have wcsrtombs() function */ #undef HAVE_WCSRTOMBS -/* Define this if you have fputws() and putwc() */ -#undef HAVE_FPUTWC +/* Define this if you have wputc() */ +#undef HAVE_WPUTC + +/* Define this if you have wputchar() */ +#undef HAVE_WPUTCHAR + +/* Define this if you have putws() */ +#undef HAVE_PUTWS + +/* Define this if you have fputws() */ +#undef HAVE_FPUTWS /* Define this if you have strcasecmp() function in */ #undef HAVE_STRCASECMP_IN_STRING_H