(root)/
make-4.4/
tests/
config-flags.pm.W32
# This is a -*-perl-*- script
#
# Set variables for Windows systems.

%CONFIG_FLAGS = (
    USE_SYSTEM_GLOB => 'no'
);

1;