-# Automatic Variable Initialization
-
auto_var_init = get_option('auto-var-init')
if auto_var_init != 'disabled'
-# Code coverage
-
coverage = get_option('b_coverage')
if coverage
-# Malloc-trace
-
opt_malloc_trace = get_option('malloc-trace')
-conf.set10('MALLOC_TRACE', opt_malloc_trace, description: 'Enable malloc-trace')
+conf.set('MALLOC_TRACE', opt_malloc_trace, description: 'malloc-trace')
-# Socket Dir
-# Inputs: conf
-# Outputs: opt_socket_dir
-
opt_socket_dir = get_option('socket-dir')
-conf.set_quoted('LOCALSTATEDIR', opt_socket_dir, description: 'Local state or socket directory')
+conf.set_quoted('LOCALSTATEDIR', opt_socket_dir, description: 'Local state/socket directory')