diff options
Diffstat (limited to 'src/include/port/svr4.h')
-rw-r--r-- | src/include/port/svr4.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/include/port/svr4.h b/src/include/port/svr4.h index 2c38612c4d8..7366299b8a2 100644 --- a/src/include/port/svr4.h +++ b/src/include/port/svr4.h @@ -1,6 +1,3 @@ -#ifndef BYTE_ORDER -#ifdef MIPSEB -#define BYTE_ORDER BIG_ENDIAN -#endif +/* $PostgreSQL */ -#endif +/* nothing needed */ |