6 check_functions += 'recvmmsg'
13 dep_libsystemd = dependency('libsystemd', required: opt_systemd)
14 if dep_libsystemd.found()
15 src_tincd += files('watchdog.c')
16 deps_tincd += dep_libsystemd
17 cdata.set('HAVE_WATCHDOG', 1)
21 src_tincd += files('uml_device.c')
22 cdata.set('ENABLE_UML', 1)