Skip to content
Snippets Groups Projects
Commit 366b62af authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

always use the libcurl-provided *printf() functions

parent a6955aa4
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment