summaryrefslogtreecommitdiff
path: root/Makefile.netware
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-24 19:13:01 +0000
committerYang Tse <yangsita@gmail.com>2008-09-24 19:13:01 +0000
commit5ca18d6d80297fc0379c5d5bbee9557c5c43fe8f (patch)
treeb7055acabf0a9a32d52468edccb246c77c4de6fe /Makefile.netware
parenta08ee8a0bed9d6e55beec8cfb735937735c4a417 (diff)
downloadc-ares-5ca18d6d80297fc0379c5d5bbee9557c5c43fe8f.tar.gz
c-ares-5ca18d6d80297fc0379c5d5bbee9557c5c43fe8f.tar.bz2
c-ares-5ca18d6d80297fc0379c5d5bbee9557c5c43fe8f.zip
HAVE_INET_PTON will only be defined when an IPv6 capable working
inet_pton function is available.
Diffstat (limited to 'Makefile.netware')
-rw-r--r--Makefile.netware1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.netware b/Makefile.netware
index 854de9c..9ed7ba0 100644
--- a/Makefile.netware
+++ b/Makefile.netware
@@ -310,7 +310,6 @@ else
@echo $(DL)#define HAVE_DLOPEN 1$(DL) >> $@
@echo $(DL)#define HAVE_FTRUNCATE 1$(DL) >> $@
@echo $(DL)#define HAVE_GETTIMEOFDAY 1$(DL) >> $@
- @echo $(DL)#define HAVE_INET_PTON 1$(DL) >> $@
@echo $(DL)#define HAVE_INTTYPES_H 1$(DL) >> $@
@echo $(DL)#define HAVE_LIMITS_H 1$(DL) >> $@
@echo $(DL)#define HAVE_LONGLONG 1$(DL) >> $@