io/uring: basic Linux io_uring support
This commit is contained in:
@@ -4,6 +4,7 @@ option('test', type: 'boolean', value: false, description: 'Build the unit tests
|
||||
|
||||
option('syslog', type: 'feature', description: 'syslog support')
|
||||
option('inotify', type: 'boolean', value: true, description: 'inotify support (for automatic database update)')
|
||||
option('io_uring', type: 'feature', description: 'Linux io_uring support using liburing')
|
||||
|
||||
option('daemon', type: 'boolean', value: true, description: 'enable daemonization')
|
||||
option('systemd', type: 'feature', description: 'systemd support')
|
||||
|
Reference in New Issue
Block a user