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 b6e8ed7613b..a8ab7fcec9c 100644
--- a/TAO/tao/orbconf.h
+++ b/TAO/tao/orbconf.h
@@ -820,6 +820,11 @@ enum TAO_Policy_Scope
# define TAO_USE_LOCAL_MEMORY_POOL 1
#endif /* TAO_USE_LOCAL_MEMORY_POOL */
+#if !defined (TAO_USE_OUTPUT_CDR_MMAP_MEMORY_POOL)
+# define TAO_USE_OUTPUT_CDR_MMAP_MEMORY_POOL 0
+#endif /* TAO_USE_LOCAL_MEMORY_POOL */
+
+
TAO_END_VERSIONED_NAMESPACE_DECL
#include /**/ "ace/post.h"