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