X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/746b24a09de738d5263284c3feb9cc4f855b23d6..33328cd8828baafa97e8623e005b471486b61cc7:/setup.h.in diff --git a/setup.h.in b/setup.h.in index c6090c0bcb..0b5a17c593 100644 --- a/setup.h.in +++ b/setup.h.in @@ -567,6 +567,11 @@ */ #undef VA_LIST_IS_ARRAY +/* + * Define if the compiler supports variadic macros + */ +#undef HAVE_VARIADIC_MACROS + /* * Define if your compiler has std::wstring */ @@ -1054,7 +1059,14 @@ /* Define this if you have wprintf() and related functions */ #undef HAVE_WPRINTF -/* Define this if you have wprintf() and related functions */ +/* Define this if you have swprintf() */ +#undef HAVE_SWPRINTF + +/* Define if you have a _broken_ swprintf() declaration in the header, + * without a 'size_t max' parameter as second argument */ +#undef HAVE_BROKEN_SWPRINTF_DECL + +/* Define this if you have vswprintf() and related functions */ #undef HAVE_VSWPRINTF /* Define this if you have _vsnwprintf */