[7297] Fixed profession spells sorting in trainer spell list at client.
[getmangos.git] / dep / ACE_wrappers / ace / config-irix6.x-g++.h
blob2211e0e7ce363442dfe2a7d559da085b693916d2
1 /* -*- C++ -*- */
2 // $Id: config-irix6.x-g++.h 80826 2008-03-04 14:51:23Z wotte $
4 // The following configuration file is designed to work for the SGI
5 // Indigo2EX running Irix 6.2 platform using the GNU C++ Compiler
7 #ifndef ACE_CONFIG_H
8 #define ACE_CONFIG_H
9 #include /**/ "ace/pre.h"
11 // config-g++-common.h undef's ACE_HAS_STRING_CLASS with -frepo, so
12 // this must appear before its #include.
13 #define ACE_HAS_STRING_CLASS
15 #include "ace/config-g++-common.h"
16 #include "ace/config-irix6.x-common.h"
18 // Denotes that GNU has cstring.h as standard
19 // which redefines memchr()
20 #define ACE_HAS_GNU_CSTRING_H
22 #include /**/ "ace/post.h"
23 #endif /* ACE_CONFIG_H */