-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeson_options.txt
57 lines (39 loc) · 1.86 KB
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
option('USE_CAP', type : 'boolean', value : true,
description : 'Capatiblity support (with libcap)')
option('USE_IDN', type : 'boolean', value : true,
description : 'IDN support (with libidn2)')
option('USE_CRYPTO', type : 'combo',
choices : [ 'none', 'gcrypt', 'nettle', 'openssl' ], value : 'openssl',
description: 'Crypto library support for ping6')
option('BUILD_ARPING', type : 'boolean', value : true,
description : 'Build arping')
option('BUILD_CLOCKDIFF', type : 'boolean', value : true,
description : 'Build clockdiff')
option('BUILD_PING', type : 'boolean', value : true,
description : 'Build ping')
option('BUILD_RARPD', type : 'boolean', value : true,
description : 'Build rarpd')
option('BUILD_RDISC', type : 'boolean', value : true,
description : 'Build rinfod')
option('ENABLE_RDISC_SERVER', type : 'boolean', value : true,
description : 'Enable rinfod server code')
option('BUILD_TFTPD', type : 'boolean', value : true,
description : 'Build tftpd')
option('BUILD_TRACEPATH', type : 'boolean', value : true,
description : 'Build tracepath')
option('BUILD_TRACEROUTE6', type : 'boolean', value : true,
description : 'Build traceroute6')
option('BUILD_NINFOD', type : 'boolean', value : true,
description : 'Build ninfod')
option('NINFOD_MESSAGES', type : 'boolean', value : true,
description : 'Enable ninfod syslog messages')
option('BUILD_MANS', type : 'boolean', value : true,
description : 'Build manuals')
option('BUILD_HTML_MANS', type : 'boolean', value : false,
description : 'Build html manuals')
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')