diff options
Diffstat (limited to 'src/include/port/sunos4.h')
-rw-r--r-- | src/include/port/sunos4.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/include/port/sunos4.h b/src/include/port/sunos4.h index f7545fc6fae..48fdbffb91c 100644 --- a/src/include/port/sunos4.h +++ b/src/include/port/sunos4.h @@ -1,16 +1,2 @@ /* sprintf() returns char *, not int, on SunOS 4.1.x */ #define SPRINTF_CHAR - -#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 BIG_ENDIAN - -#endif |