p4raw-id: //depot/perl@20914
#define SOFT_CAST(type) (type)
#endif
-#ifndef BYTEORDER /* Should never happen -- byteorder is in config.h */
-# define BYTEORDER 0x1234
+/* Only these byteorders are really known and tested. */
+#if !(BYTEORDER == 0x1234 || BYTEORDER == 0x12345678 || BYTEORDER == 0x4321 || BYTEORDER == 0x87654321)
+# error "UNKNOWN BYTEORDER!"
#endif
/* Overall memory policy? */