=================================================================== RCS file: /home/cvs/OpenXM/src/ox_ntl/config.h.in,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- OpenXM/src/ox_ntl/config.h.in 2003/11/27 14:24:32 1.1 +++ OpenXM/src/ox_ntl/config.h.in 2004/07/15 14:51:42 1.3 @@ -35,7 +35,15 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* 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 empty if `const' does not conform to ANSI C. */ #undef const + +/* Define as `__inline' if that's what the C compiler calls it, or to nothing + if it is not supported. */ +#undef inline