X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c7789014106c9269b0f4ecc1a3071b14f351d3f..574be073c070a9bbe81ad68e98187b0b9e82c2df:/setup.h.in diff --git a/setup.h.in b/setup.h.in index ddc48e735a..d9e18f346d 100644 --- a/setup.h.in +++ b/setup.h.in @@ -152,8 +152,6 @@ #define WXWIN_COMPATIBILITY_2_8 0 -#define wxEVENTS_COMPATIBILITY_2_8 0 - #define wxDIALOG_UNIT_COMPATIBILITY 0 @@ -881,12 +879,6 @@ /* 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 @@ -912,12 +904,24 @@ /* 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