use internal *printf() clones since snprintf() not available on all platforms

This commit is contained in:
Yang Tse
2008-01-20 22:53:56 +00:00
parent fcf9029179
commit a4eddf0d0d
2 changed files with 6 additions and 1 deletions

View File

@@ -13,6 +13,9 @@
#include <sys/types.h>
#include <sys/stat.h>
#define ENABLE_CURLX_PRINTF
#include "curlx.h"
#include "testutil.h"
#define MAIN_LOOP_HANG_TIMEOUT 90 * 1000