diff options
author | Uros Majstorovic <majstor@majstor.org> | 2017-07-17 22:17:51 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2017-07-17 22:17:51 +0200 |
commit | 8f53a56d06b128406cba3ce6f13696eb823e6a11 (patch) | |
tree | a6046e39346dc65d1901fecda480195e214d9870 /code/core/config.h | |
parent | 37f628a88d800123dbad003b122322e8181c3baa (diff) |
ring buffer initial commit
Diffstat (limited to 'code/core/config.h')
-rw-r--r-- | code/core/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/code/core/config.h b/code/core/config.h index 94efd29..7f9390f 100644 --- a/code/core/config.h +++ b/code/core/config.h @@ -1,3 +1,4 @@ #define ECP_WITH_PTHREAD 1 #define ECP_WITH_HTABLE 1 +#define ECP_WITH_RBUF 0 #define ECP_DEBUG 1
\ No newline at end of file |