]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: detect some more functions
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 15 Aug 2023 11:25:58 +0000 (13:25 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:36 +0000 (13:28 +0100)
meson/auth-various-functions/meson.build

index dc4da81d38c94f0b4b220f9f8c8ec239b0a43c0b..d371b28f46ed5aa4477949f47f4de8460b736cee 100644 (file)
@@ -8,6 +8,12 @@ funcs = [
   'sched_setscheduler',
   'getrandom',
   'arc4random',
+  'getentropy',
+  'arc4random_uniform',
+  'arc4random_buf',
+  'explicit_bzero',
+  'explicit_memset',
+  'memset_s',
 ]
 foreach func: funcs
   found = cxx.has_function(func)