cmake HAVE_POLL examples

mongodb/mongo-bi-connector-odbc-driver configure.cmake :478

CHECK_FUNCTION_EXISTS (poll HAVE_POLL)

zeromq/libzmq CMakeLists.txt :432

check_cxx_symbol_exists(poll poll.h HAVE_POLL)

crossuo/crossuo deps/cmcurl/CMakeLists.txt :953

check_symbol_exists(poll          "${CURL_INCLUDES}" HAVE_POLL)

FujiNetWIFI/fujinet-firmware components_pc/libssh/ConfigureChecks.cmake :225

check_function_exists(poll HAVE_POLL)

monkey/monkey mk_core/CMakeLists.txt :105

check_c_source_compiles("
  #include <poll.h>
  int main() {
     struct pollfd fds[1];
     fds[0].fd = 0;
     fds[0].events = POLLIN;
     return poll(fds, 1, 1);
  }" HAVE_POLL)

alibaba/AliSQL configure.cmake :544

CHECK_FUNCTION_EXISTS (poll HAVE_POLL)

fluent/fluent-bit lib/c-ares-1.34.4/CMakeLists.txt :463

CHECK_SYMBOL_EXISTS (poll            "${CMAKE_EXTRA_INCLUDE_FILES}" HAVE_POLL)

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

check_c_source_compiles("
  #include <poll.h>
  int main() {
     struct pollfd fds[1];
     fds[0].fd = 0;
     fds[0].events = POLLIN;
     return poll(fds, 1, 1);
  }" HAVE_POLL)

arkdb/arkproxy configure.cmake :368

CHECK_FUNCTION_EXISTS (poll HAVE_POLL)

AtomicGameEngine/AtomicGameEngine Source/ThirdParty/libcurl/LibCurl.cmake :953

check_symbol_exists(poll          "${CURL_INCLUDES}" HAVE_POLL)

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

check_function_exists(poll HAVE_POLL)

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

check_function_exists(poll HAVE_POLL)

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

check_function_exists(poll HAVE_POLL)

percona/percona-server configure.cmake :262

CHECK_FUNCTION_EXISTS (poll HAVE_POLL)

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

check_function_exists("poll"          HAVE_POLL)

logicalclocks/rondb configure.cmake :264

CHECK_FUNCTION_EXISTS (poll HAVE_POLL)

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

check_function_exists("poll"          HAVE_POLL)

alibaba/AliSQLBackup configure.cmake :460

CHECK_FUNCTION_EXISTS (poll HAVE_POLL)

pingcap/tiflash contrib/curl-cmake/CMakeLists.txt :1051

check_symbol_exists(poll          "${CURL_INCLUDES}" HAVE_POLL)

ComputationalBiomechanicsLab/opensim-creator third_party/SDL/CMakeLists.txt :1103

check_symbol_exists(poll "poll.h" HAVE_POLL)

skylersaleh/SkyEmu src/SDL2/CMakeLists.txt :903

check_symbol_exists(poll "poll.h" HAVE_POLL)

PacktPublishing/The-Modern-Cpp-Challenge libs/curl/CMakeLists.txt :817

check_symbol_exists(poll        "${CURL_INCLUDES}" HAVE_POLL)

u3d-community/U3D Source/ThirdParty/SDL/CMakeLists.txt :912

check_symbol_exists(poll "poll.h" HAVE_POLL)

polardb/polardbx-engine configure.cmake :258

CHECK_FUNCTION_EXISTS (poll HAVE_POLL)

openc2e/openc2e externals/SDL2/CMakeLists.txt :1047

check_symbol_exists(poll "poll.h" HAVE_POLL)

zeromq/zeromq4-1 CMakeLists.txt :78

check_function_exists(poll HAVE_POLL)

tanis2000/binocle-c src/deps/sdl/CMakeLists.txt :1095

check_symbol_exists(poll "poll.h" HAVE_POLL)

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

check_cxx_symbol_exists(poll poll.h HAVE_POLL)

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

check_symbol_exists(poll         poll.h         HAVE_POLL)

percona/percona-xtrabackup configure.cmake :262

CHECK_FUNCTION_EXISTS (poll HAVE_POLL)

GreatSQL/GreatSQL configure.cmake :258

CHECK_FUNCTION_EXISTS (poll HAVE_POLL)

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

check_function_exists ( poll HAVE_POLL )

cadaver/turso3d ThirdParty/SDL/CMakeLists.txt :1056

check_symbol_exists(poll "poll.h" HAVE_POLL)

mxcop/src-dgi extern/sdl/CMakeLists.txt :1055

check_symbol_exists(poll "poll.h" HAVE_POLL)

ggarra13/mrv2 tlRender/etc/SuperBuild/patches/Libssh2-patch/CMakeLists.txt :254

check_function_exists(poll HAVE_POLL)

UPBGE/upbge intern/ghost/CMakeLists.txt :319

check_symbol_exists(poll "poll.h" HAVE_POLL)

UPBGE/upbge intern/ghost/CMakeLists.txt :321

add_definitions(-DHAVE_POLL)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/deplibs/SDL2/CMakeLists.txt :1117

check_symbol_exists(poll "poll.h" HAVE_POLL)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/source/thirdparty/curl/CMakeLists.txt :1002

check_symbol_exists(poll          "${CURL_INCLUDES}" HAVE_POLL)

Cisco-Talos/clamav CMakeLists.txt :825

check_symbol_exists(poll            "poll.h"        HAVE_POLL)

rbfx/rbfx Source/ThirdParty/Civetweb/CMakeLists.txt :56

target_compile_definitions(Civetweb PRIVATE -DHAVE_POLL=1)

rbfx/rbfx Source/ThirdParty/SDL/CMakeLists.txt :1005

check_symbol_exists(poll "poll.h" HAVE_POLL)

Studio3T/robomongo src/third-party/libssh2-1.7.0/CMakeLists.txt :192

check_function_exists(poll HAVE_POLL)

Studio3T/robomongo src/third-party/libssh2-1.7.0/sources/src/CMakeLists.txt :311

check_function_exists(poll HAVE_POLL)

Studio3T/robomongo src/third-party/libssh2-1.9.0/CMakeLists.txt :195

check_function_exists(poll HAVE_POLL)

Studio3T/robomongo src/third-party/libssh2-1.9.0/sources/src/CMakeLists.txt :335

check_function_exists(poll HAVE_POLL)

percona/percona-xtradb-cluster configure.cmake :263

CHECK_FUNCTION_EXISTS (poll HAVE_POLL)

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

check_function_exists("poll"          HAVE_POLL)

facebook/mysql-5.6 configure.cmake :262

CHECK_FUNCTION_EXISTS (poll HAVE_POLL)

vengi-voxel/vengi contrib/libs/sdl2/CMakeLists.txt :1109

check_symbol_exists(poll "poll.h" HAVE_POLL)

bareos/bareos core/cmake/BareosCheckFunctions.cmake :74

check_function_exists(poll HAVE_POLL)

bareos/bareos core/cmake/BareosCheckSymbols.cmake :36

check_symbol_exists(poll poll.h HAVE_POLL)

AshamaneProject/AshamaneCore dep/cpr/opt/curl/CMakeLists.txt :819

check_symbol_exists(poll        "${CURL_INCLUDES}" HAVE_POLL)

Hork-Engine/Hork-Source ThirdParty/SDL3/CMakeLists.txt :1058

check_symbol_exists(poll "poll.h" HAVE_POLL)

godlikepanos/anki-3d-engine ThirdParty/Sdl2/CMakeLists.txt :908

check_symbol_exists(poll "poll.h" HAVE_POLL)

godlikepanos/anki-3d-engine ThirdParty/Sdl3/CMakeLists.txt :1103

check_symbol_exists(poll "poll.h" HAVE_POLL)

RavEngine/RavEngine deps/SDL/CMakeLists.txt :1103

check_symbol_exists(poll "poll.h" HAVE_POLL)

klaussilveira/qengine vendor/SDL2-2.0.22/CMakeLists.txt :908

check_symbol_exists(poll "poll.h" HAVE_POLL)

mysql/mysql-server configure.cmake :262

CHECK_FUNCTION_EXISTS (poll HAVE_POLL)

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

check_function_exists("poll"          HAVE_POLL)

manticoresoftware/manticoresearch CMakeLists.txt :103

check_function_exists ( poll HAVE_POLL )

cvet/fonline ThirdParty/SDL/CMakeLists.txt :1103

check_symbol_exists(poll "poll.h" HAVE_POLL)