| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/pervasive.h')
| -rw-r--r-- | src/pervasive.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/pervasive.h b/src/pervasive.h index d7b213f..fccc75b 100644 --- a/src/pervasive.h +++ b/src/pervasive.h @@ -6,9 +6,11 @@ #define ZoO_SERVER_VERSION 1 #define ZoO_PROTOCOL_VERSION 1 -//#define ZoO_RUNNING_FRAMA_C 1 +#ifdef __FRAMAC__ + #define ZoO_RUNNING_FRAMA_C 1 +#endif -#define ZoO_DEBUG_ALL 1 +#define ZoO_DEBUG_ALL 0 #ifndef ZoO_DEBUG_ALL #define ZoO_DEBUG_ALL 0 |


