check for wputc wputchar putws fputws availability

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-06-20 17:18:50 +00:00
parent 290e4c83d9
commit fbe47c7b5c
6 changed files with 52 additions and 20 deletions

View File

@@ -1229,8 +1229,17 @@
/* Define if you have wcsrtombs() function */
#undef HAVE_WCSRTOMBS
/* Define this if you have fputws() and putwc() */
#undef HAVE_FPUTWC
/* Define this if you have wputc() */
#undef HAVE_WPUTC
/* Define this if you have wputchar() */
#undef HAVE_WPUTCHAR
/* Define this if you have putws() */
#undef HAVE_PUTWS
/* Define this if you have fputws() */
#undef HAVE_FPUTWS
/* Define this if you have strcasecmp() function in <string.h> */
#undef HAVE_STRCASECMP_IN_STRING_H