Commit 7a18af8c8e5cbb8cfd8739a0eb8fca9157808ab8

Srivatsan Iyer 2022-11-15T12:38:41

Exclude arc4random_buf implementation if it's already present in the platform (#1375) This patch excludes definition of arc4random_buf on systems where it is already present. When the symbol is found, the macro EVENT__HAVE_ARC4RANDOM_BUF is set via CMake's configure_file(..). Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>