diff options
Diffstat (limited to 'Tools/wasm/config.site-wasm32-wasi')
-rw-r--r-- | Tools/wasm/config.site-wasm32-wasi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tools/wasm/config.site-wasm32-wasi b/Tools/wasm/config.site-wasm32-wasi index f151b7b..237fa8b 100644 --- a/Tools/wasm/config.site-wasm32-wasi +++ b/Tools/wasm/config.site-wasm32-wasi @@ -44,3 +44,7 @@ ac_cv_func_fchmod=no # Disable AF_UNIX and AF_PACKET support, see socketmodule.h. ac_cv_header_sys_un_h=no ac_cv_header_netpacket_packet_h=no + +# disable accept for WASM runtimes without sock_accept +#ac_cv_func_accept=no +#ac_cv_func_accept4=no |