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:
parent
18a9ee6bdf
commit
7239538d9a
@ -109,6 +109,10 @@ CFGSET = FALSE
|
|||||||
CFLAGS = $(CFLAGS) /DUSE_WINDOWS_SSPI /I$(WINDOWS_SDK_PATH)\include
|
CFLAGS = $(CFLAGS) /DUSE_WINDOWS_SSPI /I$(WINDOWS_SDK_PATH)\include
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
|
!IFDEF USE_IPV6
|
||||||
|
CFLAGS = $(CFLAGS) /DUSE_IPV6
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
##############################################################
|
##############################################################
|
||||||
# Runtime library configuration
|
# Runtime library configuration
|
||||||
|
|
||||||
|
@ -569,7 +569,7 @@
|
|||||||
/* Name of package */
|
/* Name of package */
|
||||||
#define PACKAGE "curl"
|
#define PACKAGE "curl"
|
||||||
|
|
||||||
#if defined(__POCC__)
|
#if defined(__POCC__) || (USE_IPV6)
|
||||||
# define ENABLE_IPV6 1
|
# define ENABLE_IPV6 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user