diff options
author | Yang Tse <yangsita@gmail.com> | 2008-10-30 20:17:37 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-10-30 20:17:37 +0000 |
commit | 9e1294e8661c64ab93842f967f4470bb8c648658 (patch) | |
tree | ee7e0c8ca5b5ae71276c611e0459f26907bd7531 /src/Makefile.netware | |
parent | c2c800d8639b1f34a89548e6c26e6d805036dfdc (diff) |
NetWare LIBC target has getaddrinfo() and freeaddrinfo()
Diffstat (limited to 'src/Makefile.netware')
-rw-r--r-- | src/Makefile.netware | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware index e1d283ee4..7e02432c7 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -431,6 +431,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) >> $@ |