cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1 | /* config/config.h.in. Generated from configure.ac by autoheader. */ |
| 2 | |
| 3 | /* Define if building universal (internal helper macro) */ |
| 4 | #undef AC_APPLE_UNIVERSAL_BUILD |
| 5 | |
| 6 | /* Define if you have AUTOTRACE library */ |
| 7 | #undef AUTOTRACE_DELEGATE |
| 8 | |
| 9 | /* Define if coders and filters are to be built as modules. */ |
| 10 | #undef BUILD_MODULES |
| 11 | |
| 12 | /* Define if you have the bzip2 library */ |
| 13 | #undef BZLIB_DELEGATE |
| 14 | |
| 15 | /* Define if you have CAIRO library */ |
| 16 | #undef CAIRO_DELEGATE |
| 17 | |
| 18 | /* permit enciphering and deciphering image pixels */ |
| 19 | #undef CIPHER_SUPPORT |
| 20 | |
| 21 | /* Define to 1 if the `closedir' function returns void instead of `int'. */ |
| 22 | #undef CLOSEDIR_VOID |
| 23 | |
| 24 | /* Location of coder modules */ |
| 25 | #undef CODER_PATH |
| 26 | |
| 27 | /* Subdirectory of lib where coder modules are installed */ |
| 28 | #undef CODER_RELATIVE_PATH |
| 29 | |
| 30 | /* Directory where architecture-dependent configuration files live. */ |
| 31 | #undef CONFIGURE_PATH |
| 32 | |
| 33 | /* Subdirectory of lib where architecture-dependent configuration files live. |
| 34 | */ |
| 35 | #undef CONFIGURE_RELATIVE_PATH |
| 36 | |
| 37 | /* Define if you have DJVU library */ |
| 38 | #undef DJVU_DELEGATE |
| 39 | |
| 40 | /* Directory where ImageMagick documents live. */ |
| 41 | #undef DOCUMENTATION_PATH |
| 42 | |
| 43 | /* Define if you have Display Postscript */ |
| 44 | #undef DPS_DELEGATE |
| 45 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 46 | /* exclude deprecated methods in MagickCore API */ |
| 47 | #undef EXCLUDE_DEPRECATED |
| 48 | |
| 49 | /* Directory where executables are installed. */ |
| 50 | #undef EXECUTABLE_PATH |
| 51 | |
| 52 | /* Define if you have FFTW library */ |
| 53 | #undef FFTW_DELEGATE |
| 54 | |
| 55 | /* Location of filter modules */ |
| 56 | #undef FILTER_PATH |
| 57 | |
| 58 | /* Subdirectory of lib where filter modules are installed */ |
| 59 | #undef FILTER_RELATIVE_PATH |
| 60 | |
| 61 | /* Define if you have FONTCONFIG library */ |
| 62 | #undef FONTCONFIG_DELEGATE |
| 63 | |
| 64 | /* Define if you have FlashPIX library */ |
| 65 | #undef FPX_DELEGATE |
| 66 | |
cristy | 81beccd | 2011-10-03 18:17:24 +0000 | [diff] [blame] | 67 | /* Define if you have FreeType (TrueType font) library */ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 68 | #undef FREETYPE_DELEGATE |
| 69 | |
| 70 | /* Define if you have Ghostscript library or framework */ |
| 71 | #undef GS_DELEGATE |
| 72 | |
| 73 | /* Define if you have GVC library */ |
| 74 | #undef GVC_DELEGATE |
| 75 | |
cristy | b33454f | 2011-08-03 02:10:45 +0000 | [diff] [blame] | 76 | /* Define to 1 if you have the `acosh' function. */ |
| 77 | #undef HAVE_ACOSH |
| 78 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 79 | /* Define to 1 if you have the `argz_add' function. */ |
| 80 | #undef HAVE_ARGZ_ADD |
| 81 | |
| 82 | /* Define to 1 if you have the `argz_append' function. */ |
| 83 | #undef HAVE_ARGZ_APPEND |
| 84 | |
| 85 | /* Define to 1 if you have the `argz_count' function. */ |
| 86 | #undef HAVE_ARGZ_COUNT |
| 87 | |
| 88 | /* Define to 1 if you have the `argz_create_sep' function. */ |
| 89 | #undef HAVE_ARGZ_CREATE_SEP |
| 90 | |
| 91 | /* Define to 1 if you have the <argz.h> header file. */ |
| 92 | #undef HAVE_ARGZ_H |
| 93 | |
| 94 | /* Define to 1 if you have the `argz_insert' function. */ |
| 95 | #undef HAVE_ARGZ_INSERT |
| 96 | |
| 97 | /* Define to 1 if you have the `argz_next' function. */ |
| 98 | #undef HAVE_ARGZ_NEXT |
| 99 | |
| 100 | /* Define to 1 if you have the `argz_stringify' function. */ |
| 101 | #undef HAVE_ARGZ_STRINGIFY |
| 102 | |
| 103 | /* Define to 1 if you have the <arm/limits.h> header file. */ |
| 104 | #undef HAVE_ARM_LIMITS_H |
| 105 | |
cristy | b33454f | 2011-08-03 02:10:45 +0000 | [diff] [blame] | 106 | /* Define to 1 if you have the `asinh' function. */ |
| 107 | #undef HAVE_ASINH |
| 108 | |
| 109 | /* Define to 1 if you have the `atanh' function. */ |
| 110 | #undef HAVE_ATANH |
| 111 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 112 | /* Define to 1 if you have the `atexit' function. */ |
| 113 | #undef HAVE_ATEXIT |
| 114 | |
cristy | c5baf4f | 2010-08-31 15:05:33 +0000 | [diff] [blame] | 115 | /* Define to 1 if you have the `atoll' function. */ |
| 116 | #undef HAVE_ATOLL |
| 117 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 118 | /* define if bool is a built-in type */ |
| 119 | #undef HAVE_BOOL |
| 120 | |
cristy | 47b022b | 2011-01-18 22:29:21 +0000 | [diff] [blame] | 121 | /* Define to 1 if you have the `cabs' function. */ |
| 122 | #undef HAVE_CABS |
| 123 | |
| 124 | /* Define to 1 if you have the `carg' function. */ |
| 125 | #undef HAVE_CARG |
| 126 | |
cristy | 56ed31c | 2010-03-22 00:46:21 +0000 | [diff] [blame] | 127 | /* Define to 1 if you have the `cimag' function. */ |
| 128 | #undef HAVE_CIMAG |
| 129 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 130 | /* Define to 1 if you have the `clock' function. */ |
| 131 | #undef HAVE_CLOCK |
| 132 | |
cristy | e43a45e | 2009-09-28 14:49:00 +0000 | [diff] [blame] | 133 | /* Define to 1 if you have clock_gettime. */ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 134 | #undef HAVE_CLOCK_GETTIME |
| 135 | |
cristy | e43a45e | 2009-09-28 14:49:00 +0000 | [diff] [blame] | 136 | /* Define to 1 if clock_gettime supports CLOCK_REALTIME. */ |
| 137 | #undef HAVE_CLOCK_REALTIME |
| 138 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 139 | /* Define to 1 if you have the `closedir' function. */ |
| 140 | #undef HAVE_CLOSEDIR |
| 141 | |
cristy | fe2e68f | 2010-01-09 19:16:03 +0000 | [diff] [blame] | 142 | /* Define to 1 if you have the <CL/cl.h> header file. */ |
| 143 | #undef HAVE_CL_CL_H |
cristy | 736173a | 2009-09-20 21:18:22 +0000 | [diff] [blame] | 144 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 145 | /* Define to 1 if you have the <complex.h> header file. */ |
| 146 | #undef HAVE_COMPLEX_H |
| 147 | |
cristy | 47b022b | 2011-01-18 22:29:21 +0000 | [diff] [blame] | 148 | /* Define to 1 if you have the `creal' function. */ |
| 149 | #undef HAVE_CREAL |
| 150 | |
cristy | c5baf4f | 2010-08-31 15:05:33 +0000 | [diff] [blame] | 151 | /* Define to 1 if you have the `ctime_r' function. */ |
| 152 | #undef HAVE_CTIME_R |
| 153 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 154 | /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if |
| 155 | you don't. */ |
| 156 | #undef HAVE_DECL_CYGWIN_CONV_PATH |
| 157 | |
| 158 | /* Define to 1 if you have the declaration of `pread', and to 0 if you don't. |
| 159 | */ |
| 160 | #undef HAVE_DECL_PREAD |
| 161 | |
| 162 | /* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't. |
| 163 | */ |
| 164 | #undef HAVE_DECL_PWRITE |
| 165 | |
cristy | 7d4a1d6 | 2011-10-13 15:54:12 +0000 | [diff] [blame] | 166 | /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you |
| 167 | don't. */ |
| 168 | #undef HAVE_DECL_STRERROR_R |
| 169 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 170 | /* Define to 1 if you have the declaration of `strlcpy', and to 0 if you |
| 171 | don't. */ |
| 172 | #undef HAVE_DECL_STRLCPY |
| 173 | |
cristy | 92703d8 | 2010-04-26 00:18:18 +0000 | [diff] [blame] | 174 | /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. |
| 175 | */ |
| 176 | #undef HAVE_DECL_TZNAME |
| 177 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 178 | /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you |
| 179 | don't. */ |
| 180 | #undef HAVE_DECL_VSNPRINTF |
| 181 | |
| 182 | /* Define to 1 if you have the `directio' function. */ |
| 183 | #undef HAVE_DIRECTIO |
| 184 | |
| 185 | /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
| 186 | */ |
| 187 | #undef HAVE_DIRENT_H |
| 188 | |
| 189 | /* Define if you have the GNU dld library. */ |
| 190 | #undef HAVE_DLD |
| 191 | |
| 192 | /* Define to 1 if you have the <dld.h> header file. */ |
| 193 | #undef HAVE_DLD_H |
| 194 | |
| 195 | /* Define to 1 if you have the `dlerror' function. */ |
| 196 | #undef HAVE_DLERROR |
| 197 | |
| 198 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
| 199 | #undef HAVE_DLFCN_H |
| 200 | |
| 201 | /* Define to 1 if you have the <dl.h> header file. */ |
| 202 | #undef HAVE_DL_H |
| 203 | |
| 204 | /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ |
| 205 | #undef HAVE_DOPRNT |
| 206 | |
| 207 | /* Define if you have the _dyld_func_lookup function. */ |
| 208 | #undef HAVE_DYLD |
| 209 | |
| 210 | /* Define to 1 if you have the <errno.h> header file. */ |
| 211 | #undef HAVE_ERRNO_H |
| 212 | |
| 213 | /* Define to 1 if the system has the type `error_t'. */ |
| 214 | #undef HAVE_ERROR_T |
| 215 | |
| 216 | /* Define to 1 if you have the `execvp' function. */ |
| 217 | #undef HAVE_EXECVP |
| 218 | |
cristy | f1440cb | 2010-02-23 02:24:21 +0000 | [diff] [blame] | 219 | /* Define to 1 if you have the `fchmod' function. */ |
| 220 | #undef HAVE_FCHMOD |
| 221 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 222 | /* Define to 1 if you have the <fcntl.h> header file. */ |
| 223 | #undef HAVE_FCNTL_H |
| 224 | |
| 225 | /* Define to 1 if you have the `floor' function. */ |
| 226 | #undef HAVE_FLOOR |
| 227 | |
| 228 | /* Define to 1 if you have the `fork' function. */ |
| 229 | #undef HAVE_FORK |
| 230 | |
| 231 | /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ |
| 232 | #undef HAVE_FSEEKO |
| 233 | |
cristy | 81beccd | 2011-10-03 18:17:24 +0000 | [diff] [blame] | 234 | /* Define to 1 if you have the <ft2build.h> header file. */ |
| 235 | #undef HAVE_FT2BUILD_H |
| 236 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 237 | /* Define to 1 if you have the `ftime' function. */ |
| 238 | #undef HAVE_FTIME |
| 239 | |
| 240 | /* Define to 1 if you have the `ftruncate' function. */ |
| 241 | #undef HAVE_FTRUNCATE |
| 242 | |
| 243 | /* Define to 1 if you have the `getcwd' function. */ |
| 244 | #undef HAVE_GETCWD |
| 245 | |
cristy | c5baf4f | 2010-08-31 15:05:33 +0000 | [diff] [blame] | 246 | /* Define to 1 if you have the `getc_unlocked' function. */ |
| 247 | #undef HAVE_GETC_UNLOCKED |
| 248 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 249 | /* Define to 1 if you have the `getdtablesize' function. */ |
| 250 | #undef HAVE_GETDTABLESIZE |
| 251 | |
| 252 | /* Define to 1 if you have the `getexecname' function. */ |
| 253 | #undef HAVE_GETEXECNAME |
| 254 | |
| 255 | /* Define to 1 if you have the `getpagesize' function. */ |
| 256 | #undef HAVE_GETPAGESIZE |
| 257 | |
| 258 | /* Define to 1 if you have the `getpid' function. */ |
| 259 | #undef HAVE_GETPID |
| 260 | |
cristy | d3ef010 | 2009-09-12 18:11:06 +0000 | [diff] [blame] | 261 | /* Define to 1 if you have the `getrlimit' function. */ |
| 262 | #undef HAVE_GETRLIMIT |
| 263 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 264 | /* Define to 1 if you have the `getrusage' function. */ |
| 265 | #undef HAVE_GETRUSAGE |
| 266 | |
| 267 | /* Define to 1 if you have the `gettimeofday' function. */ |
| 268 | #undef HAVE_GETTIMEOFDAY |
| 269 | |
| 270 | /* Define to 1 if you have the `gmtime_r' function. */ |
| 271 | #undef HAVE_GMTIME_R |
| 272 | |
cristy | 501c804 | 2011-05-26 17:46:28 +0000 | [diff] [blame] | 273 | /* Define to 1 if the system has the type `intmax_t'. */ |
| 274 | #undef HAVE_INTMAX_T |
| 275 | |
| 276 | /* Define to 1 if the system has the type `intptr_t'. */ |
| 277 | #undef HAVE_INTPTR_T |
| 278 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 279 | /* Define to 1 if you have the <inttypes.h> header file. */ |
| 280 | #undef HAVE_INTTYPES_H |
| 281 | |
cristy | 161b926 | 2010-03-20 19:34:32 +0000 | [diff] [blame] | 282 | /* Define to 1 if you have the `j0' function. */ |
| 283 | #undef HAVE_J0 |
| 284 | |
| 285 | /* Define to 1 if you have the `j1' function. */ |
| 286 | #undef HAVE_J1 |
| 287 | |
cristy | d09bcf9 | 2010-03-25 03:04:45 +0000 | [diff] [blame] | 288 | /* Define if you have the <lcms2.h> header file. */ |
| 289 | #undef HAVE_LCMS2_H |
| 290 | |
cristy | 7120340 | 2010-06-18 13:12:03 +0000 | [diff] [blame] | 291 | /* Define if you have the <lcms2/lcms2.h> header file. */ |
| 292 | #undef HAVE_LCMS2_LCMS2_H |
| 293 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 294 | /* Define if you have the <lcms.h> header file. */ |
| 295 | #undef HAVE_LCMS_H |
| 296 | |
| 297 | /* Define if you have the <lcms/lcms.h> header file. */ |
| 298 | #undef HAVE_LCMS_LCMS_H |
| 299 | |
| 300 | /* Define if you have the libdl library or equivalent. */ |
| 301 | #undef HAVE_LIBDL |
| 302 | |
| 303 | /* Define if libdlloader will be built on this platform */ |
| 304 | #undef HAVE_LIBDLLOADER |
| 305 | |
| 306 | /* Define to 1 if you have the `gcov' library (-lgcov). */ |
| 307 | #undef HAVE_LIBGCOV |
| 308 | |
| 309 | /* Define to 1 if you have the <limits.h> header file. */ |
| 310 | #undef HAVE_LIMITS_H |
| 311 | |
| 312 | /* Define to 1 if you have the <linux/unistd.h> header file. */ |
| 313 | #undef HAVE_LINUX_UNISTD_H |
| 314 | |
cristy | c5baf4f | 2010-08-31 15:05:33 +0000 | [diff] [blame] | 315 | /* Define to 1 if you have the `lltostr' function. */ |
| 316 | #undef HAVE_LLTOSTR |
| 317 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 318 | /* Define to 1 if you have the <locale.h> header file. */ |
| 319 | #undef HAVE_LOCALE_H |
| 320 | |
| 321 | /* Define to 1 if you have the `localtime_r' function. */ |
| 322 | #undef HAVE_LOCALTIME_R |
| 323 | |
cristy | 501c804 | 2011-05-26 17:46:28 +0000 | [diff] [blame] | 324 | /* Define to 1 if the system has the type `long double'. */ |
| 325 | #undef HAVE_LONG_DOUBLE |
| 326 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 327 | /* Define to 1 if the type `long double' works and has more range or precision |
| 328 | than `double'. */ |
| 329 | #undef HAVE_LONG_DOUBLE_WIDER |
| 330 | |
cristy | 501c804 | 2011-05-26 17:46:28 +0000 | [diff] [blame] | 331 | /* Define to 1 if the system has the type `long long int'. */ |
| 332 | #undef HAVE_LONG_LONG_INT |
| 333 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 334 | /* Define to 1 if you have the `lstat' function. */ |
| 335 | #undef HAVE_LSTAT |
| 336 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 337 | /* Define this if a modern libltdl is already installed */ |
| 338 | #undef HAVE_LTDL |
| 339 | |
| 340 | /* Define to 1 if you have the <machine/param.h> header file. */ |
| 341 | #undef HAVE_MACHINE_PARAM_H |
| 342 | |
| 343 | /* Define to 1 if you have the <mach-o/dyld.h> header file. */ |
| 344 | #undef HAVE_MACH_O_DYLD_H |
| 345 | |
cristy | 501c804 | 2011-05-26 17:46:28 +0000 | [diff] [blame] | 346 | /* Define to 1 if <wchar.h> declares mbstate_t. */ |
| 347 | #undef HAVE_MBSTATE_T |
| 348 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 349 | /* Define to 1 if you have the `memmove' function. */ |
| 350 | #undef HAVE_MEMMOVE |
| 351 | |
| 352 | /* Define to 1 if you have the <memory.h> header file. */ |
| 353 | #undef HAVE_MEMORY_H |
| 354 | |
| 355 | /* Define to 1 if you have the `memset' function. */ |
| 356 | #undef HAVE_MEMSET |
| 357 | |
| 358 | /* Define to 1 if you have the `mkstemp' function. */ |
| 359 | #undef HAVE_MKSTEMP |
| 360 | |
| 361 | /* Define to 1 if you have a working `mmap' system call. */ |
| 362 | #undef HAVE_MMAP |
| 363 | |
| 364 | /* Define to 1 if you have a working `mmap' system call. */ |
| 365 | #undef HAVE_MMAP_FILEIO |
| 366 | |
| 367 | /* Define to 1 if you have the `munmap' function. */ |
| 368 | #undef HAVE_MUNMAP |
| 369 | |
| 370 | /* define if the compiler implements namespaces */ |
| 371 | #undef HAVE_NAMESPACES |
| 372 | |
cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 373 | /* Define if g++ supports namespace std. */ |
| 374 | #undef HAVE_NAMESPACE_STD |
| 375 | |
cristy | a21afde | 2010-07-02 00:45:40 +0000 | [diff] [blame] | 376 | /* Define to 1 if you have the `nanosleep' function. */ |
| 377 | #undef HAVE_NANOSLEEP |
| 378 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 379 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
| 380 | #undef HAVE_NDIR_H |
| 381 | |
cristy | a8549b1 | 2011-05-18 19:05:08 +0000 | [diff] [blame] | 382 | /* Define to 1 if you have the `newlocale' function. */ |
| 383 | #undef HAVE_NEWLOCALE |
| 384 | |
cristy | fe2e68f | 2010-01-09 19:16:03 +0000 | [diff] [blame] | 385 | /* Define to 1 if you have the <OpenCL/cl.h> header file. */ |
| 386 | #undef HAVE_OPENCL_CL_H |
cristy | 736173a | 2009-09-20 21:18:22 +0000 | [diff] [blame] | 387 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 388 | /* Define to 1 if you have the `opendir' function. */ |
| 389 | #undef HAVE_OPENDIR |
| 390 | |
| 391 | /* Define to 1 if you have the <OS.h> header file. */ |
| 392 | #undef HAVE_OS_H |
| 393 | |
| 394 | /* Define to 1 if you have the `pclose' function. */ |
| 395 | #undef HAVE_PCLOSE |
| 396 | |
| 397 | /* Define to 1 if you have the `poll' function. */ |
| 398 | #undef HAVE_POLL |
| 399 | |
| 400 | /* Define to 1 if you have the `popen' function. */ |
| 401 | #undef HAVE_POPEN |
| 402 | |
| 403 | /* Define to 1 if you have the `posix_fadvise' function. */ |
| 404 | #undef HAVE_POSIX_FADVISE |
| 405 | |
| 406 | /* Define to 1 if you have the `posix_fallocate' function. */ |
| 407 | #undef HAVE_POSIX_FALLOCATE |
| 408 | |
| 409 | /* Define to 1 if you have the `posix_madvise' function. */ |
| 410 | #undef HAVE_POSIX_MADVISE |
| 411 | |
| 412 | /* Define to 1 if you have the `posix_memalign' function. */ |
| 413 | #undef HAVE_POSIX_MEMALIGN |
| 414 | |
cristy | 5c40fb4 | 2010-08-05 16:12:44 +0000 | [diff] [blame] | 415 | /* Define to 1 if you have the `posix_spawnp' function. */ |
| 416 | #undef HAVE_POSIX_SPAWNP |
| 417 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 418 | /* Define to 1 if you have the `pow' function. */ |
| 419 | #undef HAVE_POW |
| 420 | |
| 421 | /* Define to 1 if you have the `pread' function. */ |
| 422 | #undef HAVE_PREAD |
| 423 | |
| 424 | /* Define if libtool can extract symbol lists from object files. */ |
| 425 | #undef HAVE_PRELOADED_SYMBOLS |
| 426 | |
cristy | 98e91bd | 2010-01-12 01:11:42 +0000 | [diff] [blame] | 427 | /* Define to 1 if you have the <process.h> header file. */ |
| 428 | #undef HAVE_PROCESS_H |
| 429 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 430 | /* Define if you have POSIX threads libraries and header files. */ |
| 431 | #undef HAVE_PTHREAD |
| 432 | |
| 433 | /* Define to 1 if you have the `pwrite' function. */ |
| 434 | #undef HAVE_PWRITE |
| 435 | |
cristy | c5baf4f | 2010-08-31 15:05:33 +0000 | [diff] [blame] | 436 | /* Define to 1 if you have the `qsort_r' function. */ |
| 437 | #undef HAVE_QSORT_R |
| 438 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 439 | /* Define to 1 if you have the `raise' function. */ |
| 440 | #undef HAVE_RAISE |
| 441 | |
| 442 | /* Define to 1 if you have the `rand_r' function. */ |
| 443 | #undef HAVE_RAND_R |
| 444 | |
| 445 | /* Define to 1 if you have the `readdir' function. */ |
| 446 | #undef HAVE_READDIR |
| 447 | |
| 448 | /* Define to 1 if you have the `readdir_r' function. */ |
| 449 | #undef HAVE_READDIR_R |
| 450 | |
| 451 | /* Define to 1 if you have the `readlink' function. */ |
| 452 | #undef HAVE_READLINK |
| 453 | |
| 454 | /* Define to 1 if you have the `realpath' function. */ |
| 455 | #undef HAVE_REALPATH |
| 456 | |
| 457 | /* Define to 1 if you have the `seekdir' function. */ |
| 458 | #undef HAVE_SEEKDIR |
| 459 | |
| 460 | /* Define to 1 if you have the `select' function. */ |
| 461 | #undef HAVE_SELECT |
| 462 | |
| 463 | /* Define to 1 if you have the `setlocale' function. */ |
| 464 | #undef HAVE_SETLOCALE |
| 465 | |
| 466 | /* Define to 1 if you have the `setvbuf' function. */ |
| 467 | #undef HAVE_SETVBUF |
| 468 | |
| 469 | /* X11 server supports shape extension */ |
| 470 | #undef HAVE_SHAPE |
| 471 | |
| 472 | /* X11 server supports shared memory extension */ |
| 473 | #undef HAVE_SHARED_MEMORY |
| 474 | |
| 475 | /* Define if you have the shl_load function. */ |
| 476 | #undef HAVE_SHL_LOAD |
| 477 | |
| 478 | /* Define to 1 if you have the `sigaction' function. */ |
| 479 | #undef HAVE_SIGACTION |
| 480 | |
| 481 | /* Define to 1 if you have the `sigemptyset' function. */ |
| 482 | #undef HAVE_SIGEMPTYSET |
| 483 | |
cristy | 393bbe5 | 2010-01-11 16:32:56 +0000 | [diff] [blame] | 484 | /* Define to 1 if you have the `spawnvp' function. */ |
| 485 | #undef HAVE_SPAWNVP |
| 486 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 487 | /* Define to 1 if you have the `sqrt' function. */ |
| 488 | #undef HAVE_SQRT |
| 489 | |
| 490 | /* Define to 1 if you have the `stat' function. */ |
| 491 | #undef HAVE_STAT |
| 492 | |
| 493 | /* Define to 1 if you have the <stdarg.h> header file. */ |
| 494 | #undef HAVE_STDARG_H |
| 495 | |
| 496 | /* Define to 1 if stdbool.h conforms to C99. */ |
| 497 | #undef HAVE_STDBOOL_H |
| 498 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 499 | /* Define to 1 if you have the <stdint.h> header file. */ |
| 500 | #undef HAVE_STDINT_H |
| 501 | |
| 502 | /* Define to 1 if you have the <stdlib.h> header file. */ |
| 503 | #undef HAVE_STDLIB_H |
| 504 | |
| 505 | /* define if the compiler supports ISO C++ standard library */ |
| 506 | #undef HAVE_STD_LIBS |
| 507 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 508 | /* Define to 1 if you have the `strcasecmp' function. */ |
| 509 | #undef HAVE_STRCASECMP |
| 510 | |
| 511 | /* Define to 1 if you have the `strchr' function. */ |
| 512 | #undef HAVE_STRCHR |
| 513 | |
| 514 | /* Define to 1 if you have the `strcspn' function. */ |
| 515 | #undef HAVE_STRCSPN |
| 516 | |
| 517 | /* Define to 1 if you have the `strdup' function. */ |
| 518 | #undef HAVE_STRDUP |
| 519 | |
| 520 | /* Define to 1 if you have the `strerror' function. */ |
| 521 | #undef HAVE_STRERROR |
| 522 | |
| 523 | /* Define to 1 if you have the `strerror_r' function. */ |
| 524 | #undef HAVE_STRERROR_R |
| 525 | |
| 526 | /* Define to 1 if cpp supports the ANSI # stringizing operator. */ |
| 527 | #undef HAVE_STRINGIZE |
| 528 | |
| 529 | /* Define to 1 if you have the <strings.h> header file. */ |
| 530 | #undef HAVE_STRINGS_H |
| 531 | |
| 532 | /* Define to 1 if you have the <string.h> header file. */ |
| 533 | #undef HAVE_STRING_H |
| 534 | |
| 535 | /* Define to 1 if you have the `strlcat' function. */ |
| 536 | #undef HAVE_STRLCAT |
| 537 | |
| 538 | /* Define to 1 if you have the `strlcpy' function. */ |
| 539 | #undef HAVE_STRLCPY |
| 540 | |
| 541 | /* Define to 1 if you have the `strncasecmp' function. */ |
| 542 | #undef HAVE_STRNCASECMP |
| 543 | |
| 544 | /* Define to 1 if you have the `strpbrk' function. */ |
| 545 | #undef HAVE_STRPBRK |
| 546 | |
| 547 | /* Define to 1 if you have the `strrchr' function. */ |
| 548 | #undef HAVE_STRRCHR |
| 549 | |
| 550 | /* Define to 1 if you have the `strspn' function. */ |
| 551 | #undef HAVE_STRSPN |
| 552 | |
| 553 | /* Define to 1 if you have the `strstr' function. */ |
| 554 | #undef HAVE_STRSTR |
| 555 | |
cristy | 6c1eef1 | 2011-05-17 02:13:08 +0000 | [diff] [blame] | 556 | /* Define to 1 if you have the `strtod' function. */ |
| 557 | #undef HAVE_STRTOD |
| 558 | |
| 559 | /* Define to 1 if you have the `strtod_l' function. */ |
| 560 | #undef HAVE_STRTOD_L |
| 561 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 562 | /* Define to 1 if you have the `strtol' function. */ |
| 563 | #undef HAVE_STRTOL |
| 564 | |
cristy | 5131f3e | 2009-12-18 03:09:10 +0000 | [diff] [blame] | 565 | /* Define to 1 if you have the `strtoul' function. */ |
| 566 | #undef HAVE_STRTOUL |
| 567 | |
cristy | 92703d8 | 2010-04-26 00:18:18 +0000 | [diff] [blame] | 568 | /* Define to 1 if `tm_zone' is a member of `struct tm'. */ |
| 569 | #undef HAVE_STRUCT_TM_TM_ZONE |
| 570 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 571 | /* Define to 1 if you have the `symlink' function. */ |
| 572 | #undef HAVE_SYMLINK |
| 573 | |
| 574 | /* Define to 1 if you have the `sysconf' function. */ |
| 575 | #undef HAVE_SYSCONF |
| 576 | |
| 577 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
| 578 | */ |
| 579 | #undef HAVE_SYS_DIR_H |
| 580 | |
| 581 | /* Define to 1 if you have the <sys/dl.h> header file. */ |
| 582 | #undef HAVE_SYS_DL_H |
| 583 | |
| 584 | /* Define to 1 if you have the <sys/ipc.h> header file. */ |
| 585 | #undef HAVE_SYS_IPC_H |
| 586 | |
| 587 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
| 588 | */ |
| 589 | #undef HAVE_SYS_NDIR_H |
| 590 | |
cristy | cd4c531 | 2009-11-22 01:19:08 +0000 | [diff] [blame] | 591 | /* Define to 1 if you have the <sys/param.h> header file. */ |
| 592 | #undef HAVE_SYS_PARAM_H |
| 593 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 594 | /* Define to 1 if you have the <sys/resource.h> header file. */ |
| 595 | #undef HAVE_SYS_RESOURCE_H |
| 596 | |
| 597 | /* Define to 1 if you have the <sys/select.h> header file. */ |
| 598 | #undef HAVE_SYS_SELECT_H |
| 599 | |
| 600 | /* Define to 1 if you have the <sys/socket.h> header file. */ |
| 601 | #undef HAVE_SYS_SOCKET_H |
| 602 | |
| 603 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
| 604 | #undef HAVE_SYS_STAT_H |
| 605 | |
| 606 | /* Define to 1 if you have the <sys/syslimits.h> header file. */ |
| 607 | #undef HAVE_SYS_SYSLIMITS_H |
| 608 | |
| 609 | /* Define to 1 if you have the <sys/timeb.h> header file. */ |
| 610 | #undef HAVE_SYS_TIMEB_H |
| 611 | |
| 612 | /* Define to 1 if you have the <sys/times.h> header file. */ |
| 613 | #undef HAVE_SYS_TIMES_H |
| 614 | |
| 615 | /* Define to 1 if you have the <sys/time.h> header file. */ |
| 616 | #undef HAVE_SYS_TIME_H |
| 617 | |
| 618 | /* Define to 1 if you have the <sys/types.h> header file. */ |
| 619 | #undef HAVE_SYS_TYPES_H |
| 620 | |
| 621 | /* Define to 1 if you have the <sys/wait.h> header file. */ |
| 622 | #undef HAVE_SYS_WAIT_H |
| 623 | |
| 624 | /* Define to 1 if you have the `telldir' function. */ |
| 625 | #undef HAVE_TELLDIR |
| 626 | |
| 627 | /* Define to 1 if you have the `tempnam' function. */ |
| 628 | #undef HAVE_TEMPNAM |
| 629 | |
| 630 | /* Define to 1 if you have the <tiffconf.h> header file. */ |
| 631 | #undef HAVE_TIFFCONF_H |
| 632 | |
| 633 | /* Define to 1 if you have the `TIFFIsCODECConfigured' function. */ |
| 634 | #undef HAVE_TIFFISCODECCONFIGURED |
| 635 | |
| 636 | /* Define to 1 if you have the `TIFFMergeFieldInfo' function. */ |
| 637 | #undef HAVE_TIFFMERGEFIELDINFO |
| 638 | |
| 639 | /* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */ |
| 640 | #undef HAVE_TIFFREADEXIFDIRECTORY |
| 641 | |
| 642 | /* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */ |
| 643 | #undef HAVE_TIFFSETERRORHANDLEREXT |
| 644 | |
| 645 | /* Define to 1 if you have the `TIFFSetTagExtender' function. */ |
| 646 | #undef HAVE_TIFFSETTAGEXTENDER |
| 647 | |
| 648 | /* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */ |
| 649 | #undef HAVE_TIFFSETWARNINGHANDLEREXT |
| 650 | |
| 651 | /* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */ |
| 652 | #undef HAVE_TIFFSWABARRAYOFTRIPLES |
| 653 | |
| 654 | /* Define to 1 if you have the `times' function. */ |
| 655 | #undef HAVE_TIMES |
| 656 | |
cristy | 92703d8 | 2010-04-26 00:18:18 +0000 | [diff] [blame] | 657 | /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use |
| 658 | `HAVE_STRUCT_TM_TM_ZONE' instead. */ |
| 659 | #undef HAVE_TM_ZONE |
| 660 | |
| 661 | /* Define to 1 if you don't have `tm_zone' but do have the external array |
| 662 | `tzname'. */ |
| 663 | #undef HAVE_TZNAME |
| 664 | |
cristy | 501c804 | 2011-05-26 17:46:28 +0000 | [diff] [blame] | 665 | /* Define to 1 if the system has the type `uintmax_t'. */ |
| 666 | #undef HAVE_UINTMAX_T |
| 667 | |
| 668 | /* Define to 1 if the system has the type `uintptr_t'. */ |
| 669 | #undef HAVE_UINTPTR_T |
| 670 | |
cristy | c5baf4f | 2010-08-31 15:05:33 +0000 | [diff] [blame] | 671 | /* Define to 1 if you have the `ulltostr' function. */ |
| 672 | #undef HAVE_ULLTOSTR |
| 673 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 674 | /* Define to 1 if you have the <unistd.h> header file. */ |
| 675 | #undef HAVE_UNISTD_H |
| 676 | |
cristy | 501c804 | 2011-05-26 17:46:28 +0000 | [diff] [blame] | 677 | /* Define to 1 if the system has the type `unsigned long long int'. */ |
| 678 | #undef HAVE_UNSIGNED_LONG_LONG_INT |
| 679 | |
cristy | a20c904 | 2011-05-19 13:22:18 +0000 | [diff] [blame] | 680 | /* Define to 1 if you have the `uselocale' function. */ |
| 681 | #undef HAVE_USELOCALE |
| 682 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 683 | /* Define to 1 if you have the `usleep' function. */ |
| 684 | #undef HAVE_USLEEP |
| 685 | |
cristy | f1440cb | 2010-02-23 02:24:21 +0000 | [diff] [blame] | 686 | /* Define to 1 if you have the `utime' function. */ |
| 687 | #undef HAVE_UTIME |
| 688 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 689 | /* Define to 1 if you have the `vfork' function. */ |
| 690 | #undef HAVE_VFORK |
| 691 | |
| 692 | /* Define to 1 if you have the <vfork.h> header file. */ |
| 693 | #undef HAVE_VFORK_H |
| 694 | |
cristy | 5d0cd95 | 2011-05-19 21:21:41 +0000 | [diff] [blame] | 695 | /* Define to 1 if you have the `vfprintf' function. */ |
| 696 | #undef HAVE_VFPRINTF |
| 697 | |
| 698 | /* Define to 1 if you have the `vfprintf_l' function. */ |
| 699 | #undef HAVE_VFPRINTF_L |
| 700 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 701 | /* Define to 1 if you have the `vprintf' function. */ |
| 702 | #undef HAVE_VPRINTF |
| 703 | |
| 704 | /* Define to 1 if you have the `vsnprintf' function. */ |
| 705 | #undef HAVE_VSNPRINTF |
| 706 | |
cristy | b51dff5 | 2011-05-19 16:55:47 +0000 | [diff] [blame] | 707 | /* Define to 1 if you have the `vsnprintf_l' function. */ |
| 708 | #undef HAVE_VSNPRINTF_L |
| 709 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 710 | /* Define to 1 if you have the `vsprintf' function. */ |
| 711 | #undef HAVE_VSPRINTF |
| 712 | |
| 713 | /* Define to 1 if you have the `waitpid' function. */ |
| 714 | #undef HAVE_WAITPID |
| 715 | |
| 716 | /* Define to 1 if you have the <wchar.h> header file. */ |
| 717 | #undef HAVE_WCHAR_H |
| 718 | |
cristy | 736173a | 2009-09-20 21:18:22 +0000 | [diff] [blame] | 719 | /* Define to 1 if you have the <windows.h> header file. */ |
| 720 | #undef HAVE_WINDOWS_H |
| 721 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 722 | /* This value is set to 1 to indicate that the system argz facility works */ |
| 723 | #undef HAVE_WORKING_ARGZ |
| 724 | |
| 725 | /* Define to 1 if `fork' works. */ |
| 726 | #undef HAVE_WORKING_FORK |
| 727 | |
| 728 | /* Define to 1 if `vfork' works. */ |
| 729 | #undef HAVE_WORKING_VFORK |
| 730 | |
cristy | a8549b1 | 2011-05-18 19:05:08 +0000 | [diff] [blame] | 731 | /* Define to 1 if you have the <xlocale.h> header file. */ |
| 732 | #undef HAVE_XLOCALE_H |
| 733 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 734 | /* Define to 1 if the system has the type `_Bool'. */ |
| 735 | #undef HAVE__BOOL |
| 736 | |
| 737 | /* Define to 1 if you have the `_exit' function. */ |
| 738 | #undef HAVE__EXIT |
| 739 | |
| 740 | /* Define to 1 if you have the `_NSGetExecutablePath' function. */ |
| 741 | #undef HAVE__NSGETEXECUTABLEPATH |
| 742 | |
| 743 | /* Define to 1 if you have the `_pclose' function. */ |
| 744 | #undef HAVE__PCLOSE |
| 745 | |
| 746 | /* Define to 1 if you have the `_popen' function. */ |
| 747 | #undef HAVE__POPEN |
| 748 | |
| 749 | /* Define to 1 if you have the `_wfopen' function. */ |
| 750 | #undef HAVE__WFOPEN |
| 751 | |
| 752 | /* Define to 1 if you have the `_wstat' function. */ |
| 753 | #undef HAVE__WSTAT |
| 754 | |
cristy | 92703d8 | 2010-04-26 00:18:18 +0000 | [diff] [blame] | 755 | /* define if your compiler has __attribute__ */ |
| 756 | #undef HAVE___ATTRIBUTE__ |
| 757 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 758 | /* accurately represent the wide range of intensity levels in real scenes */ |
| 759 | #undef HDRI_SUPPORT |
| 760 | |
| 761 | /* Define if you have umem memory allocation library */ |
| 762 | #undef HasUMEM |
| 763 | |
| 764 | /* ImageMagick is formally installed under prefix */ |
| 765 | #undef INSTALLED_SUPPORT |
| 766 | |
| 767 | /* Define if you have JBIG library */ |
| 768 | #undef JBIG_DELEGATE |
| 769 | |
| 770 | /* Define if you have JPEG version 2 "Jasper" library */ |
| 771 | #undef JP2_DELEGATE |
| 772 | |
| 773 | /* Define if you have JPEG library */ |
| 774 | #undef JPEG_DELEGATE |
| 775 | |
cristy | 7120340 | 2010-06-18 13:12:03 +0000 | [diff] [blame] | 776 | /* Define if you have LCMS (v1.11 or later) library */ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 777 | #undef LCMS_DELEGATE |
| 778 | |
| 779 | /* Directory where architecture-dependent files live. */ |
| 780 | #undef LIBRARY_PATH |
| 781 | |
| 782 | /* Subdirectory of lib where ImageMagick architecture dependent files are |
| 783 | installed */ |
| 784 | #undef LIBRARY_RELATIVE_PATH |
| 785 | |
| 786 | /* Define if you have LQR library */ |
| 787 | #undef LQR_DELEGATE |
| 788 | |
| 789 | /* Define if using libltdl to support dynamically loadable modules */ |
| 790 | #undef LTDL_DELEGATE |
| 791 | |
| 792 | /* Define if the OS needs help to load dependent libraries for dlopen(). */ |
| 793 | #undef LTDL_DLOPEN_DEPLIBS |
| 794 | |
| 795 | /* Define to the system default library search path. */ |
| 796 | #undef LT_DLSEARCH_PATH |
| 797 | |
| 798 | /* The archive extension */ |
| 799 | #undef LT_LIBEXT |
| 800 | |
cristy | da16f16 | 2011-02-19 23:52:17 +0000 | [diff] [blame] | 801 | /* The archive prefix */ |
| 802 | #undef LT_LIBPREFIX |
| 803 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 804 | /* Define to the extension used for runtime loadable modules, say, ".so". */ |
| 805 | #undef LT_MODULE_EXT |
| 806 | |
| 807 | /* Define to the name of the environment variable that determines the run-time |
| 808 | module search path. */ |
| 809 | #undef LT_MODULE_PATH_VAR |
| 810 | |
| 811 | /* Define to the sub-directory in which libtool stores uninstalled libraries. |
| 812 | */ |
| 813 | #undef LT_OBJDIR |
| 814 | |
cristy | 81beccd | 2011-10-03 18:17:24 +0000 | [diff] [blame] | 815 | /* Define if you have lzma compression library */ |
cristy | fbb0ef0 | 2010-12-19 02:32:11 +0000 | [diff] [blame] | 816 | #undef LZMA_DELEGATE |
| 817 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 818 | /* Define to prepend to default font search path. */ |
| 819 | #undef MAGICK_FONT_PATH |
| 820 | |
| 821 | /* Magick API method prefix */ |
| 822 | #undef NAMESPACE_PREFIX |
| 823 | |
cristy | a0b81c3 | 2010-01-22 02:54:33 +0000 | [diff] [blame] | 824 | /* Define to 1 if assertions should be disabled. */ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 825 | #undef NDEBUG |
| 826 | |
| 827 | /* Define if dlsym() requires a leading underscore in symbol names. */ |
| 828 | #undef NEED_USCORE |
| 829 | |
| 830 | /* Define to 1 if your C compiler doesn't accept -c and -o together. */ |
| 831 | #undef NO_MINUS_C_MINUS_O |
| 832 | |
| 833 | /* Define if you have OPENEXR library */ |
| 834 | #undef OPENEXR_DELEGATE |
| 835 | |
| 836 | /* Define to the address where bug reports for this package should be sent. */ |
| 837 | #undef PACKAGE_BUGREPORT |
| 838 | |
| 839 | /* Define to the full name of this package. */ |
| 840 | #undef PACKAGE_NAME |
| 841 | |
| 842 | /* Define to the full name and version of this package. */ |
| 843 | #undef PACKAGE_STRING |
| 844 | |
| 845 | /* Define to the one symbol short name of this package. */ |
| 846 | #undef PACKAGE_TARNAME |
| 847 | |
cristy | 8b350f6 | 2009-11-15 23:12:43 +0000 | [diff] [blame] | 848 | /* Define to the home page for this package. */ |
| 849 | #undef PACKAGE_URL |
| 850 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 851 | /* Define to the version of this package. */ |
| 852 | #undef PACKAGE_VERSION |
| 853 | |
| 854 | /* Define if you have PNG library */ |
| 855 | #undef PNG_DELEGATE |
| 856 | |
| 857 | /* Define to necessary symbol if this constant uses a non-standard name on |
| 858 | your system. */ |
| 859 | #undef PTHREAD_CREATE_JOINABLE |
| 860 | |
| 861 | /* Pixel cache threshold in MB (defaults to available memory) */ |
| 862 | #undef PixelCacheThreshold |
| 863 | |
| 864 | /* Number of bits in a pixel Quantum (8/16/32/64) */ |
| 865 | #undef QUANTUM_DEPTH |
| 866 | |
| 867 | /* Define as the return type of signal handlers (`int' or `void'). */ |
| 868 | #undef RETSIGTYPE |
| 869 | |
| 870 | /* Define if you have RSVG library */ |
| 871 | #undef RSVG_DELEGATE |
| 872 | |
| 873 | /* Define to the type of arg 1 for `select'. */ |
| 874 | #undef SELECT_TYPE_ARG1 |
| 875 | |
| 876 | /* Define to the type of args 2, 3 and 4 for `select'. */ |
| 877 | #undef SELECT_TYPE_ARG234 |
| 878 | |
| 879 | /* Define to the type of arg 5 for `select'. */ |
| 880 | #undef SELECT_TYPE_ARG5 |
| 881 | |
| 882 | /* Directory where architecture-independent configuration files live. */ |
cristy | 4f82071 | 2011-04-01 12:35:43 +0000 | [diff] [blame] | 883 | #undef SHARE_PATH |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 884 | |
| 885 | /* Subdirectory of lib where architecture-independent configuration files |
| 886 | live. */ |
cristy | 4f82071 | 2011-04-01 12:35:43 +0000 | [diff] [blame] | 887 | #undef SHARE_RELATIVE_PATH |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 888 | |
| 889 | /* The size of `off_t', as computed by sizeof. */ |
| 890 | #undef SIZEOF_OFF_T |
| 891 | |
| 892 | /* The size of `signed int', as computed by sizeof. */ |
| 893 | #undef SIZEOF_SIGNED_INT |
| 894 | |
| 895 | /* The size of `signed long', as computed by sizeof. */ |
| 896 | #undef SIZEOF_SIGNED_LONG |
| 897 | |
| 898 | /* The size of `signed long long', as computed by sizeof. */ |
| 899 | #undef SIZEOF_SIGNED_LONG_LONG |
| 900 | |
| 901 | /* The size of `signed short', as computed by sizeof. */ |
| 902 | #undef SIZEOF_SIGNED_SHORT |
| 903 | |
| 904 | /* The size of `size_t', as computed by sizeof. */ |
| 905 | #undef SIZEOF_SIZE_T |
| 906 | |
cristy | 330e935 | 2010-06-01 18:42:49 +0000 | [diff] [blame] | 907 | /* The size of `ssize_t', as computed by sizeof. */ |
| 908 | #undef SIZEOF_SSIZE_T |
| 909 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 910 | /* The size of `unsigned int', as computed by sizeof. */ |
| 911 | #undef SIZEOF_UNSIGNED_INT |
| 912 | |
| 913 | /* The size of `unsigned int*', as computed by sizeof. */ |
| 914 | #undef SIZEOF_UNSIGNED_INTP |
| 915 | |
| 916 | /* The size of `unsigned long', as computed by sizeof. */ |
| 917 | #undef SIZEOF_UNSIGNED_LONG |
| 918 | |
| 919 | /* The size of `unsigned long long', as computed by sizeof. */ |
| 920 | #undef SIZEOF_UNSIGNED_LONG_LONG |
| 921 | |
| 922 | /* The size of `unsigned short', as computed by sizeof. */ |
| 923 | #undef SIZEOF_UNSIGNED_SHORT |
| 924 | |
| 925 | /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ |
| 926 | #undef STAT_MACROS_BROKEN |
| 927 | |
| 928 | /* Define to 1 if you have the ANSI C header files. */ |
| 929 | #undef STDC_HEADERS |
| 930 | |
cristy | 7d4a1d6 | 2011-10-13 15:54:12 +0000 | [diff] [blame] | 931 | /* Define to 1 if strerror_r returns char *. */ |
| 932 | #undef STRERROR_R_CHAR_P |
| 933 | |
cristy | 55bf91c | 2010-09-24 00:29:41 +0000 | [diff] [blame] | 934 | /* Define if you have POSIX threads libraries and header files. */ |
| 935 | #undef THREAD_SUPPORT |
| 936 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 937 | /* Define if you have TIFF library */ |
| 938 | #undef TIFF_DELEGATE |
| 939 | |
| 940 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
| 941 | #undef TIME_WITH_SYS_TIME |
| 942 | |
| 943 | /* Define to 1 if your <sys/time.h> declares `struct tm'. */ |
| 944 | #undef TM_IN_SYS_TIME |
| 945 | |
| 946 | /* Enable extensions on AIX 3, Interix. */ |
| 947 | #ifndef _ALL_SOURCE |
| 948 | # undef _ALL_SOURCE |
| 949 | #endif |
| 950 | /* Enable GNU extensions on systems that have them. */ |
| 951 | #ifndef _GNU_SOURCE |
| 952 | # undef _GNU_SOURCE |
| 953 | #endif |
| 954 | /* Enable threading extensions on Solaris. */ |
| 955 | #ifndef _POSIX_PTHREAD_SEMANTICS |
| 956 | # undef _POSIX_PTHREAD_SEMANTICS |
| 957 | #endif |
| 958 | /* Enable extensions on HP NonStop. */ |
| 959 | #ifndef _TANDEM_SOURCE |
| 960 | # undef _TANDEM_SOURCE |
| 961 | #endif |
| 962 | /* Enable general extensions on Solaris. */ |
| 963 | #ifndef __EXTENSIONS__ |
| 964 | # undef __EXTENSIONS__ |
| 965 | #endif |
| 966 | |
| 967 | |
cristy | b186075 | 2011-03-14 00:27:46 +0000 | [diff] [blame] | 968 | /* Define if you have WEBP library */ |
| 969 | #undef WEBP_DELEGATE |
| 970 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 971 | /* Define to use the Windows GDI32 library */ |
| 972 | #undef WINGDI32_DELEGATE |
| 973 | |
| 974 | /* Define if using the dmalloc debugging malloc package */ |
| 975 | #undef WITH_DMALLOC |
| 976 | |
cristy | 0a4d92f | 2011-08-31 19:25:00 +0000 | [diff] [blame] | 977 | /* Define if you have WMF library */ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 978 | #undef WMF_DELEGATE |
| 979 | |
| 980 | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
| 981 | significant byte first (like Motorola and SPARC, unlike Intel). */ |
| 982 | #if defined AC_APPLE_UNIVERSAL_BUILD |
| 983 | # if defined __BIG_ENDIAN__ |
| 984 | # define WORDS_BIGENDIAN 1 |
| 985 | # endif |
| 986 | #else |
| 987 | # ifndef WORDS_BIGENDIAN |
| 988 | # undef WORDS_BIGENDIAN |
| 989 | # endif |
| 990 | #endif |
| 991 | |
| 992 | /* Location of X11 configure files */ |
| 993 | #undef X11_CONFIGURE_PATH |
| 994 | |
| 995 | /* Define if you have X11 library */ |
| 996 | #undef X11_DELEGATE |
| 997 | |
| 998 | /* Define if you have XML library */ |
| 999 | #undef XML_DELEGATE |
| 1000 | |
| 1001 | /* Define to 1 if the X Window System is missing or not being used. */ |
| 1002 | #undef X_DISPLAY_MISSING |
| 1003 | |
cristy | 6e3607c | 2011-09-13 13:59:17 +0000 | [diff] [blame] | 1004 | /* Build self-contained, embeddable, zero-configuration ImageMagick */ |
| 1005 | #undef ZERO_CONFIGURATION_SUPPORT |
| 1006 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1007 | /* Define if you have zlib compression library */ |
| 1008 | #undef ZLIB_DELEGATE |
| 1009 | |
| 1010 | /* Number of bits in a file offset, on hosts where this is settable. */ |
| 1011 | #undef _FILE_OFFSET_BITS |
| 1012 | |
| 1013 | /* enable run-time bounds-checking */ |
| 1014 | #undef _FORTIFY_SOURCE |
| 1015 | |
| 1016 | /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ |
| 1017 | #undef _LARGEFILE_SOURCE |
| 1018 | |
| 1019 | /* Define for large files, on AIX-style hosts. */ |
| 1020 | #undef _LARGE_FILES |
| 1021 | |
| 1022 | /* Define to 1 if on MINIX. */ |
| 1023 | #undef _MINIX |
| 1024 | |
cristy | 99cc300 | 2010-01-21 14:50:11 +0000 | [diff] [blame] | 1025 | /* Define this for the OpenCL Accelerator */ |
| 1026 | #undef _OPENCL |
| 1027 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1028 | /* Define to 2 if the system does not provide POSIX.1 features except with |
| 1029 | this defined. */ |
| 1030 | #undef _POSIX_1_SOURCE |
| 1031 | |
| 1032 | /* Define to 1 if you need to in order for `stat' and other things to work. */ |
| 1033 | #undef _POSIX_SOURCE |
| 1034 | |
cristy | 501c804 | 2011-05-26 17:46:28 +0000 | [diff] [blame] | 1035 | /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, |
| 1036 | <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the |
| 1037 | #define below would cause a syntax error. */ |
| 1038 | #undef _UINT32_T |
| 1039 | |
| 1040 | /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, |
| 1041 | <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the |
| 1042 | #define below would cause a syntax error. */ |
| 1043 | #undef _UINT64_T |
| 1044 | |
| 1045 | /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, |
| 1046 | <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the |
| 1047 | #define below would cause a syntax error. */ |
| 1048 | #undef _UINT8_T |
| 1049 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1050 | /* Define to 1 if type `char' is unsigned and you are not using gcc. */ |
| 1051 | #ifndef __CHAR_UNSIGNED__ |
| 1052 | # undef __CHAR_UNSIGNED__ |
| 1053 | #endif |
| 1054 | |
| 1055 | /* Define so that glibc/gnulib argp.h does not typedef error_t. */ |
| 1056 | #undef __error_t_defined |
| 1057 | |
| 1058 | /* Define to appropriate substitue if compiler does not have __func__ */ |
| 1059 | #undef __func__ |
| 1060 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1061 | /* Define to a type to use for `error_t' if it is not otherwise available. */ |
| 1062 | #undef error_t |
| 1063 | |
cristy | 501c804 | 2011-05-26 17:46:28 +0000 | [diff] [blame] | 1064 | /* Define to `int' if <sys/types.h> doesn't define. */ |
| 1065 | #undef gid_t |
| 1066 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1067 | /* Define to `__inline__' or `__inline' if that's what the C compiler |
| 1068 | calls it, or to nothing if 'inline' is not supported under any name. */ |
| 1069 | #ifndef __cplusplus |
| 1070 | #undef inline |
| 1071 | #endif |
| 1072 | |
cristy | 501c804 | 2011-05-26 17:46:28 +0000 | [diff] [blame] | 1073 | /* Define to the type of a signed integer type of width exactly 16 bits if |
| 1074 | such a type exists and the standard includes do not define it. */ |
| 1075 | #undef int16_t |
| 1076 | |
| 1077 | /* Define to the type of a signed integer type of width exactly 32 bits if |
| 1078 | such a type exists and the standard includes do not define it. */ |
| 1079 | #undef int32_t |
| 1080 | |
| 1081 | /* Define to the type of a signed integer type of width exactly 64 bits if |
| 1082 | such a type exists and the standard includes do not define it. */ |
| 1083 | #undef int64_t |
| 1084 | |
| 1085 | /* Define to the type of a signed integer type of width exactly 8 bits if such |
| 1086 | a type exists and the standard includes do not define it. */ |
| 1087 | #undef int8_t |
| 1088 | |
| 1089 | /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do |
| 1090 | not define. */ |
| 1091 | #undef intmax_t |
| 1092 | |
| 1093 | /* Define to the type of a signed integer type wide enough to hold a pointer, |
| 1094 | if such a type exists, and if the system does not define it. */ |
| 1095 | #undef intptr_t |
| 1096 | |
| 1097 | /* Define to a type if <wchar.h> does not define. */ |
| 1098 | #undef mbstate_t |
| 1099 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1100 | /* Define to `int' if <sys/types.h> does not define. */ |
| 1101 | #undef mode_t |
| 1102 | |
| 1103 | /* Define to `long int' if <sys/types.h> does not define. */ |
| 1104 | #undef off_t |
| 1105 | |
| 1106 | /* Define to `int' if <sys/types.h> does not define. */ |
| 1107 | #undef pid_t |
| 1108 | |
| 1109 | /* Define to the equivalent of the C99 'restrict' keyword, or to |
| 1110 | nothing if this is not supported. Do not define if restrict is |
| 1111 | supported directly. */ |
| 1112 | #undef restrict |
cristy | 8b350f6 | 2009-11-15 23:12:43 +0000 | [diff] [blame] | 1113 | /* Work around a bug in Sun C++: it does not support _Restrict or |
| 1114 | __restrict__, even though the corresponding Sun C compiler ends up with |
| 1115 | "#define restrict _Restrict" or "#define restrict __restrict__" in the |
| 1116 | previous line. Perhaps some future version of Sun C++ will work with |
| 1117 | restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1118 | #if defined __SUNPRO_CC && !defined __RESTRICT |
| 1119 | # define _Restrict |
cristy | 8b350f6 | 2009-11-15 23:12:43 +0000 | [diff] [blame] | 1120 | # define __restrict__ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1121 | #endif |
| 1122 | |
| 1123 | /* Define to `unsigned int' if <sys/types.h> does not define. */ |
| 1124 | #undef size_t |
| 1125 | |
| 1126 | /* Define to `int' if <sys/types.h> does not define. */ |
| 1127 | #undef ssize_t |
| 1128 | |
cristy | 501c804 | 2011-05-26 17:46:28 +0000 | [diff] [blame] | 1129 | /* Define to `int' if <sys/types.h> doesn't define. */ |
| 1130 | #undef uid_t |
| 1131 | |
| 1132 | /* Define to the type of an unsigned integer type of width exactly 16 bits if |
| 1133 | such a type exists and the standard includes do not define it. */ |
| 1134 | #undef uint16_t |
| 1135 | |
| 1136 | /* Define to the type of an unsigned integer type of width exactly 32 bits if |
| 1137 | such a type exists and the standard includes do not define it. */ |
| 1138 | #undef uint32_t |
| 1139 | |
| 1140 | /* Define to the type of an unsigned integer type of width exactly 64 bits if |
| 1141 | such a type exists and the standard includes do not define it. */ |
| 1142 | #undef uint64_t |
| 1143 | |
| 1144 | /* Define to the type of an unsigned integer type of width exactly 8 bits if |
| 1145 | such a type exists and the standard includes do not define it. */ |
| 1146 | #undef uint8_t |
| 1147 | |
| 1148 | /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h> |
| 1149 | do not define. */ |
| 1150 | #undef uintmax_t |
| 1151 | |
| 1152 | /* Define to the type of an unsigned integer type wide enough to hold a |
| 1153 | pointer, if such a type exists, and if the system does not define it. */ |
| 1154 | #undef uintptr_t |
| 1155 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1156 | /* Define as `fork' if `vfork' does not work. */ |
| 1157 | #undef vfork |
| 1158 | |
| 1159 | /* Define to empty if the keyword `volatile' does not work. Warning: valid |
| 1160 | code using `volatile' can become incorrect without. Disable with care. */ |
| 1161 | #undef volatile |