netdata/netdata
packaging/cmake/Modules/NetdataDetectSystemd.cmake
:14
check_c_source_compiles("
#include <systemd/sd-journal.h>
int main() {
int x = SD_JOURNAL_OS_ROOT;
return 0;
}" HAVE_SD_JOURNAL_OS_ROOT)