2 // The following configuration file is designed to work for VxWorks
3 // 6.8 platforms using one of these compilers:
4 // 1) The GNU g++ compiler that is shipped with VxWorks 6.8
5 // 2) The Diab compiler that is shipped with VxWorks 6.8
7 #ifndef ACE_CONFIG_VXWORKS_6_8_H
8 #define ACE_CONFIG_VXWORKS_6_8_H
9 #include /**/ "ace/pre.h"
11 #if !defined (ACE_VXWORKS)
12 # define ACE_VXWORKS 0x680
13 #endif /* ! ACE_VXWORKS */
15 #include "ace/config-vxworks6.7.h"
17 #include /**/ "ace/post.h"
18 #endif /* ACE_CONFIG_VXWORKS_6_8_H */