diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2007-07-12 03:09:12 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2007-07-12 03:09:12 +0000 |
| commit | 01ba47bd4fc59c66b98301186cac7bc64c89404a (patch) | |
| tree | 386b6e1a707d4949e66f6cbc3b04ccd40b2698a6 /Src/Modules/zftp.mdd | |
| parent | 23670: use getaddrinfo() and getnameinfo() instead of get*by* functions. (diff) | |
| download | zsh-01ba47bd4fc59c66b98301186cac7bc64c89404a.tar zsh-01ba47bd4fc59c66b98301186cac7bc64c89404a.tar.gz zsh-01ba47bd4fc59c66b98301186cac7bc64c89404a.tar.bz2 zsh-01ba47bd4fc59c66b98301186cac7bc64c89404a.tar.lz zsh-01ba47bd4fc59c66b98301186cac7bc64c89404a.tar.xz zsh-01ba47bd4fc59c66b98301186cac7bc64c89404a.tar.zst zsh-01ba47bd4fc59c66b98301186cac7bc64c89404a.zip | |
revert that
Diffstat (limited to 'Src/Modules/zftp.mdd')
| -rw-r--r-- | Src/Modules/zftp.mdd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Modules/zftp.mdd b/Src/Modules/zftp.mdd index f86056ca5..e96b367f9 100644 --- a/Src/Modules/zftp.mdd +++ b/Src/Modules/zftp.mdd @@ -1,5 +1,5 @@ name=zsh/zftp -link=`if test x$ac_cv_func_getaddrinfo; then echo dynamic; else echo no; fi` +link=dynamic load=no functions='Functions/Zftp/*' |
