summaryrefslogtreecommitdiff
path: root/TAO/tao/orbconf.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-02-23 08:07:13 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-02-23 08:07:13 +0000
commit7e782378b60514fbe0302d02c691bc2c024b19dd (patch)
treea70f40337ae2b3ead4e50df8a6a2622a77c43068 /TAO/tao/orbconf.h
parenta168508bd5ecff93a667483ea7209f70833057bf (diff)
downloadATCD-7e782378b60514fbe0302d02c691bc2c024b19dd.tar.gz
Thu Feb 23 08:06:40 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/orbconf.h: ZIOP depends on messaging
Diffstat (limited to 'TAO/tao/orbconf.h')
-rw-r--r--TAO/tao/orbconf.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h
index ae77d5c8c7f..259b61f7c6c 100644
--- a/TAO/tao/orbconf.h
+++ b/TAO/tao/orbconf.h
@@ -249,7 +249,10 @@ const size_t TAO_DEFAULT_VALUE_FACTORY_TABLE_SIZE = 128;
#endif
#if !defined (TAO_HAS_ZIOP)
-# define TAO_HAS_ZIOP 1
+# if (TAO_HAS_CORBA_MESSAGING == 1)
+// ZIOP needs corba messaging to work
+# define TAO_HAS_ZIOP 1
+# endif
#endif
// Avoid namespace pollution that's common on older UNIXes...