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: 96d70623da6e1466d09c7a8b13e1308ed3429001 (
plain
)
1
2
3
4
5
#ifndef BYTE_ORDER
#ifdef MIPSEB
#define BYTE_ORDER BIG_ENDIAN
#endif
#endif