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

Side by Side Diff: third_party/poppler/config/windows/config.h

Issue 23301009: Add libpoppler for PDF rendering, take 2 (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Fix freetype.gyp file - accidentally nuked the override include Created 7 years, 4 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
OLDNEW
(Empty)
1 /* config.h. Generated from config.h.cmake by cmake. */
2
3 /* Build against libcurl. */
4 /* #undef ENABLE_LIBCURL */
5
6 /* Use libjpeg instead of builtin jpeg decoder. */
7 /* #undef ENABLE_LIBJPEG */
8
9 /* Use libopenjpeg instead of builtin jpeg2000 decoder. */
10 /* #undef ENABLE_LIBOPENJPEG */
11
12 /* Build against libtiff. */
13 /* #undef ENABLE_LIBTIFF */
14
15 /* Build against libpng. */
16 /* #undef ENABLE_LIBPNG */
17
18 /* Do not hardcode the library location */
19 #define ENABLE_RELOCATABLE 1
20
21 /* Use zlib instead of builtin zlib decoder. */
22 /* #undef ENABLE_ZLIB */
23
24 /* Use cairo for rendering. */
25 /* #undef HAVE_CAIRO */
26
27 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
28 */
29 /* #undef HAVE_DIRENT_H */
30
31 /* Define to 1 if you have the <dlfcn.h> header file. */
32 /* #undef HAVE_DLFCN_H */
33
34 /* Define to 1 if you have the <fcntl.h> header file. */
35 #define HAVE_FCNTL_H 1
36
37 /* Have FreeType2 include files */
38 #define HAVE_FREETYPE_H 1
39
40 /* Define to 1 if you have the `fseek64' function. */
41 /* #undef HAVE_FSEEK64 */
42
43 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
44 /* #undef HAVE_FSEEKO */
45
46 /* Define to 1 if you have the `ftell64' function. */
47 /* #undef HAVE_FTELL64 */
48
49 /* Defines if gettimeofday is available on your system */
50 /* #undef HAVE_GETTIMEOFDAY */
51
52 /* Defines if gmtime_r is available on your system */
53 /* #undef HAVE_GMTIME_R */
54
55 /* Define if you have the iconv() function and it works. */
56 /* #undef HAVE_ICONV */
57
58 /* Define to 1 if you have the <inttypes.h> header file. */
59 /* #undef HAVE_INTTYPES_H */
60
61 /* Define to 1 if you have the `openjpeg' library (-lopenjpeg). */
62 /* #undef HAVE_LIBOPENJPEG */
63
64 /* Define to 1 if you have the `z' library (-lz). */
65 /* #undef HAVE_LIBZ */
66
67 /* Defines if localtime_r is available on your system */
68 /* #undef HAVE_LOCALTIME_R */
69
70 /* Define to 1 if you have the <memory.h> header file. */
71 #define HAVE_MEMORY_H 1
72
73 /* Define to 1 if you have the `mkstemp' function. */
74 /* #undef HAVE_MKSTEMP */
75
76 /* Define to 1 if you have the `mkstemps' function. */
77 /* #undef HAVE_MKSTEMPS */
78
79 /* Define to 1 if you have the `rand_r' function. */
80 /* #undef HAVE_RAND_R */
81
82 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
83 /* #undef HAVE_NDIR_H */
84
85 /* Define to 1 if you have the <openjpeg.h> header file. */
86 /* #undef HAVE_OPENJPEG_H */
87
88 /* Define to 1 if you have the `popen' function. */
89 /* #undef HAVE_POPEN */
90
91 /* Define if you have POSIX threads libraries and header files. */
92 /* #undef HAVE_PTHREAD */
93
94 /* Use splash for rendering. */
95 #define HAVE_SPLASH 1
96
97 /* Define to 1 if you have the <stdint.h> header file. */
98 #define HAVE_STDINT_H 1
99
100 /* Define to 1 if you have the <stdlib.h> header file. */
101 #define HAVE_STDLIB_H 1
102
103 /* Define to 1 if you have the <strings.h> header file. */
104 /* #undef HAVE_STRINGS_H */
105
106 /* Define to 1 if you have the <string.h> header file. */
107 #define HAVE_STRING_H 1
108
109 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
110 */
111 /* #undef HAVE_SYS_DIR_H */
112
113 /* Define to 1 if you have the <sys/mman.h> header file. */
114 /* #undef HAVE_SYS_MMAN_H */
115
116 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
117 */
118 /* #undef HAVE_SYS_NDIR_H */
119
120 /* Define to 1 if you have the <sys/stat.h> header file. */
121 #define HAVE_SYS_STAT_H 1
122
123 /* Define to 1 if you have the <sys/types.h> header file. */
124 #define HAVE_SYS_TYPES_H 1
125
126 /* Define to 1 if you have the <unistd.h> header file. */
127 /* #undef HAVE_UNISTD_H */
128
129 /* Define to 1 if you have the <zlib.h> header file. */
130 /* #undef HAVE_ZLIB_H */
131
132 /* Define to 1 if you have a big endian machine */
133 /* #undef WORDS_BIGENDIAN */
134
135 /* Define as const if the declaration of iconv() needs const. */
136 #define ICONV_CONST const
137
138 /* Enable multithreading support. */
139 #define MULTITHREADED 1
140
141 /* Generate OPI comments in PS output. */
142 #define OPI_SUPPORT 1
143
144 /* Name of package */
145 #define PACKAGE "poppler"
146
147 /* Define to the address where bug reports for this package should be sent. */
148 #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=po ppler"
149
150 /* Define to the full name of this package. */
151 #define PACKAGE_NAME "poppler"
152
153 /* Define to the full name and version of this package. */
154 #define PACKAGE_STRING "poppler 0.22.5"
155
156 /* Define to the one symbol short name of this package. */
157 #define PACKAGE_TARNAME "poppler"
158
159 /* Define to the home page for this package. */
160 #define PACKAGE_URL ""
161
162 /* Define to the version of this package. */
163 #define PACKAGE_VERSION "0.22.5"
164
165 /* Poppler data dir */
166 #define POPPLER_DATADIR "C:/Program Files (x86)/poppler/share/poppler"
167
168 /* Support for curl based doc builder is compiled in. */
169 /* #undef POPPLER_HAS_CURL_SUPPORT */
170
171 /* Define to 1 if you have the ANSI C header files. */
172 #define STDC_HEADERS 1
173
174 /* Enable word list support. */
175 #define TEXTOUT_WORD_LIST 1
176
177 /* Defines if use cms */
178 /* #undef USE_CMS */
179
180 /* Use fixed point arithmetic in the Splash backend */
181 /* #undef USE_FIXEDPOINT */
182
183 /* Use single precision arithmetic in the Splash backend */
184 /* #undef USE_FLOAT */
185
186 /* Defines if use lcms1 */
187 /* #undef USE_LCMS1 */
188
189 /* Version number of package */
190 #define VERSION "0.22.5"
191
192 /* Use fontconfig font configuration backend */
193 /* #undef WITH_FONTCONFIGURATION_FONTCONFIG */
194
195 /* Use win32 font configuration backend */
196 #define WITH_FONTCONFIGURATION_WIN32 1
197
198 /* OpenJPEG with the OPJ_DPARAMETERS_IGNORE_PCLR_CMAP_CDEF_FLAG flag */
199 /* #undef WITH_OPENJPEG_IGNORE_PCLR_CMAP_CDEF_FLAG */
200
201 /* Define to 1 if the X Window System is missing or not being used. */
202 /* #undef X_DISPLAY_MISSING */
203
204 /*
205 * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
206 * headers and I'm too lazy to write a configure test as long as only
207 * unixware is related
208 */
209 #ifdef _UNIXWARE
210 #define HAVE_BOOLEAN
211 #endif
212
213 /* MS has defined snprintf as deprecated */
214 #ifdef _MSC_VER
215 #define snprintf _snprintf
216 #endif
217
218 /* Number of bits in a file offset, on hosts where this is settable. */
219 /* #undef _FILE_OFFSET_BITS */
220
221 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
222 /* #undef _LARGEFILE_SOURCE */
223
224 /* Define for large files, on AIX-style hosts. */
225 /* #undef _LARGE_FILES */
OLDNEW
« no previous file with comments | « third_party/poppler/config/poppler-version.h ('k') | third_party/poppler/config/windows/poppler-config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698