always use the libcurl-provided *printf() functions

This commit is contained in:
Daniel Stenberg 2005-05-01 12:56:09 +00:00
parent a6955aa486
commit 366b62af2d
3 changed files with 9 additions and 0 deletions

View File

@ -75,6 +75,9 @@
#include <netdb.h>
#endif
#define ENABLE_CURLX_PRINTF
/* make the curlx header define all printf() functions to use the curlx_*
versions instead */
#include "curlx.h" /* from the private lib dir */
#include "getpart.h"
#include "inet_pton.h"

View File

@ -55,6 +55,9 @@
#include <netdb.h>
#endif
#define ENABLE_CURLX_PRINTF
/* make the curlx header define all printf() functions to use the curlx_*
versions instead */
#include "curlx.h" /* from the private lib dir */
#include "getpart.h"
#include "util.h"

View File

@ -48,6 +48,9 @@
#include <netdb.h>
#endif
#define ENABLE_CURLX_PRINTF
/* make the curlx header define all printf() functions to use the curlx_*
versions instead */
#include "curlx.h" /* from the private lib dir */
#include "getpart.h"
#include "util.h"