Replace getrandom() with getentropy()
[tinc] / src / linux / meson.build
1 check_headers += [
2   'linux/if_tun.h',
3   'netpacket/packet.h',
4   'sys/epoll.h',
5 ]
6
7 check_functions += 'recvmmsg'
8
9 src_tincd += files('device.c')
10
11 if opt_uml
12   src_tincd += files('uml_device.c')
13   cdata.set('ENABLE_UML', 1)
14 endif
15