Revert "Default to x64 as default Visual Studio 2017/2019 platform"
[MPC.git] / config / global.features
blobcb5e104499f497156fce309796c41515da6e66cb
1 // The global features file contains the default feature settings.
2 // By default, if a feature isn't listed here then it is enabled.
3 // If it is listed, then the value assigned to the feature is interpreted
4 // as a boolean value.  You really shouldn't have to edit this file except
5 // to change the defaults.  If you want to override these values you can do
6 // one of two things.
7 //
8 // 1) Create a default.features in this directory with the features you
9 //    want enabled or disabled.
10 // 2) Create a feature file anywhere you like with the features you want and
11 //    use the -feature_file option to specify where it is located.
13 // Feature definitions from this file are always overridden by the -features
14 // option.
16 // By default we disable these.
17 boost         = 0
18 bzip2         = 0
19 erlang        = 0
20 java          = 0
21 mfc           = 0
22 libpng        = 0
23 openssl11     = 0
24 python        = 0
25 qt            = 0 // Qt3
26 qt4           = 0
27 qt5           = 0
28 rpc           = 0
29 swig_java     = 0
30 swig_perl     = 0
31 swig_php      = 0
32 swig_python   = 0
33 swig_ruby     = 0
34 swig_tcl      = 0
35 uses_wchar    = 0 // i.e., unicode
36 wireshark_any = 0
37 wireshark     = 0
38 wireshark_cmake = 0
39 xalanc        = 0
40 xerces        = 0
41 xerces2       = 0
42 xerces3       = 0
43 ziparchive    = 0
44 zlib          = 0
45 zzip          = 0