aboutsummaryrefslogtreecommitdiff
path: root/src/shared/SystemConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/SystemConfig.h')
-rw-r--r--src/shared/SystemConfig.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/shared/SystemConfig.h b/src/shared/SystemConfig.h
index 0c13cd286ec..9d154b863d0 100644
--- a/src/shared/SystemConfig.h
+++ b/src/shared/SystemConfig.h
@@ -18,19 +18,25 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+
// THIS FILE IS DEPRECATED
+
#ifndef TRINITY_SYSTEMCONFIG_H
#define TRINITY_SYSTEMCONFIG_H
+
#include "Platform/Define.h"
#include "revision.h"
+
#define _PACKAGENAME "TrinityCore2 "
#define _CODENAME "YUME"
+
#if TRINITY_ENDIAN == TRINITY_BIGENDIAN
# define _ENDIAN_STRING "big-endian"
#else
# define _ENDIAN_STRING "little-endian"
#endif
+
#if PLATFORM == PLATFORM_WINDOWS
# ifdef _WIN64
# define _FULLVERSION _PACKAGENAME "Rev: " _REVISION " Hash: " _HASH " (Win64," _ENDIAN_STRING ")"
@@ -40,6 +46,7 @@
#else
# define _FULLVERSION _PACKAGENAME "Rev: " _REVISION " Hash: " _HASH " (Unix," _ENDIAN_STRING ")"
#endif
+
#define DEFAULT_PLAYER_LIMIT 100
#define DEFAULT_WORLDSERVER_PORT 8085 //8129
#define DEFAULT_REALMSERVER_PORT 3724