cmake HAVE_EXTERN_LONG_TIMEZONE examples

qpdf/qpdf libqpdf/CMakeLists.txt :322

check_c_source_compiles(
"#include <time.h>
#include <stdio.h>
int main(int argc, char* argv[]) {
    tzset();
    printf(\"%ld\", timezone / 60);
    return 0;
}"
    HAVE_EXTERN_LONG_TIMEZONE)