beta-0.89.2
[luatex.git] / source / libs / poppler / poppler-src / config.h.cmake
blob440a13d0dab08191a10675dd5d5a9b7439a7c15e
1 /* config.h.  Generated from config.h.cmake by cmake.  */
3 /* Build against libcurl. */
4 #cmakedefine ENABLE_LIBCURL 1
6 /* Use libjpeg instead of builtin jpeg decoder. */
7 #cmakedefine ENABLE_LIBJPEG 1
9 /* Use libopenjpeg instead of builtin jpeg2000 decoder. */
10 #cmakedefine ENABLE_LIBOPENJPEG 1
12 /* Build against libtiff. */
13 #cmakedefine ENABLE_LIBTIFF 1
15 /* Build against libpng. */
16 #cmakedefine ENABLE_LIBPNG 1
18 /* Do not hardcode the library location */
19 #cmakedefine ENABLE_RELOCATABLE 1
21 /* Use zlib instead of builtin zlib decoder. */
22 #cmakedefine ENABLE_ZLIB 1
24 /* Use cairo for rendering. */
25 #cmakedefine HAVE_CAIRO 1
27 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
28    */
29 #cmakedefine HAVE_DIRENT_H 1
31 /* Define to 1 if you have the <dlfcn.h> header file. */
32 #cmakedefine HAVE_DLFCN_H 1
34 /* Define to 1 if you have the <fcntl.h> header file. */
35 #cmakedefine HAVE_FCNTL_H 1
37 /* Have FreeType2 include files */
38 #cmakedefine HAVE_FREETYPE_H 1
40 /* Define to 1 if you have the `fseek64' function. */
41 #cmakedefine HAVE_FSEEK64 1
43 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
44 #cmakedefine HAVE_FSEEKO 1
46 /* Define to 1 if you have the `ftell64' function. */
47 #cmakedefine HAVE_FTELL64 1
49 /* Define to 1 if you have the `pread64' function. */
50 #cmakedefine HAVE_PREAD64 1
52 /* Define to 1 if you have the `lseek64' function. */
53 #cmakedefine HAVE_LSEEK64 1
55 /* Defines if gettimeofday is available on your system */
56 #cmakedefine HAVE_GETTIMEOFDAY 1
58 /* Defines if gmtime_r is available on your system */
59 #cmakedefine HAVE_GMTIME_R 1
61 /* Define if you have the iconv() function and it works. */
62 #cmakedefine HAVE_ICONV 1
64 /* Define to 1 if you have the <inttypes.h> header file. */
65 #cmakedefine HAVE_INTTYPES_H 1
67 /* Define to 1 if you have the `openjpeg' library (-lopenjpeg). */
68 #cmakedefine HAVE_LIBOPENJPEG 1
70 /* Define to 1 if you have the `z' library (-lz). */
71 #cmakedefine HAVE_LIBZ 1
73 /* Defines if localtime_r is available on your system */
74 #cmakedefine HAVE_LOCALTIME_R 1
76 /* Define to 1 if you have the <memory.h> header file. */
77 #cmakedefine HAVE_MEMORY_H 1
79 /* Define to 1 if you have the `mkstemp' function. */
80 #cmakedefine HAVE_MKSTEMP 1
82 /* Define to 1 if you have the `mkstemps' function. */
83 #cmakedefine HAVE_MKSTEMPS 1
85 /* Define to 1 if you have the `rand_r' function. */
86 #cmakedefine HAVE_RAND_R 1
88 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
89 #cmakedefine HAVE_NDIR_H 1
91 /* Define to 1 if you have the <openjpeg.h> header file. */
92 #cmakedefine HAVE_OPENJPEG_H 1
94 /* Define to 1 if you have the `popen' function. */
95 #cmakedefine HAVE_POPEN 1
97 /* Define if you have POSIX threads libraries and header files. */
98 #cmakedefine HAVE_PTHREAD 1
100 /* Use splash for rendering. */
101 #cmakedefine HAVE_SPLASH 1
103 /* Define to 1 if you have the <stdint.h> header file. */
104 #cmakedefine HAVE_STDINT_H 1
106 /* Define to 1 if you have the <stdlib.h> header file. */
107 #cmakedefine HAVE_STDLIB_H 1
109 /* Define to 1 if you have the <strings.h> header file. */
110 #cmakedefine HAVE_STRINGS_H 1
112 /* Define to 1 if you have the <string.h> header file. */
113 #cmakedefine HAVE_STRING_H 1
115 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
116    */
117 #cmakedefine HAVE_SYS_DIR_H 1
119 /* Define to 1 if you have the <sys/mman.h> header file. */
120 #cmakedefine HAVE_SYS_MMAN_H 1
122 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
123    */
124 #cmakedefine HAVE_SYS_NDIR_H 1
126 /* Define to 1 if you have the <sys/stat.h> header file. */
127 #cmakedefine HAVE_SYS_STAT_H 1
129 /* Define to 1 if you have the <sys/types.h> header file. */
130 #cmakedefine HAVE_SYS_TYPES_H 1
132 /* Define to 1 if you have the <unistd.h> header file. */
133 #cmakedefine HAVE_UNISTD_H 1
135 /* Define to 1 if you have the <zlib.h> header file. */
136 #cmakedefine HAVE_ZLIB_H 1
138 /* Define to 1 if you have a big endian machine */
139 #cmakedefine WORDS_BIGENDIAN 1
141 /* Define as const if the declaration of iconv() needs const. */
142 #define ICONV_CONST ${ICONV_CONST}
144 /* Enable multithreading support. */
145 #cmakedefine MULTITHREADED 1
147 /* Generate OPI comments in PS output. */
148 #cmakedefine OPI_SUPPORT 1
150 /* Name of package */
151 #define PACKAGE "poppler"
153 /* Define to the address where bug reports for this package should be sent. */
154 #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=poppler"
156 /* Define to the full name of this package. */
157 #define PACKAGE_NAME "poppler"
159 /* Define to the full name and version of this package. */
160 #define PACKAGE_STRING "poppler ${POPPLER_VERSION}"
162 /* Define to the one symbol short name of this package. */
163 #define PACKAGE_TARNAME "poppler"
165 /* Define to the home page for this package. */
166 #define PACKAGE_URL ""
168 /* Define to the version of this package. */
169 #define PACKAGE_VERSION "${POPPLER_VERSION}"
171 /* Poppler data dir */
172 #define POPPLER_DATADIR "${POPPLER_DATADIR}"
174 /* Support for curl based doc builder is compiled in. */
175 #cmakedefine POPPLER_HAS_CURL_SUPPORT 1
177 /* Include support for CMYK rasterization */
178 #cmakedefine SPLASH_CMYK 1
180 /* Define to 1 if you have the ANSI C header files. */
181 #define STDC_HEADERS 1
183 /* Enable word list support. */
184 #cmakedefine TEXTOUT_WORD_LIST 1
186 /* Defines if use cms */
187 #cmakedefine USE_CMS 1
189 /* Use fixed point arithmetic in the Splash backend */
190 #cmakedefine USE_FIXEDPOINT 1
192 /* Use single precision arithmetic in the Splash backend */
193 #cmakedefine USE_FLOAT 1
195 /* Defines if use lcms1 */
196 #cmakedefine USE_LCMS1 1
198 /* Version number of package */
199 #define VERSION "${POPPLER_VERSION}"
201 /* Use fontconfig font configuration backend */
202 #cmakedefine WITH_FONTCONFIGURATION_FONTCONFIG 1
204 /* Use win32 font configuration backend */
205 #cmakedefine WITH_FONTCONFIGURATION_WIN32 1
207 /* OpenJPEG with the OPJ_DPARAMETERS_IGNORE_PCLR_CMAP_CDEF_FLAG flag */
208 #cmakedefine WITH_OPENJPEG_IGNORE_PCLR_CMAP_CDEF_FLAG 1
210 /* Define to 1 if the X Window System is missing or not being used. */
211 /* #undef X_DISPLAY_MISSING */
214  * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
215  * headers and I'm too lazy to write a configure test as long as only
216  * unixware is related
217  */
218 #ifdef _UNIXWARE
219 #define HAVE_BOOLEAN
220 #endif
222 /* MS defined snprintf as deprecated but then added it in Visual Studio 2015. */
223 #if defined(_MSC_VER) && _MSC_VER < 1900
224 #define snprintf _snprintf
225 #endif
227 /* Number of bits in a file offset, on hosts where this is settable. */
228 #cmakedefine _FILE_OFFSET_BITS @_FILE_OFFSET_BITS@
230 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
231 /* TODO This is wrong, port if needed #undef _LARGEFILE_SOURCE */
233 /* Define for large files, on AIX-style hosts. */
234 /* TODO This is wrong, port if needed #undef _LARGE_FILES */