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