We don't need to check for snprintf() anymore, we don't use it.

SDL_snprintf() is built on vsnprintf() where available.

--HG--
extra : rebase_source : fef7988e29ab9293c7ae9ba3cff3f86c7e59e345
This commit is contained in:
Ryan C. Gordon 2013-11-24 23:36:15 -05:00
parent 3003efb88d
commit de59025dac
17 changed files with 2 additions and 19 deletions

View file

@ -86,7 +86,6 @@
#define HAVE_STRCASECMP 1
#define HAVE_STRNCASECMP 1
#define HAVE_VSSCANF 1
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_CEIL 1
#define HAVE_COPYSIGN 1