Commit 7239538d authored by Pierre Joye's avatar Pierre Joye Committed by Daniel Stenberg
Browse files

build: add enable IPV6 option for the VC makefiles

parent 18a9ee6b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -109,6 +109,10 @@ CFGSET = FALSE
CFLAGS = $(CFLAGS) /DUSE_WINDOWS_SSPI /I$(WINDOWS_SDK_PATH)\include
!ENDIF

!IFDEF USE_IPV6
CFLAGS = $(CFLAGS) /DUSE_IPV6
!ENDIF

##############################################################
# Runtime library configuration

+1 −1
Original line number Diff line number Diff line
@@ -569,7 +569,7 @@
/* Name of package */
#define PACKAGE "curl"

#if defined(__POCC__)
#if defined(__POCC__) || (USE_IPV6)
#  define ENABLE_IPV6 1
#endif