mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 22:37:04 +00:00
[0064] Fix some unintended custom literals.
This commit is contained in:
parent
aacb838e60
commit
fdde26e77b
9 changed files with 38 additions and 38 deletions
|
|
@ -74,19 +74,19 @@
|
|||
# define _AUCTIONHOUSEBOT_CONFIG SYSCONFDIR"ahbot.conf"
|
||||
#else
|
||||
# if defined (__FreeBSD__)
|
||||
# define _ENDIAN_PLATFORM "FreeBSD_"ARCHITECTURE" (" _ENDIAN_STRING ")"
|
||||
# define _ENDIAN_PLATFORM "FreeBSD_" ARCHITECTURE " (" _ENDIAN_STRING ")"
|
||||
# elif defined(__NetBSD__)
|
||||
# define _ENDIAN_PLATFORM "NetBSD_"ARCHITECTURE" (" _ENDIAN_STRING ")"
|
||||
# define _ENDIAN_PLATFORM "NetBSD_" ARCHITECTURE " (" _ENDIAN_STRING ")"
|
||||
# elif defined(__OpenBSD__)
|
||||
# define _ENDIAN_PLATFORM "OpenBSD_"ARCHITECTURE" (" _ENDIAN_STRING ")"
|
||||
# define _ENDIAN_PLATFORM "OpenBSD_" ARCHITECTURE " (" _ENDIAN_STRING ")"
|
||||
# elif defined(__DragonFly__)
|
||||
# define _ENDIAN_PLATFORM "DragonFlyBSD_"ARCHITECTURE" (" _ENDIAN_STRING ")"
|
||||
# define _ENDIAN_PLATFORM "DragonFlyBSD_" ARCHITECTURE " (" _ENDIAN_STRING ")"
|
||||
# elif defined(__APPLE__)
|
||||
# define _ENDIAN_PLATFORM "MacOSX_"ARCHITECTURE" (" _ENDIAN_STRING ")"
|
||||
# define _ENDIAN_PLATFORM "MacOSX_" ARCHITECTURE " (" _ENDIAN_STRING ")"
|
||||
# elif defined(__linux) || defined(__linux__)
|
||||
# define _ENDIAN_PLATFORM "Linux_"ARCHITECTURE" (" _ENDIAN_STRING ")"
|
||||
# define _ENDIAN_PLATFORM "Linux_" ARCHITECTURE " (" _ENDIAN_STRING ")"
|
||||
# else
|
||||
# define _ENDIAN_PLATFORM "Unix_"ARCHITECTURE" (" _ENDIAN_STRING ")"
|
||||
# define _ENDIAN_PLATFORM "Unix_" ARCHITECTURE " (" _ENDIAN_STRING ")"
|
||||
# endif
|
||||
# define _MANGOSD_CONFIG SYSCONFDIR"mangosd.conf"
|
||||
# define _REALMD_CONFIG SYSCONFDIR"realmd.conf"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "0063"
|
||||
#define REVISION_NR "0064"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue