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 /ares/Makefile.netware | |
parent | 95df5d042c82871ef889e66a842e3fd4ef55e861 (diff) |
ntoa() and inet_ntoa_r() no longer used
Diffstat (limited to 'ares/Makefile.netware')
-rw-r--r-- | ares/Makefile.netware | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ares/Makefile.netware b/ares/Makefile.netware index 491a22f9a..854de9c03 100644 --- a/ares/Makefile.netware +++ b/ares/Makefile.netware @@ -357,7 +357,6 @@ endif @echo $(DL)#define HAVE_GETPROTOBYNAME 1$(DL) >> $@ @echo $(DL)#define HAVE_GMTIME_R 1$(DL) >> $@ @echo $(DL)#define HAVE_INET_ADDR 1$(DL) >> $@ - @echo $(DL)#define HAVE_INET_NTOA 1$(DL) >> $@ @echo $(DL)#define HAVE_LL 1$(DL) >> $@ @echo $(DL)#define HAVE_LOCALTIME_R 1$(DL) >> $@ @echo $(DL)#define HAVE_MALLOC_H 1$(DL) >> $@ |