LOM2M  0.3.1
global.h
1 /*
2  Copyright (c) 2013-2021 LAAS-CNRS (www.laas.fr)
3  7 Colonel Roche 31077 Toulouse - France
4 
5  The use of this source code requires an agreement with the CNRS.
6 
7  Initial Contributors:
8  David Gauchard, Guillaume Garzone, Thierry Monteil.
9 */
10 
11 #ifndef __LOM2M_GLOBAL
12 #define __LOM2M_GLOBAL
13 
14 #define DEBUG 1
15 
16 #if DEBUG
17 #define INFO 1
18 #else
19 #define INFO 1 // define here if log level INFO
20 #endif
21 
23 #define VERBOSE 1
24 
26 #define SKIP_VRQ 0
27 
28 #define RI_CHECK false
29 
30 #endif