1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Build against libcurl. */
8 /* #undef ENABLE_LIBCURL */
9 
10 /* Use libjpeg instead of builtin jpeg decoder. */
11 /* #undef ENABLE_LIBJPEG */
12 
13 /* Use libopenjpeg instead of builtin jpeg2000 decoder. */
14 #define ENABLE_LIBOPENJPEG 1
15 
16 /* Build against libpng. */
17 /* #undef ENABLE_LIBPNG */
18 
19 /* Build against libtiff. */
20 /* #undef ENABLE_LIBTIFF */
21 
22 /* Build Poppler against NSS for digital signature support. */
23 /* #undef ENABLE_NSS3 */
24 
25 /* Do not hardcode the library location */
26 /* #undef ENABLE_RELOCATABLE */
27 
28 /* Build against zlib. */
29 /* #undef ENABLE_ZLIB */
30 
31 /* Use zlib instead of builtin zlib decoder to uncompress flate streams. */
32 /* #undef ENABLE_ZLIB_UNCOMPRESS */
33 
34 /* Use cairo for rendering. */
35 /* #undef HAVE_CAIRO */
36 
37 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
38    */
39 #define HAVE_DIRENT_H 1
40 
41 /* Define to 1 if you have the <dlfcn.h> header file. */
42 #define HAVE_DLFCN_H 1
43 
44 /* Define to 1 if you have the <fcntl.h> header file. */
45 #define HAVE_FCNTL_H 1
46 
47 /* Have FreeType2 include files */
48 #define HAVE_FREETYPE_H 1
49 
50 /* Define to 1 if you have the `fseek64' function. */
51 /* #undef HAVE_FSEEK64 */
52 
53 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
54 #if (!defined (_MSCVER) && !defined (_MSC_VER))
55 // MSVC does not have fseeko/ftello. Might be uncommented if an implementation is added.
56 #define HAVE_FSEEKO 1
57 #endif
58 
59 /* Define to 1 if you have the `ftell64' function. */
60 /* #undef HAVE_FTELL64 */
61 
62 /* Defines if gettimeofday is available on your system */
63 #define HAVE_GETTIMEOFDAY 1
64 
65 /* Defines if gmtime_r is available on your system */
66 /* #undef HAVE_GMTIME_R 1*/
67 
68 /* Define if you have the iconv() function and it works. */
69 #define HAVE_ICONV 1
70 
71 /* Define to 1 if you have the <inttypes.h> header file. */
72 #define HAVE_INTTYPES_H 1
73 
74 /* Define to 1 if you have the `tiff' library (-ltiff). */
75 /* #undef HAVE_LIBTIFF */
76 
77 /* Define to 1 if you have the `z' library (-lz). */
78 /* #undef HAVE_LIBZ */
79 
80 /* Defines if localtime_r is available on your system */
81 #define HAVE_LOCALTIME_R 1
82 
83 /* Define to 1 if you have the `lseek64' function. */
84 /* #undef HAVE_LSEEK64 */
85 
86 /* Define to 1 if you have the <memory.h> header file. */
87 #define HAVE_MEMORY_H 1
88 
89 /* Define to 1 if you have the `mkstemp' function. */
90 #define HAVE_MKSTEMP 1
91 
92 /* Define to 1 if you have the `mkstemps' function. */
93 #define HAVE_MKSTEMPS 1
94 
95 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
96 /* #undef HAVE_NDIR_H */
97 
98 /* Define to 1 if you have the <openjpeg.h> header file. */
99 /* #undef HAVE_OPENJPEG_H */
100 
101 /* Define to 1 if you have the `popen' function. */
102 #define HAVE_POPEN 1
103 
104 /* Define to 1 if you have the `pread64' function. */
105 /* #undef HAVE_PREAD64 */
106 
107 /* Define if you have POSIX threads libraries and header files. */
108 #define HAVE_PTHREAD 1
109 
110 /* Have PTHREAD_PRIO_INHERIT. */
111 #define HAVE_PTHREAD_PRIO_INHERIT 1
112 
113 /* Defines if rand_r is available on your system */
114 /* #undef HAVE_RAND_R 1*/
115 
116 /* Use splash for rendering. */
117 #define HAVE_SPLASH 1
118 
119 /* Define to 1 if you have the <stdint.h> header file. */
120 #define HAVE_STDINT_H 1
121 
122 /* Define to 1 if you have the <stdlib.h> header file. */
123 #define HAVE_STDLIB_H 1
124 
125 /* Define to 1 if you have the `strcat_s' function. */
126 /* #undef HAVE_STRCAT_S */
127 
128 /* Define to 1 if you have the `strcpy_s' function. */
129 /* #undef HAVE_STRCPY_S */
130 
131 /* Define to 1 if you have the <strings.h> header file. */
132 #define HAVE_STRINGS_H 1
133 
134 /* Define to 1 if you have the <string.h> header file. */
135 #define HAVE_STRING_H 1
136 
137 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
138    */
139 /* #undef HAVE_SYS_DIR_H */
140 
141 /* Define to 1 if you have the <sys/mman.h> header file. */
142 /* #undef HAVE_SYS_MMAN_H */
143 
144 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
145    */
146 /* #undef HAVE_SYS_NDIR_H */
147 
148 /* Define to 1 if you have the <sys/stat.h> header file. */
149 #define HAVE_SYS_STAT_H 1
150 
151 /* Define to 1 if you have the <sys/types.h> header file. */
152 #define HAVE_SYS_TYPES_H 1
153 
154 /* Define to 1 if you have the <tiffio.h> header file. */
155 /* #undef HAVE_TIFFIO_H */
156 
157 /* Define to 1 if you have the <unistd.h> header file. */
158 #if (!defined (_MSCVER) && !defined (_MSC_VER))
159    // MSVC does not have <unistd.h>. Might be uncommented if an implementation is added.
160 #define HAVE_UNISTD_H 1
161 #endif
162 
163 /* Define to 1 if you have the <zlib.h> header file. */
164 #define HAVE_ZLIB_H 1
165 
166 /* Define as const if the declaration of iconv() needs const. */
167 #define ICONV_CONST
168 
169 /* Define to the sub-directory where libtool stores uninstalled libraries. */
170 #define LT_OBJDIR ".libs/"
171 
172 /* Enable multithreading support. */
173 #define MULTITHREADED 1
174 
175 /* Generate OPI comments in PS output. */
176 #define OPI_SUPPORT 1
177 
178 /* Name of package */
179 #define PACKAGE "poppler"
180 
181 /* Define to the address where bug reports for this package should be sent. */
182 #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=poppler"
183 
184 /* Define to the full name of this package. */
185 #define PACKAGE_NAME "poppler"
186 
187 /* Define to the full name and version of this package. */
188 #define PACKAGE_STRING "poppler 0.45.0"
189 
190 /* Define to the one symbol short name of this package. */
191 #define PACKAGE_TARNAME "poppler"
192 
193 /* Define to the home page for this package. */
194 #define PACKAGE_URL ""
195 
196 /* Define to the version of this package. */
197 #define PACKAGE_VERSION "0.45.0"
198 
199 /* Poppler data dir */
200 #define POPPLER_DATADIR "/opt/local/share/poppler"
201 
202 /* Support for curl based doc builder is compiled in. */
203 /* #undef POPPLER_HAS_CURL_SUPPORT */
204 
205 /* Defines the poppler version */
206 //#define POPPLER_VERSION "0.45.0"
207 
208 /* Define to necessary symbol if this constant uses a non-standard name on
209    your system. */
210 /* #undef PTHREAD_CREATE_JOINABLE */
211 
212 /* Include support for CMYK rasterization */
213 /* #undef SPLASH_CMYK */
214 
215 /* Define to 1 if you have the ANSI C header files. */
216 #define STDC_HEADERS 1
217 
218 /* Enable word list support. */
219 #define TEXTOUT_WORD_LIST 1
220 
221 /* Defines if use cms */
222 /* #undef USE_CMS */
223 
224 /* Use fixed point arithmetic in the Splash backend */
225 /* #undef USE_FIXEDPOINT */
226 
227 /* Use single precision arithmetic in the Splash backend */
228 /* #undef USE_FLOAT */
229 
230 /* Defines if use lcms1 */
231 /* #undef USE_LCMS1 */
232 
233 /* Defined if using openjpeg1 */
234 #define USE_OPENJPEG1 1
235 
236 /* Defined if using openjpeg2 */
237 /* #undef USE_OPENJPEG2 */
238 
239 /* Version number of package */
240 #define VERSION "0.45.0"
241 
242 /* Use fontconfig font configuration backend */
243 /* #undef WITH_FONTCONFIGURATION_FONTCONFIG */
244 
245 /* Use win32 font configuration backend */
246 /* #undef WITH_FONTCONFIGURATION_WIN32 */
247 
248 /* OpenJPEG with the OPJ_DPARAMETERS_IGNORE_PCLR_CMAP_CDEF_FLAG flag. */
249 #define WITH_OPENJPEG_IGNORE_PCLR_CMAP_CDEF_FLAG 1
250 
251 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
252    significant byte first (like Motorola and SPARC, unlike Intel). */
253 #if defined AC_APPLE_UNIVERSAL_BUILD
254 # if defined __BIG_ENDIAN__
255 #  define WORDS_BIGENDIAN 1
256 # endif
257 #else
258 # ifndef WORDS_BIGENDIAN
259 /* #  undef WORDS_BIGENDIAN */
260 # endif
261 #endif
262 
263 /* Define to 1 if the X Window System is missing or not being used. */
264 /* #undef X_DISPLAY_MISSING */
265 
266 /*
267  * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
268  * headers and I'm too lazy to write a configure test as long as only
269  * unixware is related
270  */
271 #ifdef _UNIXWARE
272 #define HAVE_BOOLEAN
273 #endif
274 
275 
276 /* Enable large inode numbers on Mac OS X 10.5.  */
277 #ifndef _DARWIN_USE_64_BIT_INODE
278 # define _DARWIN_USE_64_BIT_INODE 1
279 #endif
280 
281 /* Number of bits in a file offset, on hosts where this is settable. */
282 /* #undef _FILE_OFFSET_BITS */
283 
284 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
285 /* #undef _LARGEFILE_SOURCE */
286 
287 /* Define for large files, on AIX-style hosts. */
288 /* #undef _LARGE_FILES */
289 
290 #if (defined (_MSCVER) || defined (_MSC_VER))
291    // Undefine UNICODE for MSVC to get the char-based library functions
292    #ifdef UNICODE
293    #undef UNICODE
294    #endif
295 #endif