Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(629)

Unified Diff: experimental/PdfViewer/podofo_config.h

Issue 13483012: podofo draft Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/PdfViewer/pdf_viewer_main.cpp ('k') | gyp/pdfviewer.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/PdfViewer/podofo_config.h
===================================================================
--- experimental/PdfViewer/podofo_config.h (revision 0)
+++ experimental/PdfViewer/podofo_config.h (revision 0)
@@ -0,0 +1,55 @@
+/* Template filled out by CMake */
+
+/*
+ * *** THIS HEADER IS INCLUDED BY PdfCompilerCompat.h ***
+ * *** DO NOT SUBNIT ***
+ * *** DO NOT INCLUDE DIRECTLY ***
+ * *** MOVE IT TO THIRST_PARTY/EXTRENALS ***
+ */
+#ifndef _PDF_COMPILERCOMPAT_H
+#error Please include PdfDefines.h instead
+#endif
+
+#define PODOFO_VERSION_MAJOR 0
+#define PODOFO_VERSION_MINOR 9
+#define PODOFO_VERSION_PATCH 3
+
+/* PoDoFo configuration options */
+#define PODOFO_MULTI_THREAD
+
+/* somewhat platform-specific headers */
+#define PODOFO_HAVE_STRINGS_H 1
+#define PODOFO_HAVE_ARPA_INET_H 1
+/* #undef PODOFO_HAVE_WINSOCK2_H */
+/* #undef PODOFO_HAVE_MEM_H */
+#define PODOFO_HAVE_CTYPE_H 1
+
+/* Integer types - headers */
+#define PODOFO_HAVE_STDINT_H 1
+/* #undef PODOFO_HAVE_BASETSD_H */
+#define PODOFO_HAVE_SYS_TYPES_H 1
+/* Integer types - type names */
+#define PDF_INT8_TYPENAME int8_t
+#define PDF_INT16_TYPENAME int16_t
+#define PDF_INT32_TYPENAME int32_t
+#define PDF_INT64_TYPENAME int64_t
+#define PDF_UINT8_TYPENAME uint8_t
+#define PDF_UINT16_TYPENAME uint16_t
+#define PDF_UINT32_TYPENAME uint32_t
+#define PDF_UINT64_TYPENAME uint64_t
+
+/* Endianness */
+/* #undef TEST_BIG */
+
+/* Libraries */
+#define PODOFO_HAVE_JPEG_LIB
+#define PODOFO_HAVE_PNG_LIB
+/* #undef PODOFO_HAVE_TIFF_LIB */
+#define PODOFO_HAVE_FONTCONFIG
+/* #undef PODOFO_HAVE_LUA */
+/* #undef PODOFO_HAVE_BOOST */
+/* #undef PODOFO_HAVE_CPPUNIT */
+#define PODOFO_HAVE_LIBIDN
+
+/* Platform quirks */
+#define PODOFO_JPEG_RUNTIME_COMPATIBLE
« no previous file with comments | « experimental/PdfViewer/pdf_viewer_main.cpp ('k') | gyp/pdfviewer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698