From e24cb6cb90005e54ca85288414478e6891fe4c1a Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Thu, 15 Feb 2007 01:36:35 +0000 Subject: enabled IPV6 builds. --- src/Makefile.m32 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 7bae32941..49f070ad6 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -58,6 +58,9 @@ endif ifdef SSPI CFLAGS += -DUSE_WINDOWS_SSPI endif +ifdef IPV6 + CFLAGS += -DENABLE_IPV6 +endif curl_LDADD += -lwsock32 -lws2_32 -lwinmm -L$(ZLIB_PATH) -lz # Makefile.inc provides the CSOURCES and HHEADERS defines -- cgit v1.2.3