From a5187bb6ac96cc43f68367c5dc9332854c250713 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 12 Jul 2007 02:33:19 +0000 Subject: 23670: use getaddrinfo() and getnameinfo() instead of get*by* functions. --- Src/Modules/tcp.mdd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Src/Modules/tcp.mdd') diff --git a/Src/Modules/tcp.mdd b/Src/Modules/tcp.mdd index 69fd4d6bf..d2bac21b5 100644 --- a/Src/Modules/tcp.mdd +++ b/Src/Modules/tcp.mdd @@ -1,6 +1,7 @@ name=zsh/net/tcp -link=dynamic +link=`if test x$ac_cv_func_getaddrinfo; then echo dynamic; else echo no; fi` load=no + functions='Functions/TCP/*' objects="tcp.o" -- cgit 1.4.1