X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/54ab82b3f94e7d691c31d4f33264f56aa2eecc12..99c2d4f20c4cba62dcd195afb9c85bc52ef577de:/setup.h.in diff --git a/setup.h.in b/setup.h.in index c238900902..ab759d6ee5 100644 --- a/setup.h.in +++ b/setup.h.in @@ -747,6 +747,10 @@ * Compatibility with 2.2 API */ #define WXWIN_COMPATIBILITY_2_2 0 +/* + * Compatibility with 2.4 API + */ +#define WXWIN_COMPATIBILITY_2_4 0 /* * Enables debugging: memory tracing, assert, etc., contains debug level */ @@ -960,6 +964,9 @@ /* Define if you have vsnprintf() */ #undef HAVE_VSNPRINTF +/* Define if you have vsnprintf() declaration in the header */ +#undef HAVE_VSNPRINTF_DECL + /* Define if you have usleep() */ #undef HAVE_USLEEP