summaryrefslogtreecommitdiff
path: root/tests/config-flags.pm.W32
blob: 9d2602bbceb94ccaa11717ac66d604a8061b2fe5 (plain)
1
2
3
4
5
6
7
8
9
# This is a -*-perl-*- script
#
# Set variables for Windows systems.

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

1;