]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
do not call setlocale() twice in wxLocale::IsAvailable() and in IMPLEMENT_STRTOX_L_START
[wxWidgets.git] / setup.h.in
index 0ee1a1b882564a303c45667f5d1b5cfdd5e1ad8a..2d7250e6a106f2389551daee4506d143a19fbeea 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 wcsdup function  */
 #undef HAVE_WCSDUP
 
+/* 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