Colin Leroy <colin at colino.net> writes: > +#ifndef __BIG_ENDIAN IMHO it would be better to use #ifdef WORDS_BIGENDIAN, which gets set by configure, instead of some system specific macro. Falk