X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ec376c8fd9ff813392030426acd2317c6fa6527e..96743140283fc90ba56735201e587862da2ab67e:/setup.h.in diff --git a/setup.h.in b/setup.h.in index e5187bf6cd..306348bfd3 100644 --- a/setup.h.in +++ b/setup.h.in @@ -289,6 +289,8 @@ # define wxUSE_XML 0 #endif +#define wxUSE_AUI 0 + #define wxUSE_CONTROLS 0 @@ -810,6 +812,10 @@ * with 'char*' for the 3rd parameter instead of 'const char*' */ #undef HAVE_BROKEN_SNPRINTF_DECL +/* Define if you have a snprintf() which supports positional arguments + (defined in the unix98 standard) */ +#undef HAVE_UNIX98_PRINTF + /* define if you have statfs function */ #undef HAVE_STATFS