index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
port
/
svr4.h
blob: 2c38612c4d864eeb9c0be7d7f98b8833fed220cc (
plain
)
1
2
3
4
5
6
#ifndef BYTE_ORDER
#ifdef MIPSEB
#define BYTE_ORDER BIG_ENDIAN
#endif
#endif