2 // The following configuration file is designed to work for VxWorks
3 // 7.0 platforms using one of these compilers:
4 // 1) The GNU g++ compiler that is shipped with VxWorks 7.0
5 // (other compilers not yet tested)
7 #ifndef ACE_CONFIG_VXWORKS_7_0_H
8 #define ACE_CONFIG_VXWORKS_7_0_H
9 #include /**/ "ace/pre.h"
11 #if !defined (ACE_VXWORKS)
12 # define ACE_VXWORKS 0x700
13 #endif /* ! ACE_VXWORKS */
15 #include "ace/config-vxworks6.9.h"
17 #define ACE_HAS_AUTOMATIC_INIT_FINI
19 #if defined ACE_HAS_PTHREADS && !defined __RTP__
20 # define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS
23 #ifndef ACE_LACKS_REGEX_H
24 # define ACE_LACKS_REGEX_H
28 # define ACE_LACKS_ALARM
31 #include /**/ "ace/post.h"
32 #endif /* ACE_CONFIG_VXWORKS_7_0_H */