X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/92bbdbcdb867b9b80e52ea6ae4b61651b6121f92..9e9c7a152521988359bf0deac451267b2ac1630b:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 56b3105220..b76c4dcaf5 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 */ @@ -231,6 +246,10 @@ * Use SDL for audio (Unix) */ #define wxUSE_LIBSDL 0 +/* + * Use GNOME print for printing under GTK+ 2.0 + */ +#define wxUSE_LIBGNOMEPRINT 0 /* * Use iODBC */ @@ -908,6 +927,11 @@ */ #define wxUSE_HTML 0 +/* + * wxXRC + */ +#define wxUSE_XRC 0 + /* * wxWebKitCtrl */