Stand-in snprintf routines will no longer be used if snprintf function is present in libc.

This commit is contained in:
robijn
2002-07-14 20:14:12 +00:00
parent fa6dadd1b2
commit 380000357d
+2
View File
@@ -184,6 +184,7 @@
* not used;
*/
#include "config.h"
/* Define HAVE_SNPRINTF if your system already has snprintf and vsnprintf.
*
@@ -193,6 +194,7 @@
* (and portable_vsnprintf).
*/
/* #define HAVE_SNPRINTF */
/* defined from config.h */
/* Define PREFER_PORTABLE_SNPRINTF if your system does have snprintf and
* vsnprintf but you would prefer to use the portable routine(s) instead.