TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
config.h
Go to the documentation of this file.
1 /* Do not define anything - we want to avoid having to maintain complex custom build scripts */
2 
3 /* define if the compiler has hash_map */
4 //#define HAVE_HASH_MAP 1
5 
6 /* define if the compiler has hash_set */
7 //#define HAVE_HASH_SET 1
8 
9 #if !defined(_MSC_VER)
10 #define HAVE_PTHREAD
11 #endif