aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
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)" */