summaryrefslogtreecommitdiff
path: root/src/include/port/sunos4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/sunos4.h')
-rw-r--r--src/include/port/sunos4.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/include/port/sunos4.h b/src/include/port/sunos4.h
index d395cbdbe12..f08580cfafc 100644
--- a/src/include/port/sunos4.h
+++ b/src/include/port/sunos4.h
@@ -1,14 +1,14 @@
#define USE_POSIX_TIME
-#ifndef BIG_ENDIAN
-#define BIG_ENDIAN 4321
+#ifndef BIG_ENDIAN
+#define BIG_ENDIAN 4321
#endif
-#ifndef LITTLE_ENDIAN
-#define LITTLE_ENDIAN 1234
+#ifndef LITTLE_ENDIAN
+#define LITTLE_ENDIAN 1234
#endif
-#ifndef PDP_ENDIAN
-#define PDP_ENDIAN 3412
+#ifndef PDP_ENDIAN
+#define PDP_ENDIAN 3412
#endif
-#ifndef BYTE_ORDER
-#define BYTE_ORDER BIG_ENDIAN
+#ifndef BYTE_ORDER
+#define BYTE_ORDER BIG_ENDIAN
#endif