cmake HAVE_VAR_TIMEZONE examples

SWI-Prolog/swipl-devel cmake/Config.cmake :380

check_c_source_compiles(
    "#include <time.h>
     extern long timezone;
     int main() { return 0;}"
     HAVE_VAR_TIMEZONE)