Collage  1.1.2
High-performance C++ library for developing object-oriented distributed applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
definesLinux.h
1 // generated by CMake/FindPackages.cmake, do not edit.
2 
3 #ifndef Collage_DEFINES_Linux_H
4 #define Collage_DEFINES_Linux_H
5 
6 #ifndef Linux
7 # define Linux 1
8 #endif
9 #ifndef COLLAGE_AGGRESSIVE_CACHING
10 # define COLLAGE_AGGRESSIVE_CACHING 1
11 #endif
12 #ifndef COLLAGE_V1_API
13 # define COLLAGE_V1_API 1
14 #endif
15 #ifndef COLLAGE_USE_BOOST
16 # define COLLAGE_USE_BOOST 1
17 #endif
18 #ifndef COLLAGE_USE_LUNCHBOX
19 # define COLLAGE_USE_LUNCHBOX 1
20 #endif
21 
22 #endif