applied external xpdf patch from Patrice Dumas
[swftools.git] / config.h.in
index 39a686a..602294d 100644 (file)
 /* Define if OpenGL seems to work */
 #undef HAVE_OPENGL
 
+/* Define if you use poppler */
+#undef HAVE_POPPLER
+
+/* Define to 1 if you have the `poppler' library (-lpoppler). */
+#undef HAVE_LIBPOPPLER
+
+/* Define to 1 if you have the <OutputDev.h> header file. */
+#undef HAVE_OUTPUTDEV_H
+
 /* Define if you have the jpeg library (-ljpeg).  */
 /* Define if you have the jpeg library (-ljpeg).  */
 #undef HAVE_LIBJPEG
 #endif
 #endif
 
+#ifdef HAVE_POPPLER
+#define GString GooString
+#define GHash GooHash
+#endif
 
 #endif