xdrpp
RFC4506 XDR compiler and message library
xdrpp
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
Generated on Sun Sep 24 2017 21:38:48 for xdrpp by
1.8.13