summaryrefslogtreecommitdiff
path: root/ace/config-tandem-nsk-mips-v3.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-tandem-nsk-mips-v3.h')
-rw-r--r--ace/config-tandem-nsk-mips-v3.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/config-tandem-nsk-mips-v3.h b/ace/config-tandem-nsk-mips-v3.h
index c98533aff5d..b4a4805b988 100644
--- a/ace/config-tandem-nsk-mips-v3.h
+++ b/ace/config-tandem-nsk-mips-v3.h
@@ -330,6 +330,9 @@ extern int cma_sigwait (sigset_t *);
// Platform lacks malloc.h
#define ACE_LACKS_MALLOC_H
+// <time.h> doesn't automatically #include /**/ <sys/time.h>
+#define ACE_LACKS_SYSTIME_H
+
// Platform lacks the siginfo.h include file
#define ACE_LACKS_SIGINFO_H
@@ -418,6 +421,9 @@ extern int cma_sigwait (sigset_t *);
// Following will not be needed if use standard c library (G06.20 and later)
#define ACE_LACKS_SIGNED_CHAR
+// Compiler supports the new using keyword for C++ namespaces.
+#define ACE_HAS_USING_KEYWORD
+
// Compiler supports the typename keyword for templates
#define ACE_HAS_TYPENAME_KEYWORD