cmake HAVE_EVENTFD examples

monkey/monkey mk_core/CMakeLists.txt :179

check_c_source_compiles("
  #include <sys/eventfd.h>
  int main() {
     return eventfd(0, EFD_CLOEXEC);
  }" HAVE_EVENTFD)

fluent/fluent-bit lib/monkey/mk_core/CMakeLists.txt :179

check_c_source_compiles("
  #include <sys/eventfd.h>
  int main() {
     return eventfd(0, EFD_CLOEXEC);
  }" HAVE_EVENTFD)

p4lang/open-p4studio cmake/ConfigureChecks.cmake :82

check_function_exists(eventfd HAVE_EVENTFD)

p4lang/open-p4studio pkgsrc/target-syslibs/cmake/ConfigureChecks.cmake :71

check_function_exists(eventfd HAVE_EVENTFD)

p4lang/open-p4studio pkgsrc/target-utils/cmake/ConfigureChecks.cmake :73

check_function_exists(eventfd HAVE_EVENTFD)

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

check_function_exists("eventfd"       HAVE_EVENTFD)

logicalclocks/rondb extra/curl/curl-8.11.1/CMakeLists.txt :1605

check_function_exists("eventfd"       HAVE_EVENTFD)

ceph/ceph cmake/modules/CephChecks.cmake :41

check_function_exists(eventfd HAVE_EVENTFD)

htcondor/htcondor build/cmake/CondorConfigure.cmake :368

check_include_files("sys/eventfd.h" HAVE_EVENTFD)

asset-group/5ghoul-5g-nr-attacks libs/react-cpp/libev/CMakeLists.txt :51

check_symbol_exists(eventfd      sys/eventfd.h  HAVE_EVENTFD)

percona/percona-xtrabackup extra/curl/curl-8.9.1/CMakeLists.txt :1359

check_symbol_exists(eventfd        "${CURL_INCLUDES};sys/eventfd.h" HAVE_EVENTFD)

apache/trafficserver CMakeLists.txt :401

check_symbol_exists(eventfd sys/eventfd.h HAVE_EVENTFD)

ShadowsocksR-Live/shadowsocksr-native cmake/configure.cmake :88

check_function_exists ( eventfd HAVE_EVENTFD )

infiniflow/infinity third_party/curl/CMakeLists.txt :1522

check_symbol_exists("eventfd"         "${CURL_INCLUDES};sys/eventfd.h" HAVE_EVENTFD)

aidanmcb1/Citra externals/libusb/CMakeLists.txt :131

check_function_exists(eventfd HAVE_EVENTFD)

percona/percona-xtradb-cluster extra/curl/curl-8.12.1/CMakeLists.txt :1741

check_function_exists("eventfd"       HAVE_EVENTFD)

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

check_function_exists("eventfd"       HAVE_EVENTFD)

manticoresoftware/manticoresearch CMakeLists.txt :110

check_function_exists ( eventfd HAVE_EVENTFD )

feather-wallet/feather contrib/depends/patches/libusb/CMakeLists.txt :39

check_function_exists(eventfd                   HAVE_EVENTFD)

feather-wallet/feather contrib/depends/patches/libusb/CMakeLists.txt :44

check_include_files(sys/eventfd.h    HAVE_EVENTFD)