aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-10-15 22:47:35 +0200
committerJay Berkenbilt <ejb@ql.org>2020-10-16 13:02:23 +0200
commitff65e272a8f8e647a3db5187e5c4594ff01cbd34 (patch)
treecb86bf74c0b5c6d1d1f49a3dbcf519ac4fe3cbe2 /libqpdf
parentbe21ede7ba05027829adaf7275e9bbbc1574a760 (diff)
downloadqpdf-ff65e272a8f8e647a3db5187e5c4594ff01cbd34.tar.zst
Fix printf formatting for newer msvc
Use autoconf rather than ifdefs to determine what format string to use for long long.
Diffstat (limited to 'libqpdf')
-rw-r--r--libqpdf/qpdf/qpdf-config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libqpdf/qpdf/qpdf-config.h.in b/libqpdf/qpdf/qpdf-config.h.in
index c9886b57..2a279d6a 100644
--- a/libqpdf/qpdf/qpdf-config.h.in
+++ b/libqpdf/qpdf/qpdf-config.h.in
@@ -51,6 +51,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* printf format for long long */
+#undef LL_FMT
+
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR