diff options
author | Uros Majstorovic <majstor@majstor.org> | 2018-01-11 18:03:01 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2018-01-11 18:03:01 +0100 |
commit | dea99b85dc52341265ae2e8463afee8a9709127a (patch) | |
tree | 4d4c52d046e76374314d5c88137e406a3d238ec2 /code/config_posix.h | |
parent | eb8c9fe176721d5e8dd24febec88e1665ca70c26 (diff) |
fe310 platform introdiced
Diffstat (limited to 'code/config_posix.h')
-rw-r--r-- | code/config_posix.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/code/config_posix.h b/code/config_posix.h new file mode 100644 index 0000000..ad67d8a --- /dev/null +++ b/code/config_posix.h @@ -0,0 +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 |