diff options
author | Uros Majstorovic <majstor@majstor.org> | 2017-08-14 19:56:24 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2017-08-14 19:56:24 +0200 |
commit | 38e2385f5846860916f8880d818b3b024b8c7dd9 (patch) | |
tree | 7bb01d9c38df29b49bf87c50317ec67c61c6e2a7 /code/core/config.h | |
parent | db44820eb01106f7780c7126e53885e8b34c8aea (diff) |
msgq implementation
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 7e2e416..ad67d8a 100644 --- a/code/core/config.h +++ b/code/core/config.h @@ -1,4 +1,5 @@ #define ECP_WITH_PTHREAD 1 #define ECP_WITH_HTABLE 1 #define ECP_WITH_RBUF 1 +#define ECP_WITH_MSGQ 1 #define ECP_DEBUG 1
\ No newline at end of file |