mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
(based on cipherCOM's commit 0039476) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
10 lines
181 B
CMake
10 lines
181 B
CMake
#ifndef HAVE_CONFIG_H
|
|
#define HAVE_CONFIG_H
|
|
|
|
#cmakedefine HAVE_ACE_STACK_TRACE_H
|
|
|
|
#cmakedefine USE_MULTI_THREAD_MAP
|
|
|
|
#define VERSION "${MANGOS_VERSION}"
|
|
|
|
#endif /* HAVE_CONFIG_H */
|