summaryrefslogtreecommitdiff
path: root/ACE/ace/config-vxworks.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/config-vxworks.h')
-rw-r--r--ACE/ace/config-vxworks.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ACE/ace/config-vxworks.h b/ACE/ace/config-vxworks.h
index 9d0ea65e25c..e9b35930a27 100644
--- a/ACE/ace/config-vxworks.h
+++ b/ACE/ace/config-vxworks.h
@@ -34,6 +34,8 @@
# elif (_WRS_VXWORKS_MINOR == 9)
# define ACE_VXWORKS 0x690
# endif
+# elif (_WRS_VXWORKS_MAJOR == 7)
+# define ACE_VXWORKS 0x700
# endif
# endif
#endif /* ! ACE_VXWORKS */
@@ -50,8 +52,10 @@
# include "ace/config-vxworks6.8.h"
#elif (ACE_VXWORKS == 0x690)
# include "ace/config-vxworks6.9.h"
+#elif (ACE_VXWORKS == 0x700)
+# include "ace/config-vxworks7.0.h"
#else
-#error Unknown or unsupported VxWorks version
+# error Unknown or unsupported VxWorks version
#endif
// Adapt to system argument changes added at VxWorks 6.9 and 64-bit.