projects
/
tinc
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GitHub CI: update list of container images
[tinc]
/
src
/
bsd
/
meson.build
1
check_headers += [
2
'net/if_tap.h',
3
'net/if_tun.h',
4
'net/if_utun.h',
5
'net/tap/if_tap.h',
6
'net/tun/if_tun.h',
7
]
8
9
check_functions += [
10
'devname',
11
'fdevname',
12
]
13
14
src_tincd += files('device.c')
15
16
if os_name != 'darwin'
17
src_tincd += files('event.c')
18
endif
19
20
if os_name in ['openbsd', 'darwin']
21
subdir(os_name)
22
endif
23