Pol  Revision:cb584c9
config.h
Go to the documentation of this file.
1 
7 #ifndef __CONFIG_H
8 #define __CONFIG_H
9 
10 #ifdef NDEBUG
11 #define OPT_DEBUG 0
12 #else
13 #define OPT_DEBUG 1
14 #endif
15 
16 /* was defaulted to OPT_DEBUG */
17 #ifndef OPT_LOG_CLIENT_DATA
18 #define OPT_LOG_CLIENT_DATA 0
19 #endif
20 namespace Pol
21 {
22 namespace Core
23 {
24 }
25 }
26 
27 
28 #endif
Definition: berror.cpp:12