aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-04-18 00:12:55 +0200
committerJay Berkenbilt <ejb@ql.org>2021-04-18 00:12:55 +0200
commit36c7c208191a0fd34cf48bdfb4af66b4ab0ec594 (patch)
treeb9a0afe891c01222e1c844e1d3bb0b85fc724f12 /libqpdf/qpdf
parent8971443e4680fc1c0babe56da58cc9070a9dae2e (diff)
downloadqpdf-36c7c208191a0fd34cf48bdfb4af66b4ab0ec594.tar.zst
Fix timezone portability issue (fixes #515)
Diffstat (limited to 'libqpdf/qpdf')
-rw-r--r--libqpdf/qpdf/qpdf-config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/libqpdf/qpdf/qpdf-config.h.in b/libqpdf/qpdf/qpdf-config.h.in
index 78ebc86d..d0e42fbd 100644
--- a/libqpdf/qpdf/qpdf-config.h.in
+++ b/libqpdf/qpdf/qpdf-config.h.in
@@ -12,6 +12,9 @@
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
+/* Whether extern long timezone is available */
+#undef HAVE_EXTERN_LONG_TIMEZONE
+
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#undef HAVE_FSEEKO
@@ -51,6 +54,9 @@
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
+/* Whether struct tm has tm_gmtoff */
+#undef HAVE_TM_GMTOFF
+
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H