summaryrefslogtreecommitdiff
path: root/cmakeconfig.h.in
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 /cmakeconfig.h.in
parent9e1128bfb6ca2cc75563813304e4feb9780f14f7 (diff)
downloadwireshark-fad15654b1900a9af59d9dabf705060c6f9f058d.tar.gz
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 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 81812f1f94..4672f3add9 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -427,15 +427,6 @@
However, we do need it for some headers that are shared between C and C++. */
#define _U_ ${C_UNUSED}
-/* We don't bother checking for IPv6 support; the checks done in the
- autoconf script are relics of a bygone age, where IPv6 support in
- OSes was sometimes present by default, sometimes provided by
- third-party add-ons, and sometimes completely absent, and where the
- particular flavor of IPv6 support mattered to us. We'll just wire it
- on, unless and until that becomes an issue on platforms where people
- use CMake. */
-#define INET6 1
-
#if defined(_WIN32)
/* WpdPack/INclude/pcap/pcap.h checks for "#if defined(WIN32)" */