| summaryrefslogtreecommitdiff | 
diff options
Diffstat (limited to 'src/pervasive.h')
| -rw-r--r-- | src/pervasive.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/pervasive.h b/src/pervasive.h index d2b0344..4cc43fe 100644 --- a/src/pervasive.h +++ b/src/pervasive.h @@ -39,6 +39,10 @@     #define ZoO_DEFAULT_REPLY_RATE         8  #endif +#ifndef ZoO_MARKOV_ORDER +   #define ZoO_MARKOV_ORDER               2 +#endif +  typedef unsigned int ZoO_index;  #define ZoO_INDEX_MAX UINT_MAX | 


