X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b9483c7fd11ba8386d4c7ed3b5d701dfeae48e9..150c8eb9190be56e8d9f6c286324dda409d483d4:/setup.h.in?ds=sidebyside diff --git a/setup.h.in b/setup.h.in index c7a3321653..498fd6f323 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__) \ @@ -674,6 +672,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 +756,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 +918,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