summaryrefslogtreecommitdiff
path: root/config/global.features
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-04-05 15:43:33 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-04-05 15:43:33 +0000
commit6e7b55cae05f4babb0050a5796221c9079e8e6e4 (patch)
treea4b5566f7629733c7eba7c967ed5601c491a64be /config/global.features
parent1dd08a7b7175c535fa94f3239927dbb89ba811f6 (diff)
downloadMPC-6e7b55cae05f4babb0050a5796221c9079e8e6e4.tar.gz
ChangeLogTag: Mon Apr 5 10:43:03 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'config/global.features')
-rw-r--r--config/global.features17
1 files changed, 17 insertions, 0 deletions
diff --git a/config/global.features b/config/global.features
new file mode 100644
index 00000000..ddc2ae55
--- /dev/null
+++ b/config/global.features
@@ -0,0 +1,17 @@
+// The global features file contains the default feature settings.
+// By default, if a feature isn't listed here then it is enabled.
+// If it is listed, then the value assigned to the feature is interpreted
+// as a boolean value. You really shouldn't have to edit this file except
+// to change the defaults. If you want to override these values you can do
+// one of two things.
+//
+// 1) Create a default.features in this directory with the features you
+// want enabled or disabled.
+// 2) Create a feature file anywhere you like with the features you want and
+// use the -feature_file option to specify where it is located.
+
+// By default we disable these.
+qt = 0
+zlib = 0
+mfc = 0
+rpc = 0