fluent/fluent-bit
CMakeLists.txt
:919
check_c_source_compiles("
#include <time.h>
int main() {
struct tm tm;
return timespec_get(&tm, TIME_UTC);
}" FLB_HAVE_TIMESPEC_GET)
check_c_source_compiles("
#include <time.h>
int main() {
struct tm tm;
return timespec_get(&tm, TIME_UTC);
}" FLB_HAVE_TIMESPEC_GET)