]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
NetWare LIBC target has getaddrinfo() and freeaddrinfo()
authorYang Tse <yangsita@gmail.com>
Thu, 30 Oct 2008 20:17:37 +0000 (20:17 +0000)
committerYang Tse <yangsita@gmail.com>
Thu, 30 Oct 2008 20:17:37 +0000 (20:17 +0000)
lib/Makefile.netware
src/Makefile.netware

index 619aa55be1794e03694ec1127a5c842a1c63cbb6..2f4ee7b617eb88c9ffcb025f214c13fd69ef603f 100644 (file)
@@ -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) >> $@
index e1d283ee411ac2b28ad9dc1879076cb2585302c8..7e02432c7a17158ec70e794611d92a82ef69bf84 100644 (file)
@@ -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) >> $@