git-subtree-dir: libs/CommService git-subtree-split: 7ccc0fce88bbc5969df060058cf0fb57abe3bcf9
14 lines
366 B
C++
14 lines
366 B
C++
#ifndef __LIBBC_BC_ENDIANESS_HPP__
|
|
#define __LIBBC_BC_ENDIANESS_HPP__
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
*/
|
|
|
|
/*
|
|
* if we have big or little endian
|
|
*/
|
|
#cmakedefine IS_BIG_ENDIAN @IS_BIG_ENDIAN@
|
|
|
|
#endif
|