diff options
author | Pierre Joye <pierre.php@gmail.com> | 2010-06-30 19:40:40 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-06-30 19:42:37 +0200 |
commit | 7239538d9acf5b6743181514814dc750b73096a8 (patch) | |
tree | 55a442b13f3a3ab7105227cd66634a8ad53282f8 /lib/config-win32.h | |
parent | 18a9ee6bdfc68d9918958c6bcd03875d320f4008 (diff) | |
download | curl-7239538d9acf5b6743181514814dc750b73096a8.tar.gz |
build: add enable IPV6 option for the VC makefiles
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r-- | lib/config-win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h index 0c254707a..8c6f91a9f 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -569,7 +569,7 @@ /* Name of package */ #define PACKAGE "curl" -#if defined(__POCC__) +#if defined(__POCC__) || (USE_IPV6) # define ENABLE_IPV6 1 #endif |