Bayeux  3.4.1
Core Foundation library for SuperNEMO
genvtx_config.h
Go to the documentation of this file.
1 
3 #ifndef GENVTX_GENVTX_CONFIG_H
4 #define GENVTX_GENVTX_CONFIG_H 1
5 
6 /*** genvtx debug flag ***/
7 #define GENVTX_WITH_DEBUG 0
8 
9 /*** genvtx embedded Boost/Serialization based I/O ***/
10 #define GENVTX_WITH_BIO 1
11 
12 /*** genvtx embedded CAMP-based reflection ***/
13 #define GENVTX_WITH_REFLECTION 0
14 
15 #endif // GENVTX_GENVTX_CONFIG_H
16 
17 /*
18 ** Local Variables: --
19 ** mode: c++ --
20 ** c-file-style: "gnu" --
21 ** tab-width: 2 --
22 ** End: --
23 */