diff options
author | Uros Majstorovic <majstor@majstor.org> | 2018-01-17 18:42:47 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2018-01-17 18:42:47 +0100 |
commit | 1425f72c38fe23a9d3fcda583a7da1e7315acfc3 (patch) | |
tree | 2731c1f5b9e0c76e0a0775f6eddf81fd90b0817d /code/ecp/config_posix.h | |
parent | 97a7e6617f8ad06b7bff495603200b853766ecc8 (diff) |
build system improved
Diffstat (limited to 'code/ecp/config_posix.h')
-rw-r--r-- | code/ecp/config_posix.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/code/ecp/config_posix.h b/code/ecp/config_posix.h index ad67d8a..51babef 100644 --- a/code/ecp/config_posix.h +++ b/code/ecp/config_posix.h @@ -1,5 +1,10 @@ +#ifndef _ECP_CONFIG +#define _ECP_CONFIG + #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 +#define ECP_DEBUG 1 + +#endif
\ No newline at end of file |