You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/filters/kword/pdf/diffs/xpdf_includes.diff

49 lines
1.4 KiB

diff -u /home/azhyd/xpdf-2.00/xpdf/Error.h xpdf/Error.h
--- /home/azhyd/xpdf-2.00/xpdf/Error.h Sun Nov 3 23:15:37 2002
+++ xpdf/Error.h Wed Nov 20 07:30:34 2002
@@ -16,7 +16,7 @@
#endif
#include <stdio.h>
-#include "config.h"
+#include "xpdf_config.h"
extern void CDECL error(int pos, char *msg, ...);
diff -u /home/azhyd/xpdf-2.00/xpdf/PDFDoc.cpp xpdf/PDFDoc.cpp
--- /home/azhyd/xpdf-2.00/xpdf/PDFDoc.cpp Sun Nov 3 23:15:36 2002
+++ xpdf/PDFDoc.cpp Wed Nov 20 07:30:55 2002
@@ -17,7 +17,7 @@
#include <stddef.h>
#include <string.h>
#include "GString.h"
-#include "config.h"
+#include "xpdf_config.h"
#include "GlobalParams.h"
#include "Page.h"
#include "Catalog.h"
diff -u /home/azhyd/xpdf-2.00/xpdf/Stream.cpp xpdf/Stream.cpp
--- /home/azhyd/xpdf-2.00/xpdf/Stream.cpp Sun Nov 3 23:15:37 2002
+++ xpdf/Stream.cpp Wed Nov 20 07:31:33 2002
@@ -22,7 +22,7 @@
#include <ctype.h>
#include "gmem.h"
#include "gfile.h"
-#include "config.h"
+#include "xpdf_config.h"
#include "Error.h"
#include "Object.h"
#ifndef NO_DECRYPTION
diff -u /home/azhyd/xpdf-2.00/xpdf/TextOutputDev.cpp xpdf/TextOutputDev.cpp
--- /home/azhyd/xpdf-2.00/xpdf/TextOutputDev.cpp Thu Nov 14 04:41:00 2002
+++ xpdf/TextOutputDev.cpp Wed Nov 20 07:31:41 2002
@@ -19,7 +19,7 @@
#include <ctype.h>
#include "GString.h"
#include "gmem.h"
-#include "config.h"
+#include "xpdf_config.h"
#include "Error.h"
#include "GlobalParams.h"
#include "UnicodeMap.h"