summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/config.h.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-09 18:53:05 +0000
committerKarl Berry <karl@freefriends.org>2018-01-09 18:53:05 +0000
commit9b0195121df2c53bdd030fdec6d7871f27f057f0 (patch)
treef58fc29c2856f942f64b30d91a1fc9247e1d5b10 /Build/source/libs/poppler/config.h.in
parent332064c92a01296b5dd2d25524d0f8286ccdd107 (diff)
poppler 0.62.0, requiring C++11; luatex not updated yet
git-svn-id: svn://tug.org/texlive/trunk@46257 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/poppler/config.h.in')
-rw-r--r--Build/source/libs/poppler/config.h.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/Build/source/libs/poppler/config.h.in b/Build/source/libs/poppler/config.h.in
index 87716071b36..c598ea143ff 100644
--- a/Build/source/libs/poppler/config.h.in
+++ b/Build/source/libs/poppler/config.h.in
@@ -3,6 +3,12 @@
/* Use zlib instead of builtin zlib decoder. */
#undef ENABLE_ZLIB
+/* define if the compiler supports basic C++11 syntax */
+#undef HAVE_CXX11
+
+/* Do we have any DCT decoder?. */
+#undef HAVE_DCT_DECODER
+
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#undef HAVE_DIRENT_H
@@ -22,6 +28,12 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Do we have any JPX decoder?. */
+#undef HAVE_JPX_DECODER
+
+/* Define to 1 if you have the `localtime_r' function. */
+#undef HAVE_LOCALTIME_R
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
@@ -49,6 +61,9 @@
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
+/* Define to 1 if you have the `strtok_r' function. */
+#undef HAVE_STRTOK_R
+
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
*/
#undef HAVE_SYS_DIR_H