added configure check for wcsdup(), there are too many Unix systems without it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-06-26 11:58:21 +00:00
parent 7e1df0e638
commit 8a02058ab2
5 changed files with 109 additions and 10 deletions

View File

@@ -997,6 +997,9 @@ typedef pid_t GPid;
/* Define if you have wcslen function */
#define HAVE_WCSLEN 1
/* Define if you have wcsdup function */
#define HAVE_WCSDUP 0
/* Define if you have wcstoull() and wcstoll() */
#undef HAVE_WCSTOULL