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/Makefile.netware | |
parent | 95df5d042c82871ef889e66a842e3fd4ef55e861 (diff) |
ntoa() and inet_ntoa_r() no longer used
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r-- | lib/Makefile.netware | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 5e3e861bb..a2aa1623f 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -457,7 +457,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_LOCALE_H 1$(DL) >> $@ @echo $(DL)#define HAVE_LOCALTIME_R 1$(DL) >> $@ |