| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/pervasive.h')
| -rw-r--r-- | src/pervasive.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/pervasive.h b/src/pervasive.h index e5cda3b..7359a3d 100644 --- a/src/pervasive.h +++ b/src/pervasive.h @@ -6,20 +6,14 @@ #define ZoO_SERVER_VERSION 1 #define ZoO_PROTOCOL_VERSION 1 +#define ZoO_RUNNING_FRAMA_C 1 + #define ZoO_DEBUG_ALL 1 #ifndef ZoO_DEBUG_ALL #define ZoO_DEBUG_ALL 0 #endif -#ifndef ZoO_NETWORK_TIMEOUT - #define ZoO_NETWORK_TIMEOUT 200 -#endif - -#ifndef ZoO_MAX_REPLY_WORDS - #define ZoO_MAX_REPLY_WORDS 64 -#endif - #define ZoO__TO_STRING(x) #x #define ZoO_TO_STRING(x) ZoO__TO_STRING(x) #define ZoO_ISOLATE(a) do {a} while (0) |


