From: Gisle Vanem Date: Wed, 9 Nov 2005 22:52:45 +0000 (+0000) Subject: Update with "new" HAVE_xx. X-Git-Tag: curl-7_15_1~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0d839436ff22311f03dd082818c7a7d73174b8e;p=curl Update with "new" HAVE_xx. --- diff --git a/ares/Makefile.dj b/ares/Makefile.dj index 40ccaa1a5..bfd1fe9b9 100644 --- a/ares/Makefile.dj +++ b/ares/Makefile.dj @@ -9,7 +9,11 @@ include Makefile.inc WATT32_ROOT = $(subst \,/,$(WATT_ROOT)) CC = gcc -CFLAGS = -O2 -Wall -DWATT32 -Dselect=select_s -I$(WATT32_ROOT)/inc +CFLAGS = -O2 -Wall -DWATT32 -Dselect=select_s -DHAVE_AF_INET6 \ + -DHAVE_PF_INET6 -DHAVE_IOCTLSOCKET -DHAVE_STRUCT_IN6_ADDR \ + -DHAVE_STRUCT_SOCKADDR_IN6 -DHAVE_STRUCT_ADDRINFO \ + -DHAVE_ARPA_NAMESER_H -DNS_INADDRSZ=4 -I$(WATT32_ROOT)/inc + LDFLAGS = -s EX_LIBS = $(WATT32_ROOT)/lib/libwatt.a