summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-01-31 22:22:04 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-01-31 22:22:04 +0100
commit1dafef5fdf9d98b38cbe717b8a220d721f0ebea8 (patch)
tree937e16672b4bdc5d7b75d92a1c60881cd190291a /src/pervasive.h
parent509ac16d892aeb5091f68620247f6815d2e4b5f5 (diff)
Made Frama-C give up.
It validates (*sequence_length == (\old(*sequence_length) + 1)) regardless of the addition of an "*sequence_length -= 1;" in the code.
Diffstat (limited to 'src/pervasive.h')
-rw-r--r--src/pervasive.h10
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)