summaryrefslogtreecommitdiff
path: root/ace/config-openvms.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-openvms.h')
-rw-r--r--ace/config-openvms.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-openvms.h b/ace/config-openvms.h
index 2b62888e805..759f338f113 100644
--- a/ace/config-openvms.h
+++ b/ace/config-openvms.h
@@ -266,6 +266,10 @@
functions.*/
#define ACE_HAS_UALARM 1
/*Platform supports ualarm()*/
+#define ACE_HAS_USING_KEYWORD 1
+ /*Compiler supports the new
+ using keyword for C++
+ namespaces.*/
#define ACE_HAS_VOIDPTR_MMAP 1
/*Platform requires void * for
mmap().*/