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