aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/qpdf-config.h.in
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-07-14 00:33:40 +0200
committerJay Berkenbilt <ejb@ql.org>2019-11-09 14:18:02 +0100
commit653ce3550d18a07194a4c3bb9b4a3d260ed842cd (patch)
treef08b5d5ddd43bf2b529d9623f045a541f379b3c4 /libqpdf/qpdf/qpdf-config.h.in
parenta1fd00e7e15219c97057c2e245ea9dd0341429d5 (diff)
downloadqpdf-653ce3550d18a07194a4c3bb9b4a3d260ed842cd.tar.zst
Require C++-11
Includes updates to m4/ax_cxx_compile_stdcxx.m4 to make it work with msvc, which supports C++-11 with no flags but doesn't set __cplusplus to a recent value.
Diffstat (limited to 'libqpdf/qpdf/qpdf-config.h.in')
-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 8d7f960c..061d5d7c 100644
--- a/libqpdf/qpdf/qpdf-config.h.in
+++ b/libqpdf/qpdf/qpdf-config.h.in
@@ -3,6 +3,9 @@
/* Whether to avoid use of HANDLE in Windows */
#undef AVOID_WINDOWS_HANDLE
+/* define if the compiler supports basic C++11 syntax */
+#undef HAVE_CXX11
+
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H