From: Yang Tse Date: Wed, 24 Sep 2008 12:22:16 +0000 (+0000) Subject: ntoa() and inet_ntoa_r() no longer used X-Git-Tag: upstream/1.10.0~705 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9be0422d12d2d98629c6e8d18830c018623c06b4;p=platform%2Fupstream%2Fc-ares.git ntoa() and inet_ntoa_r() no longer used --- diff --git a/Makefile.netware b/Makefile.netware index 491a22f..854de9c 100644 --- a/Makefile.netware +++ b/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) >> $@