1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
6 /* Build against libcurl. */
9 /* Use libjpeg instead of builtin jpeg decoder. */
12 /* Use libopenjpeg instead of builtin jpeg2000 decoder. */
13 #undef ENABLE_LIBOPENJPEG
15 /* Build against libpng. */
18 /* Build against libtiff. */
21 /* Do not hardcode the library location */
22 #undef ENABLE_RELOCATABLE
24 /* Use zlib instead of builtin zlib decoder. */
27 /* Use cairo for rendering. */
30 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
34 /* Define to 1 if you have the <dlfcn.h> header file. */
37 /* Define to 1 if you have the <fcntl.h> header file. */
40 /* Have FreeType2 include files */
41 #undef HAVE_FREETYPE_H
43 /* Define to 1 if you have the `fseek64' function. */
46 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
49 /* Define to 1 if you have the `ftell64' function. */
52 /* Defines if gettimeofday is available on your system */
53 #undef HAVE_GETTIMEOFDAY
55 /* Defines if gmtime_r is available on your system */
58 /* Define if you have the iconv() function and it works. */
61 /* Define to 1 if you have the <inttypes.h> header file. */
62 #undef HAVE_INTTYPES_H
64 /* Define to 1 if you have the `tiff' library (-ltiff). */
67 /* Define to 1 if you have the `z' library (-lz). */
70 /* Defines if localtime_r is available on your system */
71 #undef HAVE_LOCALTIME_R
73 /* Define to 1 if you have the `lseek64' function. */
76 /* Define to 1 if you have the <memory.h> header file. */
79 /* Define to 1 if you have the `mkstemp' function. */
82 /* Define to 1 if you have the `mkstemps' function. */
85 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
88 /* Define to 1 if you have the <openjpeg.h> header file. */
89 #undef HAVE_OPENJPEG_H
91 /* Define to 1 if you have the `popen' function. */
94 /* Define to 1 if you have the `pread64' function. */
97 /* Define if you have POSIX threads libraries and header files. */
100 /* Have PTHREAD_PRIO_INHERIT. */
101 #undef HAVE_PTHREAD_PRIO_INHERIT
103 /* Defines if rand_r is available on your system */
106 /* Use splash for rendering. */
109 /* Define to 1 if you have the <stdint.h> header file. */
112 /* Define to 1 if you have the <stdlib.h> header file. */
115 /* Define to 1 if you have the `strcat_s' function. */
118 /* Define to 1 if you have the `strcpy_s' function. */
121 /* Define to 1 if you have the <strings.h> header file. */
122 #undef HAVE_STRINGS_H
124 /* Define to 1 if you have the <string.h> header file. */
127 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
129 #undef HAVE_SYS_DIR_H
131 /* Define to 1 if you have the <sys/mman.h> header file. */
132 #undef HAVE_SYS_MMAN_H
134 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
136 #undef HAVE_SYS_NDIR_H
138 /* Define to 1 if you have the <sys/stat.h> header file. */
139 #undef HAVE_SYS_STAT_H
141 /* Define to 1 if you have the <sys/types.h> header file. */
142 #undef HAVE_SYS_TYPES_H
144 /* Define to 1 if you have the <tiffio.h> header file. */
147 /* Define to 1 if you have the <unistd.h> header file. */
150 /* Define to 1 if you have the <zlib.h> header file. */
153 /* Define as const if the declaration of iconv() needs const. */
156 /* Define to the sub-directory in which libtool stores uninstalled libraries.
160 /* Enable multithreading support. */
163 /* Generate OPI comments in PS output. */
166 /* Name of package */
169 /* Define to the address where bug reports for this package should be sent. */
170 #undef PACKAGE_BUGREPORT
172 /* Define to the full name of this package. */
175 /* Define to the full name and version of this package. */
176 #undef PACKAGE_STRING
178 /* Define to the one symbol short name of this package. */
179 #undef PACKAGE_TARNAME
181 /* Define to the home page for this package. */
184 /* Define to the version of this package. */
185 #undef PACKAGE_VERSION
187 /* Poppler data dir */
188 #undef POPPLER_DATADIR
190 /* Support for curl based doc builder is compiled in. */
191 #undef POPPLER_HAS_CURL_SUPPORT
193 /* Defines the poppler version */
194 #undef POPPLER_VERSION
196 /* Define to necessary symbol if this constant uses a non-standard name on
198 #undef PTHREAD_CREATE_JOINABLE
200 /* Define to 1 if you have the ANSI C header files. */
203 /* Enable word list support. */
204 #undef TEXTOUT_WORD_LIST
206 /* Defines if use cms */
209 /* Use fixed point arithmetic in the Splash backend */
210 #undef USE_FIXEDPOINT
212 /* Use single precision arithmetic in the Splash backend */
215 /* Defines if use lcms1 */
218 /* Defined if using openjpeg1 */
221 /* Defined if using openjpeg2 */
224 /* Version number of package */
227 /* Use fontconfig font configuration backend */
228 #undef WITH_FONTCONFIGURATION_FONTCONFIG
230 /* Use win32 font configuration backend */
231 #undef WITH_FONTCONFIGURATION_WIN32
233 /* OpenJPEG with the OPJ_DPARAMETERS_IGNORE_PCLR_CMAP_CDEF_FLAG flag. */
234 #undef WITH_OPENJPEG_IGNORE_PCLR_CMAP_CDEF_FLAG
236 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
237 significant byte first (like Motorola and SPARC, unlike Intel). */
238 #if defined AC_APPLE_UNIVERSAL_BUILD
239 # if defined __BIG_ENDIAN__
240 # define WORDS_BIGENDIAN 1
243 # ifndef WORDS_BIGENDIAN
244 # undef WORDS_BIGENDIAN
248 /* Define to 1 if the X Window System is missing or not being used. */
249 #undef X_DISPLAY_MISSING
252 * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
253 * headers and I'm too lazy to write a configure test as long as only
254 * unixware is related
261 /* Enable large inode numbers on Mac OS X 10.5. */
262 #ifndef _DARWIN_USE_64_BIT_INODE
263 # define _DARWIN_USE_64_BIT_INODE 1
266 /* Number of bits in a file offset, on hosts where this is settable. */
267 #undef _FILE_OFFSET_BITS
269 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
270 #undef _LARGEFILE_SOURCE
272 /* Define for large files, on AIX-style hosts. */