GitHub Actions: Try MSVC builds with /std:c++17 and 20
[ACE_TAO.git] / ACE / ace / config-vxworks6.6.h
blobc2373e20c32b0a6157b5073ec977dd6622b8a12a
1 //* -*- C++ -*- */
2 // The following configuration file is designed to work for VxWorks
3 // 6.6 platforms using one of these compilers:
4 // 1) The GNU g++ compiler that is shipped with VxWorks 6.6
5 // 2) The Diab compiler that is shipped with VxWorks 6.6
7 #ifndef ACE_CONFIG_VXWORKS_6_6_H
8 #define ACE_CONFIG_VXWORKS_6_6_H
9 #include /**/ "ace/pre.h"
11 #if !defined (ACE_VXWORKS)
12 # define ACE_VXWORKS 0x660
13 #endif /* ! ACE_VXWORKS */
15 #include "ace/config-vxworks6.5.h"
17 #if defined (ACE_HAS_PENTIUM)
18 # define ACE_LACKS_LOG2
19 #endif
21 #if !defined (__RTP__)
22 # undef ACE_HAS_IOCTL_INT_3_PARAM
23 # define ACE_HAS_TASKCPUAFFINITYSET
24 #endif
26 #define ACE_HAS_VXATOMICLIB
27 #define ACE_HAS_CPUSET_T
28 #define ACE_HAS_VXCPULIB
30 #include /**/ "ace/post.h"
31 #endif /* ACE_CONFIG_VXWORKS_6_6_H */