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

Side by Side Diff: tools/podofo_config.h

Issue 13483012: podofo draft Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/parse_pdfs_main.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /* Template filled out by CMake */
2
3 /*
4 * *** THIS HEADER IS INCLUDED BY PdfCompilerCompat.h ***
5 * *** DO NOT INCLUDE DIRECTLY ***
6 */
7 #ifndef _PDF_COMPILERCOMPAT_H
8 #error Please include PdfDefines.h instead
9 #endif
10
11 #define PODOFO_VERSION_MAJOR 0
12 #define PODOFO_VERSION_MINOR 9
13 #define PODOFO_VERSION_PATCH 3
14
15 /* PoDoFo configuration options */
16 #define PODOFO_MULTI_THREAD
17
18 /* somewhat platform-specific headers */
19 #define PODOFO_HAVE_STRINGS_H 1
20 #define PODOFO_HAVE_ARPA_INET_H 1
21 /* #undef PODOFO_HAVE_WINSOCK2_H */
22 /* #undef PODOFO_HAVE_MEM_H */
23 #define PODOFO_HAVE_CTYPE_H 1
24
25 /* Integer types - headers */
26 #define PODOFO_HAVE_STDINT_H 1
27 /* #undef PODOFO_HAVE_BASETSD_H */
28 #define PODOFO_HAVE_SYS_TYPES_H 1
29 /* Integer types - type names */
30 #define PDF_INT8_TYPENAME int8_t
31 #define PDF_INT16_TYPENAME int16_t
32 #define PDF_INT32_TYPENAME int32_t
33 #define PDF_INT64_TYPENAME int64_t
34 #define PDF_UINT8_TYPENAME uint8_t
35 #define PDF_UINT16_TYPENAME uint16_t
36 #define PDF_UINT32_TYPENAME uint32_t
37 #define PDF_UINT64_TYPENAME uint64_t
38
39 /* Endianness */
40 /* #undef TEST_BIG */
41
42 /* Libraries */
43 #define PODOFO_HAVE_JPEG_LIB
44 #define PODOFO_HAVE_PNG_LIB
45 /* #undef PODOFO_HAVE_TIFF_LIB */
46 #define PODOFO_HAVE_FONTCONFIG
47 /* #undef PODOFO_HAVE_LUA */
48 /* #undef PODOFO_HAVE_BOOST */
49 /* #undef PODOFO_HAVE_CPPUNIT */
50 #define PODOFO_HAVE_LIBIDN
51
52 /* Platform quirks */
53 #define PODOFO_JPEG_RUNTIME_COMPATIBLE
OLDNEW
« no previous file with comments | « tools/parse_pdfs_main.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698