aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.netware
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-10-30 20:17:37 +0000
committerYang Tse <yangsita@gmail.com>2008-10-30 20:17:37 +0000
commit9e1294e8661c64ab93842f967f4470bb8c648658 (patch)
treeee7e0c8ca5b5ae71276c611e0459f26907bd7531 /lib/Makefile.netware
parentc2c800d8639b1f34a89548e6c26e6d805036dfdc (diff)
NetWare LIBC target has getaddrinfo() and freeaddrinfo()
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r--lib/Makefile.netware2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index 619aa55be..2f4ee7b61 100644
--- a/lib/Makefile.netware
+++ b/lib/Makefile.netware
@@ -443,6 +443,8 @@ else
@echo $(DL)#define _LARGEFILE 1$(DL) >> $@
ifdef ENABLE_IPV6
@echo $(DL)#define ENABLE_IPV6 1$(DL) >> $@
+ @echo $(DL)#define HAVE_FREEADDRINFO 1$(DL) >> $@
+ @echo $(DL)#define HAVE_GETADDRINFO 1$(DL) >> $@
endif
endif
@echo $(DL)#define USE_MANUAL 1$(DL) >> $@