]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
fix for crash when undocking AUI toolbars (same as r59107 in 2.8 branch)
[wxWidgets.git] / setup.h.in
index 39369fadf1afb6cfba7666ac2fcbd1f8a3e2f996..d9e18f346d71d4e565ddd1e6d2912b30bb45cf0c 100644 (file)
 
 #define WXWIN_COMPATIBILITY_2_8 0
 
-#define wxEVENTS_COMPATIBILITY_2_8 0
-
 #define wxDIALOG_UNIT_COMPATIBILITY   0
 
 
 /* define if you have statvfs function */
 #undef HAVE_STATVFS
 
-/* Define if you have strptime() */
-#undef HAVE_STRPTIME
-
-/* Define if strptime() is declared in headers */
-#undef HAVE_STRPTIME_DECL
-
 /* Define if you have strtoull() and strtoll() */
 #undef HAVE_STRTOULL
 
 /* Define if you have usleep() */
 #undef HAVE_USLEEP
 
+/* Define if you have wcscasecmp() function  */
+#undef HAVE_WCSCASECMP
+
+/* Define if you have wcsncasecmp() function  */
+#undef HAVE_WCSNCASECMP
+
 /* Define if you have wcslen function  */
 #undef HAVE_WCSLEN
 
 /* Define if you have strnlen() function */
 #undef HAVE_STRNLEN
 
+/* Define if you have wcsnlen() function */
+#undef HAVE_WCSNLEN
+
 /* Define if you have wcstoull() and wcstoll() */
 #undef HAVE_WCSTOULL