ntoa() and inet_ntoa_r() no longer used

This commit is contained in:
Yang Tse
2008-09-24 12:22:16 +00:00
parent 95df5d042c
commit 4e909ee8b1
31 changed files with 11 additions and 226 deletions

View File

@@ -73,10 +73,6 @@
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>
#if defined(HAVE_INET_NTOA_R) && !defined(HAVE_INET_NTOA_R_DECL)
#include "inet_ntoa_r.h"
#endif
#include "memory.h"
/* The last #include file should be: */
#include "memdebug.h"