summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/global.features
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2010-02-24 20:20:21 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2010-02-24 20:20:21 +0000
commit035b47c1a6985e2b884182ab0f3bb1afa714a48f (patch)
tree48d75721f242b7a0eb4398a65b672a152bdaa37f /ACE/MPC/config/global.features
parenta3894e5127aa8cf1892e717ab30f02e053cdb482 (diff)
downloadATCD-ACE+TAO+CIAO-5_7_6_NGC_Patches.tar.gz
Diffstat (limited to 'ACE/MPC/config/global.features')
-rw-r--r--ACE/MPC/config/global.features39
1 files changed, 39 insertions, 0 deletions
diff --git a/ACE/MPC/config/global.features b/ACE/MPC/config/global.features
new file mode 100644
index 00000000000..2303ee4b518
--- /dev/null
+++ b/ACE/MPC/config/global.features
@@ -0,0 +1,39 @@
+// 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.
+//
+// Feature definitions from this file are always overridden by the -features
+// option.
+//
+// By default we disable these.
+boost = 0
+bzip2 = 0
+erlang = 0
+java = 0
+mfc = 0
+libpng = 0
+python = 0
+qt = 0
+rpc = 0
+swig_java = 0
+swig_perl = 0
+swig_php = 0
+swig_python = 0
+swig_ruby = 0
+swig_tcl = 0
+uses_wchar = 0 // i.e., unicode
+xalanc = 0
+xerces = 0
+xerces2 = 0
+xerces3 = 0
+ziparchive = 0
+zlib = 0
+zzip = 0