xdrpp
RFC4506 XDR compiler and message library
build_endian.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 // Warning: Make sure to edit xdrc_endian.h.in, not xdrc_endian.h.
3 
4 /** \file build_endian.h Endianness of build machine. Don't include
5  * this file directly (as it doesn't exist on Windows), include
6  * <xdrpp/endian.h>, instead. */
7 
8 //! Default value set on build machine, but can be overridden (by
9 //! defining WORDS_BIGENDIAN to 0 or 1) in case of cross-compilation.
10 #define XDRPP_WORDS_BIGENDIAN 0