aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2015-11-19 11:24:44 +0000
committerMichael Mann <mmann78@netscape.net>2015-11-23 04:07:37 +0000
commitfad15654b1900a9af59d9dabf705060c6f9f058d (patch)
treee3da6735b367467b09f3b0b8865ad3d54357714b /file.c
parent9e1128bfb6ca2cc75563813304e4feb9780f14f7 (diff)
Remove configure --enable-ipv6 option
It's an ancient obsolete option with a confusing name. Change-Id: Ib10330cf859cdea18fed2077c6539e56350ef380 Reviewed-on: https://code.wireshark.org/review/11967 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index b83bd27138..e64cd18b7e 100644
--- a/file.c
+++ b/file.c
@@ -88,7 +88,7 @@
# include <winsock2.h>
#endif
-#if defined(_WIN32) && defined(INET6)
+#ifdef _WIN32
# include <ws2tcpip.h>
#endif