xdrpp
RFC4506 XDR compiler and message library
Macros
build_endian.h File Reference

Endianness of build machine. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define XDRPP_WORDS_BIGENDIAN   0
 Default value set on build machine, but can be overridden (by defining WORDS_BIGENDIAN to 0 or 1) in case of cross-compilation. More...
 
#define XDRPP_WORDS_BIGENDIAN   0
 

Detailed Description

Endianness of build machine.

Don't include this file directly (as it doesn't exist on Windows), include <xdrpp/endian.h>, instead.

Definition in file build_endian.h.

Macro Definition Documentation

◆ XDRPP_WORDS_BIGENDIAN

#define XDRPP_WORDS_BIGENDIAN   0

Default value set on build machine, but can be overridden (by defining WORDS_BIGENDIAN to 0 or 1) in case of cross-compilation.

Definition at line 11 of file endian.h.