diff options
author | Yang Tse <yangsita@gmail.com> | 2008-09-24 12:22:16 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-09-24 12:22:16 +0000 |
commit | 4e909ee8b1e7e9f174af629615224180568a7e92 (patch) | |
tree | f24ec9c107c49ba6522ffdccd35362f555c03cf2 /lib/hostasyn.c | |
parent | 95df5d042c82871ef889e66a842e3fd4ef55e861 (diff) | |
download | curl-4e909ee8b1e7e9f174af629615224180568a7e92.tar.gz |
ntoa() and inet_ntoa_r() no longer used
Diffstat (limited to 'lib/hostasyn.c')
-rw-r--r-- | lib/hostasyn.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/hostasyn.c b/lib/hostasyn.c index b7fff8939..bcf8a5400 100644 --- a/lib/hostasyn.c +++ b/lib/hostasyn.c @@ -71,10 +71,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" |