diff --git a/src/include/port/dgux.h b/src/include/port/dgux.h
index a004c2928a7a441901dd67d018147983cc9284dc..0d2f99a6fd62a3dcef7fcdc5e8921b415a34f22e 100644
--- a/src/include/port/dgux.h
+++ b/src/include/port/dgux.h
@@ -1,2 +1,6 @@
-#  define LINUX_ELF
-#  define USE_POSIX_SIGNALS
+#define LINUX_ELF
+#define USE_POSIX_SIGNALS
+#ifndef         BYTE_ORDER
+# define         BYTE_ORDER      BIG_ENDIAN
+#endif
+