summaryrefslogtreecommitdiff
path: root/lib/hostip4.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-24 12:22:16 +0000
committerYang Tse <yangsita@gmail.com>2008-09-24 12:22:16 +0000
commit4e909ee8b1e7e9f174af629615224180568a7e92 (patch)
treef24ec9c107c49ba6522ffdccd35362f555c03cf2 /lib/hostip4.c
parent95df5d042c82871ef889e66a842e3fd4ef55e861 (diff)
downloadcurl-4e909ee8b1e7e9f174af629615224180568a7e92.tar.gz
ntoa() and inet_ntoa_r() no longer used
Diffstat (limited to 'lib/hostip4.c')
-rw-r--r--lib/hostip4.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/hostip4.c b/lib/hostip4.c
index a7d94c87a..392e40b20 100644
--- a/lib/hostip4.c
+++ b/lib/hostip4.c
@@ -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"