cmake HAVE_SYS_UIO_H examples

FujiNetWIFI/fujinet-firmware components/libsmb2/cmake/ConfigureChecks.cmake :25

check_include_file("sys/uio.h" HAVE_SYS_UIO_H)

FujiNetWIFI/fujinet-firmware components_pc/libsmb2/cmake/ConfigureChecks.cmake :25

check_include_file("sys/uio.h" HAVE_SYS_UIO_H)

securesystemslab/multicompiler cmake/config-ix.cmake :69

check_include_file(sys/uio.h HAVE_SYS_UIO_H)

microsoft/DirectXShaderCompiler cmake/config-ix.cmake :69

check_include_file(sys/uio.h HAVE_SYS_UIO_H)

monkey/monkey mk_core/CMakeLists.txt :52

check_c_source_compiles("
  #include <sys/uio.h>
  int main() {
     return 0;
  }" HAVE_SYS_UIO_H)

mysql/mysql-proxy CMakeLists.txt :194

CHECK_INCLUDE_FILES(sys/uio.h    HAVE_SYS_UIO_H)

google/snappy CMakeLists.txt :113

check_include_file("sys/uio.h" HAVE_SYS_UIO_H)

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

CHECK_INCLUDE_FILES (sys/uio.h             HAVE_SYS_UIO_H)

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

check_c_source_compiles("
  #include <sys/uio.h>
  int main() {
     return 0;
  }" HAVE_SYS_UIO_H)

fcitx/fcitx5 CMakeLists.txt :228

check_include_file(sys/uio.h HAVE_SYS_UIO_H)

ornladios/ADIOS2 thirdparty/EVPath/EVPath/CMakeLists.txt :628

CHECK_INCLUDE_FILE(sys/uio.h HAVE_SYS_UIO_H)

ornladios/ADIOS2 thirdparty/ffs/ffs/CMakeLists.txt :283

CHECK_INCLUDE_FILE(sys/uio.h HAVE_SYS_UIO_H)

session-replay-tools/cetus CMakeLists.txt :160

CHECK_INCLUDE_FILES(sys/uio.h    HAVE_SYS_UIO_H)

qtfreet00/llvm-obfuscator cmake/config-ix.cmake :69

check_include_file(sys/uio.h HAVE_SYS_UIO_H)

llvm-dcpu16/llvm-dcpu16 cmake/config-ix.cmake :74

check_include_file(sys/uio.h HAVE_SYS_UIO_H)

GoSSIP-SJTU/Armariris cmake/config-ix.cmake :71

check_include_file(sys/uio.h HAVE_SYS_UIO_H)

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

check_include_files(sys/uio.h HAVE_SYS_UIO_H)

ucb-bar/esp-llvm cmake/config-ix.cmake :71

check_include_file(sys/uio.h HAVE_SYS_UIO_H)

keystone-engine/keystone llvm/cmake/config-ix.cmake :69

check_include_file(sys/uio.h HAVE_SYS_UIO_H)

sahlberg/libnfs cmake/ConfigureChecks.cmake :33

check_include_file("sys/uio.h" HAVE_SYS_UIO_H)

Cisco-Talos/clamav CMakeLists.txt :630

check_include_file("sys/uio.h"          HAVE_SYS_UIO_H)

Cisco-Talos/clamav cmake/CheckFDPassing.cmake :23

check_c_source_compiles(
    "
    #define _XOPEN_SOURCE 500
    #ifdef HAVE_SYS_TYPES_H
    # include <sys/types.h>
    #endif
    #include <sys/socket.h>
    #ifdef HAVE_SYS_UIO_H
    # include <sys/uio.h>
    #endif

    int main(void) {
        #ifdef msg_control
        # error msg_control defined
        #endif

        struct msghdr m;
        m.msg_control = 0;
        return 0;
    }
    "
    HAVE_CONTROL_IN_MSGHDR )

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

check_include_files(sys/uio.h HAVE_SYS_UIO_H)

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

check_include_files(sys/uio.h HAVE_SYS_UIO_H)

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

check_include_files(sys/uio.h HAVE_SYS_UIO_H)

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

check_include_files(sys/uio.h HAVE_SYS_UIO_H)

google/filament third_party/dawn/third_party/dxc/cmake/config-ix.cmake :69

check_include_file(sys/uio.h HAVE_SYS_UIO_H)

yrnkrn/zapcc cmake/config-ix.cmake :70

check_include_file(sys/uio.h HAVE_SYS_UIO_H)

frasercrmck/llvm-leg cmake/config-ix.cmake :69

check_include_file(sys/uio.h HAVE_SYS_UIO_H)

yazhiwang/ollvm-tll cmake/config-ix.cmake :70

check_include_file(sys/uio.h HAVE_SYS_UIO_H)

KhronosGroup/SPIRV-LLVM cmake/config-ix.cmake :69

check_include_file(sys/uio.h HAVE_SYS_UIO_H)