[7297] Fixed profession spells sorting in trainer spell list at client.
[getmangos.git] / dep / ACE_wrappers / ace / config-minimal.h
blob4cf2e8a487b109b47c8bda2e08abca927d410949
1 /* -*- C++ -*- */
2 // $Id: config-minimal.h 80826 2008-03-04 14:51:23Z wotte $
4 // This configuration file is designed to build only the minimal
5 // ACE_OS adaptation layer.
7 #ifndef ACE_CONFIG_MINIMAL_H
8 #define ACE_CONFIG_MINIMAL_H
9 #include /**/ "ace/pre.h"
11 #define ACE_HAS_MINIMAL_ACE_OS
13 // Only instantiate the ACE_OS_Object_Manager.
14 #define ACE_MAIN_OBJECT_MANAGER \
15 ACE_OS_Object_Manager ace_os_object_manager;
17 #if !defined(ACE_USE_THREAD_MANAGER_ADAPTER)
18 // To prevent use of ACE_Thread_Exit functions in
19 // ACE_Thread_Adapter::invoke ().
20 # define ACE_USE_THREAD_MANAGER_ADAPTER
21 #endif /* ! ACE_USE_THREAD_MANAGER_ADAPTER */
23 #if defined (ACE_ASSERT)
24 # undef ACE_ASSERT
25 #endif /* ACE_ASSERT */
26 #define ACE_ASSERT(x)
28 #if defined (ACE_DEBUG)
29 # undef ACE_DEBUG
30 #endif /* ACE_DEBUG */
31 #define ACE_DEBUG(x)
33 #if defined (ACE_ERROR)
34 # undef ACE_ERROR
35 #endif /* ACE_ERROR */
36 #define ACE_ERROR(x)
38 #include /**/ "ace/post.h"
39 #endif /* ACE_CONFIG_MINIMAL_H */