summaryrefslogtreecommitdiff
path: root/config.h.meson
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-09-07 16:54:07 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-09-13 14:35:14 +0200
commitf69cc378a3444f23c2ba7c99d8c2c2ddf51ba247 (patch)
tree6334263042fc11dcf2970bcff76596c2c8ff032c /config.h.meson
parentd6e787d4c5d89c226b7c7f16f53753ca874e20e1 (diff)
build: remove check on dhcpcd version number
dhcpcd version 6, the first supporting IPv6, was released more than 5 years ago. Remove all checks on version number and IPv6 support. (cherry picked from commit e0c49d7341a0329e2c40e25fee5d3ce249f5ebe6)
Diffstat (limited to 'config.h.meson')
-rw-r--r--config.h.meson3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.meson b/config.h.meson
index ce77952be..07129b2e0 100644
--- a/config.h.meson
+++ b/config.h.meson
@@ -10,9 +10,6 @@
/* Define to path of dhcpcd binary */
#mesondefine DHCPCD_PATH
-/* Define if dhcpcd supports IPv6 (6.x+) */
-#mesondefine DHCPCD_SUPPORTS_IPV6
-
/* Define to path of dnsmasq binary */
#mesondefine DNSMASQ_PATH