cmake HAVE_PIPE2 examples

nghttp2/nghttp2 CMakeLists.txt :383

check_function_exists(pipe2     HAVE_PIPE2)

3MFConsortium/lib3mf Libraries/libressl/tests/CMakeLists.txt :607

check_function_exists(pipe2 HAVE_PIPE2)

3MFConsortium/lib3mf Libraries/libressl/tests/CMakeLists.txt :609

add_definitions(-DHAVE_PIPE2)

3MFConsortium/lib3mf Libraries/libressl/tests/CMakeLists.txt :720

check_function_exists(pipe2 HAVE_PIPE2)

3MFConsortium/lib3mf Libraries/libressl/tests/CMakeLists.txt :722

add_definitions(-DHAVE_PIPE2)

brndnmtthws/conky cmake/ConkyPlatformChecks.cmake :35

check_symbol_exists(pipe2 "unistd.h" HAVE_PIPE2)

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

CHECK_SYMBOL_EXISTS (pipe2           "${CMAKE_EXTRA_INCLUDE_FILES}" HAVE_PIPE2)

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

check_function_exists(pipe2     HAVE_PIPE2)

fcitx/fcitx5 CMakeLists.txt :225

check_function_exists(pipe2 HAVE_PIPE2)

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

check_function_exists("pipe2"         HAVE_PIPE2)

ceph/ceph cmake/modules/CephChecks.cmake :26

check_function_exists(pipe2 HAVE_PIPE2)

yanhua133/mediasoup-sfu-cpp deps/libressl/tests/CMakeLists.txt :517

check_function_exists(pipe2 HAVE_PIPE2)

yanhua133/mediasoup-sfu-cpp deps/libressl/tests/CMakeLists.txt :519

add_definitions(-DHAVE_PIPE2)

christianparpart/x0 CMakeLists.txt :89

CHECK_FUNCTION_EXISTS(pipe2 HAVE_PIPE2)

Icinga/icinga2 CMakeLists.txt :371

check_function_exists(pipe2 HAVE_PIPE2)

Warzone2100/warzone2100 CMakeLists.txt :840

CHECK_CXX_SOURCE_COMPILES("
	#include <unistd.h>
	int main(void) {
		int fd[2];
		return pipe2(fd, 0);
	}" HAVE_PIPE2)

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

check_function_exists("pipe2"         HAVE_PIPE2)

cvet/fonline ThirdParty/LibreSSL/tests/CMakeLists.txt :696

check_symbol_exists(pipe2 "fcntl.h;unistd.h" HAVE_PIPE2)

cvet/fonline ThirdParty/LibreSSL/tests/CMakeLists.txt :698

add_definitions(-DHAVE_PIPE2)

cvet/fonline ThirdParty/LibreSSL/tests/CMakeLists.txt :812

check_symbol_exists(pipe2 "fcntl.h;unistd.h" HAVE_PIPE2)

cvet/fonline ThirdParty/LibreSSL/tests/CMakeLists.txt :814

add_definitions(-DHAVE_PIPE2)

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

check_function_exists(pipe2                     HAVE_PIPE2)