[7297] Fixed profession spells sorting in trainer spell list at client.
[getmangos.git] / dep / ACE_wrappers / ace / config-ghs-common.h
blobffa554c047ee67d2b06805907bf3764ff8185590
1 /* -*- C++ -*- */
2 // $Id: config-ghs-common.h 80826 2008-03-04 14:51:23Z wotte $
4 // This configuration file is designed to be included by another,
5 // specific configuration file. It provides config information common
6 // to all Green Hills platforms.
8 #ifndef ACE_GHS_COMMON_H
9 #define ACE_GHS_COMMON_H
10 #include /**/ "ace/pre.h"
12 #if !defined (ACE_CONFIG_INCLUDE_GHS_COMMON)
13 # error ace/config-ghs-common.h: ACE configuration error! Do not #include this file directly!
14 #endif
16 #if defined (ghs)
18 # if defined (sun)
19 // Need nonstatic Object_Manager on Solaris to prevent seg fault
20 // on startup.
21 # define ACE_HAS_NONSTATIC_OBJECT_MANAGER
22 # endif /* sun */
24 # if defined (__STANDARD_CXX)
25 // Green Hills 1.8.9, but not 1.8.8.
26 # define ACE_HAS_STANDARD_CPP_LIBRARY 1
27 # define ACE_LACKS_AUTO_PTR
28 # define ACE_LACKS_CHAR_RIGHT_SHIFTS
29 # define ACE_LACKS_UNBUFFERED_STREAMBUF
30 # else
31 # define ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA
32 # endif /* __STANDARD_CXX */
34 # define ACE_LACKS_LINEBUFFERED_STREAMBUF
35 # define ACE_LACKS_LONGLONG_T
36 # define ACE_LACKS_SIGNED_CHAR
38 #else /* ! ghs */
39 # error ace/config-ghs-common.h can only be used with Green Hills compilers!
40 #endif /* ! ghs */
42 #include /**/ "ace/post.h"
43 #endif /* ACE_GHS_COMMON_H */