X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1b63efe8993c6c0460354bc2da7331526d43efa..2b8471fbb9b31c278a210e95d05a898a03bf27f1:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 39369fadf1..c59195003d 100644 --- a/setup.h.in +++ b/setup.h.in @@ -912,6 +912,12 @@ /* 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 @@ -921,6 +927,9 @@ /* 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