summaryrefslogtreecommitdiff
path: root/TAO/tao/orbconf.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-02-17 18:49:13 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-02-17 18:49:13 +0000
commiteca07def03e46e9a50155b0c8be33dac8d8b3b61 (patch)
treeed074618e41bc8730688ac9c5a199e8d72441a7a /TAO/tao/orbconf.h
parent030a2f5bb545bcc6aae1b38345eb4f1b5c36f3ae (diff)
downloadATCD-eca07def03e46e9a50155b0c8be33dac8d8b3b61.tar.gz
ChangeLogTag: Sat Feb 17 12:44:30 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/orbconf.h')
-rw-r--r--TAO/tao/orbconf.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h
index f1c7d95aa93..3b57e636e79 100644
--- a/TAO/tao/orbconf.h
+++ b/TAO/tao/orbconf.h
@@ -462,7 +462,15 @@ enum MCAST_SERVICEID
#endif /* !TAO_HAS_UIOP */
#if !defined (TAO_HAS_SHMIOP)
-# define TAO_HAS_SHMIOP 1
+# define TAO_HAS_SHMIOP 0
+#endif /* TAO_HAS_SHMIOP */
+
+// If by any chance we have TAO_HAS_SHMIOP defined by the user, we
+// still want to disable SHMIOP for TAO 1.1.13 as we have a small
+// problem with SHMIOP for this beta. We need to remove this after the
+// beta -- Bala
+#if defined (TAO_HAS_SHMIOP)
+# define TAO_HAS_SHMIOP 0
#endif /* TAO_HAS_SHMIOP */
// RT_CORBA support is enabled by default if TAO is not configured for