diff options
Diffstat (limited to 'ecp/src/platform/posix')
-rw-r--r-- | ecp/src/platform/posix/features.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ecp/src/platform/posix/features.mk b/ecp/src/platform/posix/features.mk new file mode 100644 index 0000000..2ce8220 --- /dev/null +++ b/ecp/src/platform/posix/features.mk @@ -0,0 +1,7 @@ +with_pthread = yes +with_htable = yes +with_vconn = yes +with_dirsrv = yes +with_rbuf = yes +with_msgq = yes +with_debug = yes |