diff options
Diffstat (limited to 'src/include/port/ultrix4.h')
-rw-r--r-- | src/include/port/ultrix4.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/include/port/ultrix4.h b/src/include/port/ultrix4.h index c199afcbea5..7df0abc34dc 100644 --- a/src/include/port/ultrix4.h +++ b/src/include/port/ultrix4.h @@ -1,19 +1,6 @@ #define NOFIXADE #define NEED_STRDUP -#ifndef BIG_ENDIAN -#define BIG_ENDIAN 4321 -#endif -#ifndef LITTLE_ENDIAN -#define LITTLE_ENDIAN 1234 -#endif -#ifndef PDP_ENDIAN -#define PDP_ENDIAN 3412 -#endif -#ifndef BYTE_ORDER -#define BYTE_ORDER LITTLE_ENDIAN -#endif - /* * Except for those system calls and library functions that are either * - covered by the C standard library and Posix.1 |