Collage  1.4.0
High-performance C++ library for developing object-oriented distributed applications.
defines.h
1 // generated by CommonFindPackage.cmake, do not edit.
2 
3 #ifndef Collage_DEFINES__H
4 #define Collage_DEFINES__H
5 
6 #ifndef COLLAGE_LITTLEENDIAN
7 # define COLLAGE_LITTLEENDIAN 1
8 #endif
9 #ifndef COLLAGE_USE_BOOST
10 # define COLLAGE_USE_BOOST 1
11 #endif
12 #ifndef COLLAGE_USE_LUNCHBOX
13 # define COLLAGE_USE_LUNCHBOX 1
14 #endif
15 #ifndef COLLAGE_USE_OFED
16 # define COLLAGE_USE_OFED 1
17 #endif
18 #ifndef COLLAGE_USE_PRESSION
19 # define COLLAGE_USE_PRESSION 1
20 #endif
21 #ifndef COLLAGE_USE_SERVUS
22 # define COLLAGE_USE_SERVUS 1
23 #endif
24 #ifndef COLLAGE_V1_API
25 # define COLLAGE_V1_API 1
26 #endif
27 
28 #endif