]> git.ipfire.org Git - thirdparty/pdns.git/blame - meson_options.txt
Merge pull request #14078 from rgacogne/ddist-harvest-quic
[thirdparty/pdns.git] / meson_options.txt
CommitLineData
0e76734b 1option('lua', type: 'combo', choices: ['auto', 'luajit', 'lua'], value: 'auto', description: 'Lua implementation to use')
ff7c688a 2option('hardening', type: 'feature', value: 'auto', description: 'Compiler security checks')
4f1484f1 3option('hardening-experimental-cf', type: 'combo', choices: ['disabled', 'full', 'branch', 'return', 'check'], value: 'disabled', description: 'Control Flow hardening')
2b3dbc1e 4option('hardening-experimental-scp', type: 'feature', value: 'disabled', description: 'Stack Clash Protection')
735d22e2 5option('hardening-fortify-source', type: 'combo', choices: ['auto', 'disabled', '1', '2', '3'], value: '2', description: 'Source fortification level')
0e76734b
FM
6option('rng-kiss', type: 'boolean', value: false, description: 'Use the unsafe KISS RNG')
7option('signers-libsodium', type: 'feature', value: 'auto', description: 'Enable libsodium-based signers')
8option('signers-libdecaf', type: 'feature', value: 'auto', description: 'Enable libdecaf-based signers')
1ccf104a
FM
9option('signers-libcrypto', type: 'feature', value: 'auto', description: 'Enable OpenSSL libcrypto-based signers)')
10option('signers-libcrypto-path', type: 'string', value: '', description: 'Custom path to find OpenSSL libcrypto')
5eb02714 11option('tls-libssl', type: 'feature', value: 'auto', description: 'OpenSSL-based TLS')
f1f8aa2b 12option('tls-gnutls', type: 'feature', value: 'auto', description: 'GnuTLS-based TLS')
019d0eac 13option('dns-over-tls', type: 'boolean', value: false, description: 'DNS over TLS (requires GnuTLS or OpenSSL)')
aaac076c 14option('ipcipher', type: 'feature', value: 'auto', description: 'IPcipher (requires libcrypto)')
0e76734b
FM
15option('unit-tests', type: 'boolean', value: false, description: 'Build and run unit tests')
16option('unit-tests-backends', type: 'boolean', value: false, description: 'Build and run backend unit tests')
d7c34f68 17option('reproducible', type: 'boolean', value: false, description: 'Reproducible builds (for distro maintainers, makes debugging difficult)')
938fae07 18option('fuzz-targets', type: 'boolean', value: false, description: 'Enable fuzzing targets')
ba7748ad 19option('verbose-logging', type: 'boolean', value: false, description: 'Enable verbose logging')
99a72977 20option('experimental-pkcs11', type: 'feature', value: 'disabled', description: 'PKCS11 support')
9e02327e 21option('experimental-gss-tsig', type: 'feature', value: 'disabled', description: 'GSS-TSIG support')
ab8ff2d1 22option('socket-dir', type: 'string', value: '/var/run', description: 'Where the control socket lives')
1186a19d
FM
23option('module-bind', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'static', description: 'Bind backend')
24option('module-pipe', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'dynamic', description: 'Pipe backend')
34c77a77 25option('module-gmysql', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'Generic MySQL backend')
1186a19d
FM
26option('module-godbc', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'Generic ODBC backend')
27option('module-gpgsql', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'Generic PostgreSQL backend')
28option('module-gsqlite3', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'Generic SQLite3 backend')
29option('module-ldap', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'LDAP backend')
30option('module-remote', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'Remote backend')
31option('module-remote-zeromq', type: 'boolean', value: false, description: 'Use ZeroMQ in the Remote backend')
32option('module-tinydns', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'TinyDNS backend')
33option('module-geoip', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'GeoIP backend')
34option('module-lmdb', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'LMDB backend')
35option('module-lua2', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'Lua2 backend')
0e76734b
FM
36option('tools', type: 'boolean', value: false, description: 'Build extra tools')
37option('tools-ixfrdist', type: 'boolean', value: false, description: 'Build ixfrdist')
38option('lua-records', type: 'boolean', value: true, description: 'Support Lua records')
5a9b9dda 39option('systemd', type: 'feature', value: 'auto', description: 'Systemd notification (requires libsystemd)')
0e76734b
FM
40option('systemd-service-user', type: 'string', value: 'pdns', description: 'Systemd service user (setuid and unit file; user is not created)')
41option('systemd-service-group', type: 'string', value: 'pdns', description: 'Systemd service group (setgid and unit file; group is not created)')
3a95850d 42option('auto-var-init', type: 'combo', value: 'disabled', choices: ['zero', 'pattern', 'disabled'], description: 'Enable initialization of automatic variables')
5efc88df 43option('malloc-trace', type: 'boolean', value: false, description: 'Enable malloc-trace')