mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
7 lines
131 B
C
7 lines
131 B
C
|
#include <sys/endian.h>
|
||
|
|
||
|
#define __BYTE_ORDER _BYTE_ORDER
|
||
|
#define __LITTLE_ENDIAN _LITTLE_ENDIAN
|
||
|
#define __BIG_ENDIAN _BIG_ENDIAN
|
||
|
|