Handle the case when (v)snprintf have the format declared as char* instead of

const char*.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-09-07 18:28:03 +00:00
parent c4295812f4
commit 62fa8b3a1d
5 changed files with 323 additions and 11 deletions

View File

@@ -813,6 +813,10 @@
/* Define if you have snprintf() declaration in the header */
#undef HAVE_SNPRINTF_DECL
/* Define if you have a _broken_ snprintf() declaration in the header,
* with 'char*' for the 3rd parameter instead of 'const char*' */
#undef HAVE_BROKEN_SNPRINTF_DECL
/* define if you have statfs function */
#undef HAVE_STATFS
@@ -837,6 +841,10 @@
/* Define if you have vsnprintf() declaration in the header */
#undef HAVE_VSNPRINTF_DECL
/* Define if you have a _broken_ vsnprintf() declaration in the header,
* with 'char*' for the 3rd parameter instead of 'const char*' */
#undef HAVE_BROKEN_VSNPRINTF_DECL
/* Define if you have usleep() */
#define HAVE_USLEEP 1