Subversion Repositories gelsvn

Rev

Rev 107 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
107 bj 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.
12
//
13
// Feature definitions from this file are always overridden by the -features
14
// option.
15
//
16
// By default we disable these.
17
boost         = 0
18
mfc           = 0
19
qt            = 0
20
rpc           = 0
198 bj 21
xerces        = 0
107 bj 22
zlib          = 0
23
zzip          = 0