From 2fbcd8bc4f97cc3e534e11414f5a12dbc08edf2d Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 7 Feb 2009 22:10:17 +0000 Subject: * algebra/system.spad.pamphlet (hostByteOrder$System): New. * algebra/data.spad.pamphlet (ByteOrder): New. * algebra/Makefile.pamphlet (axiom_algebra_layer_1): Include BYTEORD. --- config/openaxiom-c-macros.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') diff --git a/config/openaxiom-c-macros.h.in b/config/openaxiom-c-macros.h.in index d98239d6..22ac4c54 100644 --- a/config/openaxiom-c-macros.h.in +++ b/config/openaxiom-c-macros.h.in @@ -135,6 +135,10 @@ /* SunOS flavour */ #undef SUNplatform +/* Define to 1 if your processor stores words with the most significant byte + first (like Motorola and SPARC, unlike Intel and VAX). */ +#undef WORDS_BIGENDIAN + /* Define to 1 if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING -- cgit v1.2.3