MDEV-27758: Errors when building Connect engine on os x 11.6.2
Added checking for support of vfork by a platform where building being done. Set HAVE_VFORK macros in case vfork() system call is supported. Use vfork() system call if the macros HAVE_VFORK is set, else use fork().
Showing
Please register or sign in to comment