fluent/fluent-bit
CMakeLists.txt
:930
check_c_source_compiles("
#include <time.h>
int main() {
struct tm tm;
tm.tm_gmtoff = 0;
return 0;
}" FLB_HAVE_GMTOFF)
check_c_source_compiles("
#include <time.h>
int main() {
struct tm tm;
tm.tm_gmtoff = 0;
return 0;
}" FLB_HAVE_GMTOFF)