2011-12-20 18:29:17 +01:00
|
|
|
--- texk/web2c/pdftexdir/pdftoepdf.cc
|
2012-04-13 18:41:24 +02:00
|
|
|
+++ texk/web2c/pdftexdir/pdftoepdf.cc 2012-04-13 16:56:57.780022236 +0200
|
|
|
|
@@ -30,6 +29,10 @@ with this program. If not, see <http://
|
2011-12-20 18:29:17 +01:00
|
|
|
#include <string.h>
|
|
|
|
#include <ctype.h>
|
2012-04-13 18:41:24 +02:00
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
+extern "C" {
|
|
|
|
+#include <config.h>
|
|
|
|
+}
|
2012-04-13 18:41:24 +02:00
|
|
|
+
|
2011-12-20 18:29:17 +01:00
|
|
|
#ifdef POPPLER_VERSION
|
2012-04-13 18:41:24 +02:00
|
|
|
#include <dirent.h>
|
|
|
|
#include <poppler-config.h>
|
2011-12-20 18:29:17 +01:00
|
|
|
--- texk/web2c/pdftexdir/pdftosrc.cc
|
2012-04-13 18:41:24 +02:00
|
|
|
+++ texk/web2c/pdftexdir/pdftosrc.cc 2012-04-13 16:59:10.136510522 +0200
|
|
|
|
@@ -23,6 +23,10 @@ with this program. If not, see <http://
|
2011-12-20 18:29:17 +01:00
|
|
|
#include <string.h>
|
|
|
|
#include <ctype.h>
|
2012-04-13 18:41:24 +02:00
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
+extern "C" {
|
|
|
|
+#include <config.h>
|
|
|
|
+}
|
2012-04-13 18:41:24 +02:00
|
|
|
+
|
2011-12-20 18:29:17 +01:00
|
|
|
#ifdef POPPLER_VERSION
|
2012-04-13 18:41:24 +02:00
|
|
|
#define GString GooString
|
|
|
|
#define xpdfVersion POPPLER_VERSION
|