cmake HAVE_ACCEPT4 examples

nghttp2/nghttp2 CMakeLists.txt :380

check_function_exists(accept4   HAVE_ACCEPT4)

zeromq/libzmq CMakeLists.txt :628

check_cxx_symbol_exists(accept4 sys/socket.h HAVE_ACCEPT4)

3MFConsortium/lib3mf Libraries/libressl/apps/nc/CMakeLists.txt :18

check_function_exists(accept4 HAVE_ACCEPT4)

3MFConsortium/lib3mf Libraries/libressl/apps/nc/CMakeLists.txt :20

add_definitions(-DHAVE_ACCEPT4)

Lewuathe/mlir-hello thirdparty/llvm-project/lldb/cmake/modules/LLDBGenerateConfig.cmake :12

check_cxx_symbol_exists(accept4 "sys/socket.h" HAVE_ACCEPT4)

monkey/monkey CMakeLists.txt :143

check_symbol_exists(accept4 "sys/socket.h" HAVE_ACCEPT4)

baresip/re cmake/re-config.cmake :90

check_function_exists(accept4 HAVE_ACCEPT4)

baresip/re cmake/re-config.cmake :92

list(APPEND RE_DEFINITIONS HAVE_ACCEPT4)

fluent/fluent-bit lib/monkey/CMakeLists.txt :143

check_symbol_exists(accept4 "sys/socket.h" HAVE_ACCEPT4)

fluent/fluent-bit lib/nghttp2-1.65.0/CMakeLists.txt :364

check_function_exists(accept4   HAVE_ACCEPT4)

fluent/fluent-bit src/CMakeLists.txt :275

check_symbol_exists(accept4 "sys/socket.h" HAVE_ACCEPT4)

arkdb/arkproxy configure.cmake :316

CHECK_FUNCTION_EXISTS (accept4 HAVE_ACCEPT4)

percona/percona-server extra/curl/curl-8.14.1/CMakeLists.txt :1761

check_function_exists("accept4"       HAVE_ACCEPT4)

ceph/ceph cmake/modules/CephChecks.cmake :27

check_function_exists(accept4 HAVE_ACCEPT4)

yanhua133/mediasoup-sfu-cpp deps/libressl/apps/nc/CMakeLists.txt :18

check_function_exists(accept4 HAVE_ACCEPT4)

yanhua133/mediasoup-sfu-cpp deps/libressl/apps/nc/CMakeLists.txt :20

add_definitions(-DHAVE_ACCEPT4)

asset-group/5ghoul-5g-nr-attacks libs/libzmq/CMakeLists.txt :573

check_cxx_symbol_exists(accept4 sys/socket.h HAVE_ACCEPT4)

apache/trafficserver CMakeLists.txt :400

check_symbol_exists(accept4 sys/socket.h HAVE_ACCEPT4)

Cisco-Talos/clamav CMakeLists.txt :800

check_symbol_exists(accept4         "sys/types.h"   HAVE_ACCEPT4)

christianparpart/x0 CMakeLists.txt :77

CHECK_FUNCTION_EXISTS(accept4 HAVE_ACCEPT4)

netdata/netdata CMakeLists.txt :601

check_c_source_compiles("
#define _GNU_SOURCE
#include <stdio.h>
#include <sys/socket.h>
int main() {
        accept4(0, NULL, NULL, 0);
        return 0;
}
" HAVE_ACCEPT4)

mysql/mysql-server extra/curl/curl-8.14.1/CMakeLists.txt :1761

check_function_exists("accept4"       HAVE_ACCEPT4)

cvet/fonline ThirdParty/LibreSSL/apps/nc/CMakeLists.txt :18

check_function_exists(accept4 HAVE_ACCEPT4)

cvet/fonline ThirdParty/LibreSSL/apps/nc/CMakeLists.txt :20

add_definitions(-DHAVE_ACCEPT4)