summaryrefslogtreecommitdiff
path: root/TAO/tao/orbconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/orbconf.h')
-rw-r--r--TAO/tao/orbconf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h
index bd7b191844c..ffb5cada259 100644
--- a/TAO/tao/orbconf.h
+++ b/TAO/tao/orbconf.h
@@ -373,6 +373,11 @@ and should not be set by the user. Please use TAO_HAS_REMOTE_POLICIES instead.
# if !defined (TAO_HAS_REMOTE_POLICIES)
# define TAO_HAS_REMOTE_POLICIES 0
# endif /* TAO_HAS_REMOTE_POLICIES */
+#else
+
+// Interceptors is supported by default if we are not building
+// for MinimumCORBA.
+#define TAO_HAS_INTERCEPTORS
#endif /* TAO_HAS_MINIMUM_CORBA */