summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorSami Kerola <kerolasa@iki.fi>2018-12-29 10:56:05 +0000
committerSami Kerola <kerolasa@iki.fi>2019-01-01 12:25:40 +0000
commitaa94fe0d5ad823c11d99dd5838a258a402c0c76b (patch)
tree172e79c3bfef6417aeb3631f8235e582b5073dee /meson_options.txt
parentb374f9a11bf40595a2e1350b22b1907cc610d9cf (diff)
downloadiputils-aa94fe0d5ad823c11d99dd5838a258a402c0c76b.tar.gz
arping: remove sysfs and ioctl() from find_device()
The 'recommended for recent systems' comment referred to pretty old systems. It is unrealistic to think anyone is compiling iputils on a system that would not have getifaddr() in glibc (version 2.3, Oct 2002), and rtnetlink in kernel (since 2.2. Dec 1999). Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index f938ff6..86fe0b2 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -50,9 +50,6 @@ option('BUILD_HTML_MANS', type : 'boolean', value : false,
option('ARPING_DEFAULT_DEVICE', type : 'string', value : '',
description : 'Default device for arping')
-option('USE_SYSFS', type : 'boolean', value : true,
- description : 'Use /sys file system (arping)')
-
option('systemdunitdir', type: 'string', value: '',
description: 'Directory for systemd units')