cmake HAVE_TM_GMTOFF examples

MiKTeX/miktex CMakeLists.txt :1431

check_struct_has_member("struct tm" tm_gmtoff time.h HAVE_TM_GMTOFF)

percona/percona-server configure.cmake :389

CHECK_STRUCT_HAS_MEMBER("struct tm"
 tm_gmtoff "time.h" HAVE_TM_GMTOFF)

logicalclocks/rondb configure.cmake :390

CHECK_STRUCT_HAS_MEMBER("struct tm"
 tm_gmtoff "time.h" HAVE_TM_GMTOFF)

GNOME/evolution CMakeLists.txt :398

CHECK_C_SOURCE_COMPILES("#include <time.h>
			int main(void) { struct tm tm; tm.tm_gmtoff = 1; return 0; }" HAVE_TM_GMTOFF)

GNOME/evolution CMakeLists.txt :409

endif((NOT HAVE_TM_GMTOFF) AND (NOT HAVE_TIMEZONE))

Tencent/Forward source/third_party/hdf5/config/cmake_ext_mod/ConfigureChecks.cmake :442

foreach (time_test
      HAVE_TM_GMTOFF
      HAVE___TM_GMTOFF
#      HAVE_TIMEZONE
      HAVE_STRUCT_TIMEZONE
      GETTIMEOFDAY_GIVES_TZ
      TIME_WITH_SYS_TIME
      HAVE_TM_ZONE
      HAVE_STRUCT_TM_TM_ZONE
  )

polardb/polardbx-engine configure.cmake :384

CHECK_STRUCT_HAS_MEMBER("struct tm"
 tm_gmtoff "time.h" HAVE_TM_GMTOFF)

percona/percona-xtrabackup configure.cmake :389

CHECK_STRUCT_HAS_MEMBER("struct tm"
 tm_gmtoff "time.h" HAVE_TM_GMTOFF)

GreatSQL/GreatSQL configure.cmake :385

CHECK_STRUCT_HAS_MEMBER("struct tm"
 tm_gmtoff "time.h" HAVE_TM_GMTOFF)

percona/percona-xtradb-cluster configure.cmake :390

CHECK_STRUCT_HAS_MEMBER("struct tm"
 tm_gmtoff "time.h" HAVE_TM_GMTOFF)

o2-engine/o2 Framework/3rdPartyLibs/jerryscript/jerry-port/default/CMakeLists.txt :72

CHECK_STRUCT_HAS_MEMBER ("struct tm" tm_gmtoff time.h HAVE_TM_GMTOFF)

facebook/mysql-5.6 configure.cmake :388

CHECK_STRUCT_HAS_MEMBER("struct tm"
 tm_gmtoff "time.h" HAVE_TM_GMTOFF)

netdata/netdata CMakeLists.txt :539

check_c_source_compiles("
#include <time.h>
int main(void) {
    struct tm t;
    (void)t.tm_gmtoff;
    return 0;
}
" HAVE_TM_GMTOFF)

mysql/mysql-server configure.cmake :388

CHECK_STRUCT_HAS_MEMBER("struct tm"
 tm_gmtoff "time.h" HAVE_TM_GMTOFF)

szcom/rnnlib hdf5_snap/config/cmake/ConfigureChecks.cmake :594

foreach (test
      HAVE_TM_GMTOFF
      HAVE___TM_GMTOFF
#      HAVE_TIMEZONE
      HAVE_STRUCT_TIMEZONE
      GETTIMEOFDAY_GIVES_TZ
      TIME_WITH_SYS_TIME
      HAVE_TM_ZONE
      HAVE_STRUCT_TM_TM_ZONE
  )