diff options
author | TingPing <tingping@tingping.se> | 2014-12-28 13:38:47 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-12-28 22:29:06 -0500 |
commit | 1b2bee37e43baca9b0ec58061561fdb60c31cef8 (patch) | |
tree | 7caf7da8be07701c2c1147c14a75149e5bb48575 /src/common/inet.h | |
parent | 9cb73f839ffddb1479f0ee1c8a89acebafd31045 (diff) |
Remove option to disable ipv6
It has been default for a while, is the only tested option, and will only get more common.
Diffstat (limited to 'src/common/inet.h')
-rw-r--r-- | src/common/inet.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/inet.h b/src/common/inet.h index aa57d0e4..7056d473 100644 --- a/src/common/inet.h +++ b/src/common/inet.h @@ -48,12 +48,8 @@ #else #include "config.h" -#ifdef USE_IPV6 #include <winsock2.h> #include <ws2tcpip.h> -#else -#include <winsock2.h> -#endif #define set_blocking(sok) { \ unsigned long zero = 0; \ |