X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f380544a4c4fccec74ef1238110b5c856412d773..60b71826d657aea1ea285ec855a55cc8f44192df:/setup.h.in diff --git a/setup.h.in b/setup.h.in index ebec1d786a..560c32a3e5 100644 --- a/setup.h.in +++ b/setup.h.in @@ -307,6 +307,8 @@ #define wxUSE_AUI 0 +#define wxUSE_PROPGRID 0 + #define wxUSE_STC 0 @@ -607,31 +609,11 @@ #define wxUSE_CRASHREPORT 0 /* --- end MSW options --- */ -/* - * Supports bool type - */ -#undef HAVE_BOOL - /* * Define if your compiler supports the explicit keyword */ #undef HAVE_EXPLICIT -/* - * Define if your compiler supports const_cast<>() - */ -#undef HAVE_CONST_CAST - -/* - * Define if your compiler supports reinterpret_cast<>() - */ -#undef HAVE_REINTERPRET_CAST - -/* - * Define if your compiler supports static_cast<>() - */ -#undef HAVE_STATIC_CAST - /* * Define if your compiler has C99 va_copy */ @@ -756,6 +738,10 @@ * Define if you have pthread_cleanup_push/pop() */ #undef wxHAVE_PTHREAD_CLEANUP +/* + * Define if compiler has __thread keyword. + */ +#undef HAVE___THREAD_KEYWORD /* compatibility */ /*