X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b9483c7fd11ba8386d4c7ed3b5d701dfeae48e9..7664a67f57db442025638bb87099fb2826bc2400:/setup.h.in diff --git a/setup.h.in b/setup.h.in index c7a3321653..eff79923b1 100644 --- a/setup.h.in +++ b/setup.h.in @@ -196,8 +196,6 @@ #define wxUSE_THREADS 0 -#define wxUSE_WEAKREF 0 - #define wxUSE_STREAMS 0 #if defined(__DMC__) || defined(__WATCOMC__) \ @@ -309,6 +307,8 @@ #define wxUSE_AUI 0 +#define wxUSE_PROPGRID 0 + #define wxUSE_STC 0 @@ -674,6 +674,26 @@ */ #undef HAVE_GNU_CXX_HASH_MAP +/* + * Define if your compiler has std::unordered_map + */ +#undef HAVE_STD_UNORDERED_MAP + +/* + * Define if your compiler has std::unordered_set + */ +#undef HAVE_STD_UNORDERED_SET + +/* + * Define if your compiler has std::tr1::unordered_map + */ +#undef HAVE_TR1_UNORDERED_MAP + +/* + * Define if your compiler has std::tr1::unordered_set + */ +#undef HAVE_TR1_UNORDERED_SET + /* * Define if the compiler supports simple visibility declarations. */ @@ -738,6 +758,10 @@ * Define if you have pthread_cleanup_push/pop() */ #undef wxHAVE_PTHREAD_CLEANUP +/* + * Define if compiler has __thread keyword. + */ +#undef HAVE___THREAD_KEYWORD /* compatibility */ /* @@ -896,6 +920,12 @@ * with 'char*' for the 3rd parameter instead of 'const char*' */ #undef HAVE_BROKEN_VSNPRINTF_DECL +/* Define if you have vsscanf() */ +#undef HAVE_VSSCANF + +/* Define if you have vsscanf() declaration in the header */ +#undef HAVE_VSSCANF_DECL + /* Define if you have usleep() */ #undef HAVE_USLEEP