X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a8f0513755598e68feeeac460eaca34adc9fc28..6d98ee990e1c8ee3bc5f347b3317b204aa1461c4:/setup.h.in diff --git a/setup.h.in b/setup.h.in index e6d22cbba2..7a21a972c9 100644 --- a/setup.h.in +++ b/setup.h.in @@ -163,11 +163,26 @@ */ #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 + */ +#undef HAVE_VA_COPY + +/* + * Define if va_list type is an array + */ +#undef VA_LIST_IS_ARRAY + /* * Define if your compiler has std::wstring */