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:
13
setup.h.in
13
setup.h.in
@@ -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
|
||||
|
Reference in New Issue
Block a user