about summary refs log tree commit diff
path: root/Src/Modules/zftp.mdd
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-07-12 02:33:19 +0000
committerClint Adams <clint@users.sourceforge.net>2007-07-12 02:33:19 +0000
commita5187bb6ac96cc43f68367c5dc9332854c250713 (patch)
tree3331c1ecc813776ee666494e873cb847e719fb2b /Src/Modules/zftp.mdd
parent25ded6226c4922ccded0432552689ac95ae574b5 (diff)
downloadzsh-a5187bb6ac96cc43f68367c5dc9332854c250713.tar.gz
zsh-a5187bb6ac96cc43f68367c5dc9332854c250713.tar.xz
zsh-a5187bb6ac96cc43f68367c5dc9332854c250713.zip
23670: use getaddrinfo() and getnameinfo() instead of get*by* functions.
Diffstat (limited to 'Src/Modules/zftp.mdd')
-rw-r--r--Src/Modules/zftp.mdd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Modules/zftp.mdd b/Src/Modules/zftp.mdd
index e96b367f9..f86056ca5 100644
--- a/Src/Modules/zftp.mdd
+++ b/Src/Modules/zftp.mdd
@@ -1,5 +1,5 @@
 name=zsh/zftp
-link=dynamic
+link=`if test x$ac_cv_func_getaddrinfo; then echo dynamic; else echo no; fi`
 load=no
 functions='Functions/Zftp/*'