#define wxUSE_THREADS 0
-#define wxUSE_WEAKREF 0
-
#define wxUSE_STREAMS 0
#if defined(__DMC__) || defined(__WATCOMC__) \
#define wxUSE_AUI 0
+#define wxUSE_PROPGRID 0
+
#define wxUSE_STC 0
*/
#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.
*/
* Define if you have pthread_cleanup_push/pop()
*/
#undef wxHAVE_PTHREAD_CLEANUP
+/*
+ * Define if compiler has __thread keyword.
+ */
+#undef HAVE___THREAD_KEYWORD
/* compatibility */
/*
* 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