]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: KISS RNG
authorFred Morcos <fred.morcos@open-xchange.com>
Mon, 3 Jul 2023 10:34:41 +0000 (12:34 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:25 +0000 (13:28 +0100)
meson/kiss-rng/meson.build [new file with mode: 0644]

diff --git a/meson/kiss-rng/meson.build b/meson/kiss-rng/meson.build
new file mode 100644 (file)
index 0000000..93ea104
--- /dev/null
@@ -0,0 +1,7 @@
+# Unsafe KISS RNG ------------------------------------------------------------------------
+# Inputs: conf
+
+opt_kiss_rng = get_option('kiss-rng')
+
+conf.set10('HAVE_KISS_RNG', opt_kiss_rng, description: 'Use the unsafe KISS RNG')
+summary('Unsafe KISS RNG', opt_kiss_rng, section: 'Configuration')