Document return values
[ACE_TAO.git] / ACE / ace / config-vxworks6.5.h
blob6af5b395453cef4138720355f22058545303bc15
1 //* -*- C++ -*- */
2 // The following configuration file is designed to work for VxWorks
3 // 6.5 platforms using one of these compilers:
4 // 1) The GNU g++ compiler that is shipped with VxWorks 6.5
5 // 2) The Diab compiler that is shipped with VxWorks 6.5
7 #ifndef ACE_CONFIG_VXWORKS_6_5_H
8 #define ACE_CONFIG_VXWORKS_6_5_H
9 #include /**/ "ace/pre.h"
11 #if !defined (ACE_VXWORKS)
12 # define ACE_VXWORKS 0x650
13 #endif /* ! ACE_VXWORKS */
15 #include "ace/config-vxworks6.4.h"
17 #if defined (__RTP__)
18 # undef ACE_HAS_GETIFADDRS
19 #endif
21 #include /**/ "ace/post.h"
22 #endif /* ACE_CONFIG_VXWORKS_6_5_H */