summaryrefslogtreecommitdiff
path: root/code/ecp/config_posix.h
blob: 51babef6cc0a2e4c2f9373329ca2292b18cd496b (plain)
1
2
3
4
5
6
7
8
9
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

#endif