summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorokellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-29 07:47:59 +0000
committerokellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-29 07:47:59 +0000
commit1855f78d9de659478143d3675dc83609ecb6ae12 (patch)
tree4c7b48d90307231c1073512aa03deaecea4287e5 /include
parente75b3e646f69bc05b803b07bae842011ef080857 (diff)
downloadATCD-1855f78d9de659478143d3675dc83609ecb6ae12.tar.gz
ChangeLogTag:Tue Jan 29 08:39:24 2002 Oliver Kellogg <oliver.kellogg@sysde.eads.net>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/wrapper_macros.GNU6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU
index a915d59d324..446be2c6ed8 100644
--- a/include/makeinclude/wrapper_macros.GNU
+++ b/include/makeinclude/wrapper_macros.GNU
@@ -20,6 +20,9 @@
# ---- -----------
# debug Enable debugging; see DCFLAGS and DCCFLAGS.
# exceptions Enable exception handling (not supported by all platforms).
+# include_env Enable usage of CORBA::Environment parameters that is
+# compatible with TAO versions before 1.2.2. Default:
+# disabled. Has no effect when building with exceptions=0
# minimum_corba Enable minimumCORBA support. (Documented here, but
# implemented in TAO/rules.TAO.GNU.)
# fast Enable -fast option, e.g., with Sun C++.
@@ -471,6 +474,9 @@ ifneq ($(ssl),)
endif # ssl
ifeq ($(exceptions),0)
+ ifeq ($(include_env),1)
+ CPPFLAGS += -DACE_ENV_BKWD_COMPAT
+ endif
ifeq ($(ACE_HAS_GNUG_PRE_2_8),0)
#### Disable the default exception handling of g++ >= 2.8.0.
ifneq ($(ACE_GNUG_ON_UNIXWARE),)