1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

build: add enable IPV6 option for the VC makefiles

This commit is contained in:
Pierre Joye 2010-06-30 19:40:40 +02:00 committed by Daniel Stenberg
parent 18a9ee6bdf
commit 7239538d9a
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -569,7 +569,7 @@
/* Name of package */
#define PACKAGE "curl"
#if defined(__POCC__)
#if defined(__POCC__) || (USE_IPV6)
# define ENABLE_IPV6 1
#endif