use internal *printf() clones
authorDaniel Stenberg <daniel@haxx.se>
Fri, 16 Sep 2005 05:49:53 +0000 (05:49 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 16 Sep 2005 05:49:53 +0000 (05:49 +0000)
tests/server/tftpd.c

index bc9c82e..27876ba 100644 (file)
 #include <pwd.h>
 #include <grp.h>
 
+#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"