diff options
author | Uros Majstorovic <majstor@majstor.org> | 2017-08-10 21:02:16 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2017-08-10 21:02:16 +0200 |
commit | cbba099541d27400ad45083a4b1102b86f9e8dea (patch) | |
tree | e260d7da3d07b4de0e989726917f08d23c55f70d /code/core/config.h | |
parent | e9ced8e60689c6f46ac4fc31013b88f4c3f4fa80 (diff) |
rbuffer almost implemented
Diffstat (limited to 'code/core/config.h')
-rw-r--r-- | code/core/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/core/config.h b/code/core/config.h index 7f9390f..7e2e416 100644 --- a/code/core/config.h +++ b/code/core/config.h @@ -1,4 +1,4 @@ #define ECP_WITH_PTHREAD 1 #define ECP_WITH_HTABLE 1 -#define ECP_WITH_RBUF 0 +#define ECP_WITH_RBUF 1 #define ECP_DEBUG 1
\ No newline at end of file |