cmake HAVE_SYSLOG examples

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

check_function_exists(syslog HAVE_SYSLOG)

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

add_definitions(-DHAVE_SYSLOG)

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

check_function_exists(syslog HAVE_SYSLOG)

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

add_definitions(-DHAVE_SYSLOG)

gammu/gammu CMakeLists.txt :149

check_c_source_compiles ("
#include <stdio.h>
#include <syslog.h>
#include <stdarg.h>

int main(void) {
    syslog(LOG_NOTICE, \"aaa %d\", 1);
    return 0;
}
"  HAVE_SYSLOG)

baresip/re cmake/re-config.cmake :46

list(APPEND RE_DEFINITIONS HAVE_SYSLOG)

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

check_function_exists(syslog HAVE_SYSLOG)

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

add_definitions(-DHAVE_SYSLOG)

canonical/multipass src/platform/logger/CMakeLists.txt :41

check_function_exists(syslog HAVE_SYSLOG)

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

check_function_exists(syslog HAVE_SYSLOG)

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

add_definitions(-DHAVE_SYSLOG)

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

check_function_exists(syslog                    HAVE_SYSLOG)