# the path to the script that analyzes the memory debug output file
our $memanalyze="$perl " . shell_quote("$srcdir/memanalyze.pl");
our $valgrind; # path to valgrind, or empty if disabled
-our $bundle = 0; # use bundled server, libtest, unit binaries
our $dev_null = File::Spec->devnull(); # null device path, eg: /dev/null
# paths in $LOGDIR
# other config variables
our @protocols; # array of lowercase supported protocol servers
our %feature; # hash of enabled features
-our $has_shared; # built as a shared library
our %keywords; # hash of keywords from the test spec
+our $has_shared; # built as a shared library
+our $bundle = 0; # use bundled server, libtest, unit binaries
1;