cmake HAVE_TIMEZONE examples

Kitware/VTK ThirdParty/hdf5/vtkhdf5/config/cmake_ext_mod/ConfigureChecks.cmake :396

foreach (time_test
#      HAVE_TIMEZONE
      GETTIMEOFDAY_GIVES_TZ
      HAVE_TM_ZONE
      HAVE_STRUCT_TM_TM_ZONE
  )

MiKTeX/miktex CMakeLists.txt :1433

check_variable_exists(timezone HAVE_TIMEZONE)

MiKTeX/miktex Programs/DviWare/dvipdfm-x/CMakeLists.txt :45

add_definitions(
      -DHAVE_TIMEZONE
      -Dtimezone=_timezone
    )

HDFGroup/hdf5 config/ConfigureChecks.cmake :107

message (TRACE "HAVE_TIMEZONE=${${HDF_PREFIX}_HAVE_TIMEZONE}")

HDFGroup/hdf5 config/ConfigureChecks.cmake :382

foreach (time_test
#      HAVE_TIMEZONE
      HAVE_TM_ZONE
      HAVE_STRUCT_TM_TM_ZONE
  )

InsightSoftwareConsortium/ITK Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake/ConfigureChecks.cmake :371

foreach (time_test
#      HAVE_TIMEZONE
      HAVE_TM_ZONE
      HAVE_STRUCT_TM_TM_ZONE
  )

GNOME/evolution CMakeLists.txt :401

CHECK_C_SOURCE_COMPILES("#include <time.h>
			int main(void) { timezone = 1; return 0; }" HAVE_TIMEZONE)

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
  )

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
  )