linux/gsmmux.h
linux/net_namespace.h
linux/nsfs.h
- linux/raw.h
linux/securebits.h
linux/tiocl.h
linux/version.h
endif
opt = not get_option('build-raw').disabled()
+if opt
+ cc.has_header('xlinux/raw.h', required: opt)
+endif
exe = executable(
'raw',
raw_sources,
description : 'build line')
option('build-mesg', type : 'feature',
description : 'build mesg')
-option('build-raw', type : 'feature',
+option('build-raw', type : 'feature', value : 'disabled',
description : 'build raw')
option('build-rename', type : 'feature',
description : 'build rename')