summaryrefslogtreecommitdiff
path: root/code/ecp/config_posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/ecp/config_posix.h')
-rw-r--r--code/ecp/config_posix.h7
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