#include "hash.h"
#include "llist.h"
-#include "memory.h"
-/* this must be the last include file */
+#define _MPRINTF_REPLACE /* use our functions only */
+#include <curl/mprintf.h>
+
+#include "memory.h"
+/* The last #include file should be: */
#include "memdebug.h"
static void
#include "url.h"
#include "connect.h"
#include "progress.h"
-#include "memory.h"
#include "easyif.h"
#include "multiif.h"
#include "sendf.h"
#include "timeval.h"
#include "http.h"
+#define _MPRINTF_REPLACE /* use our functions only */
+#include <curl/mprintf.h>
+
+#include "memory.h"
/* The last #include file should be: */
#include "memdebug.h"
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2004, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
#include <kernel.h>
#endif
+#define _MPRINTF_REPLACE /* use our functions only */
+#include <curl/mprintf.h>
+
static const struct
{
const char * name;