From f0d839436ff22311f03dd082818c7a7d73174b8e Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Wed, 9 Nov 2005 22:52:45 +0000 Subject: Update with "new" HAVE_xx. --- ares/Makefile.dj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ares/Makefile.dj') 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 -- cgit v1.2.3