# summary(func, found, bool_yn: true, section: 'Various Functions')
endforeach
+# Socket Dir
+opt_socket_dir = get_option('socket-dir')
+
# Generate config.h ----------------------------------------------------------------------
config_h = configure_file(configuration: conf, output: 'config.h')
# summary('Defines', conf.keys(), section: 'Build Configuration') # TODO Meson 0.57
option('verbose-logging', type: 'boolean', value: false, description: 'Enable verbose logging')
option('pkcs11', type: 'boolean', value: false, description: 'Enable PKCS11 support (experimental)')
option('gss-tsig', type: 'boolean', value: false, description: 'Enable GSS-TSIG support (experimental)')
+option('socket-dir', type: 'string', value: '/var/run', description: 'Where the control socket lives')