cmake HAVE_REALLOCARRAY examples

3MFConsortium/lib3mf Libraries/libressl/CMakeLists.txt :197

check_function_exists(reallocarray HAVE_REALLOCARRAY)

3MFConsortium/lib3mf Libraries/libressl/CMakeLists.txt :199

add_definitions(-DHAVE_REALLOCARRAY)

crossuo/crossuo deps/cmcurl/lib/libressl/CMakeLists.txt :166

check_function_exists(reallocarray HAVE_REALLOCARRAY)

crossuo/crossuo deps/cmcurl/lib/libressl/CMakeLists.txt :168

add_definitions(-DHAVE_REALLOCARRAY)

MiKTeX/miktex CMakeLists.txt :1341

check_function_exists(reallocarray HAVE_REALLOCARRAY)

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

check_function_exists(reallocarray HAVE_REALLOCARRAY)

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

add_definitions(-DHAVE_REALLOCARRAY)

lopter/lightsd CMakeLists.txt :86

ADD_DEFINITIONS(
    "-DLGTD_BIG_ENDIAN_SYSTEM=${BIG_ENDIAN_SYSTEM}"
    "-DLGTD_SIZEOF_VOID_P=${CMAKE_SIZEOF_VOID_P}"

    "-DLGTD_HAVE_SETPROCTITLE=${HAVE_SETPROCTITLE}"
    "-DLGTD_HAVE_REALLOCARRAY=${HAVE_REALLOCARRAY}"

    "-DJSMN_STRICT=1"
    "-DJSMN_PARENT_LINKS=1"
)

lopter/lightsd CMakeScripts/CompatReallocArray.cmake :8

CHECK_FUNCTION_EXISTS("reallocarray" HAVE_REALLOCARRAY)

omnigres/omnigres deps/uriparser/CMakeLists.txt :116

check_function_exists(reallocarray HAVE_REALLOCARRAY)

NauEngine/NauEnginePublic engine/3rdparty_libs/uriparser/CMakeLists.txt :127

check_function_exists(reallocarray HAVE_REALLOCARRAY)

cvet/fonline ThirdParty/LibreSSL/CMakeLists.txt :214

check_symbol_exists(reallocarray "stdlib.h" HAVE_REALLOCARRAY)

cvet/fonline ThirdParty/LibreSSL/CMakeLists.txt :216

add_definitions(-DHAVE_REALLOCARRAY)