diff options
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 |