diff options
Diffstat (limited to 'ecp')
-rw-r--r-- | ecp/src/platform/fe310/features.mk | 3 | ||||
-rw-r--r-- | ecp/src/platform/posix/features.mk | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/ecp/src/platform/fe310/features.mk b/ecp/src/platform/fe310/features.mk new file mode 100644 index 0000000..39f95cf --- /dev/null +++ b/ecp/src/platform/fe310/features.mk @@ -0,0 +1,3 @@ +with_vconn = yes +with_dir = yes +with_debug = yes 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 |