Home | History | Annotate | Download | only in MagickCore
      1 #ifndef _MAGICKCORE_MAGICK_BASECONFIG_H
      2 #define _MAGICKCORE_MAGICK_BASECONFIG_H 1
      3 
      4 /* MagickCore/magick-baseconfig.h. Generated automatically at end of configure. */
      5 /* config/config.h.  Generated from config.h.in by configure.  */
      6 /* config/config.h.in.  Generated from configure.ac by autoheader.  */
      7 
      8 /* Define if building universal (internal helper macro) */
      9 /* #undef AC_APPLE_UNIVERSAL_BUILD */
     10 
     11 /* Define if you have AUTOTRACE library */
     12 /* #undef AUTOTRACE_DELEGATE */
     13 
     14 /* Define if coders and filters are to be built as modules. */
     15 /* #undef BUILD_MODULES */
     16 
     17 /* Define if you have the bzip2 library */
     18 /* #undef BZLIB_DELEGATE */
     19 
     20 /* Define if you have CAIRO library */
     21 /* #undef CAIRO_DELEGATE */
     22 
     23 /* permit enciphering and deciphering image pixels */
     24 #ifndef MAGICKCORE_CIPHER_SUPPORT
     25 #define MAGICKCORE_CIPHER_SUPPORT 1
     26 #endif
     27 
     28 /* Define to 1 if the `closedir' function returns void instead of `int'. */
     29 /* #undef CLOSEDIR_VOID */
     30 
     31 /* coders subdirectory. */
     32 #ifndef MAGICKCORE_CODER_DIRNAME
     33 #define MAGICKCORE_CODER_DIRNAME "coders"
     34 #endif
     35 
     36 /* Directory where architecture-dependent configuration files live. */
     37 #ifndef MAGICKCORE_CONFIGURE_PATH
     38 #define MAGICKCORE_CONFIGURE_PATH "/usr/local/etc/ImageMagick-7/"
     39 #endif
     40 
     41 /* Subdirectory of lib where architecture-dependent configuration files live.
     42    */
     43 #ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH
     44 #define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick-7"
     45 #endif
     46 
     47 /* Define if you have DJVU library */
     48 /* #undef DJVU_DELEGATE */
     49 
     50 /* Directory where ImageMagick documents live. */
     51 #ifndef MAGICKCORE_DOCUMENTATION_PATH
     52 #define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-7/"
     53 #endif
     54 
     55 /* Define if you have Display Postscript */
     56 /* #undef DPS_DELEGATE */
     57 
     58 /* exclude deprecated methods in MagickCore API */
     59 /* #undef EXCLUDE_DEPRECATED */
     60 
     61 /* Directory where executables are installed. */
     62 #ifndef MAGICKCORE_EXECUTABLE_PATH
     63 #define MAGICKCORE_EXECUTABLE_PATH "/usr/local/bin/"
     64 #endif
     65 
     66 /* Define if you have FFTW library */
     67 /* #undef FFTW_DELEGATE */
     68 
     69 /* filter subdirectory. */
     70 #ifndef MAGICKCORE_FILTER_DIRNAME
     71 #define MAGICKCORE_FILTER_DIRNAME "filters"
     72 #endif
     73 
     74 /* Define if you have FLIF library */
     75 /* #undef FLIF_DELEGATE */
     76 
     77 /* Define if you have FONTCONFIG library */
     78 /* #undef FONTCONFIG_DELEGATE */
     79 
     80 /* Define if you have FlashPIX library */
     81 /* #undef FPX_DELEGATE */
     82 
     83 /* Define if you have FREETYPE library */
     84 /* #undef FREETYPE_DELEGATE */
     85 
     86 /* Define if you have Ghostscript library or framework */
     87 /* #undef GS_DELEGATE */
     88 
     89 /* Define if you have GVC library */
     90 /* #undef GVC_DELEGATE */
     91 
     92 /* Define to 1 if you have the `acosh' function. */
     93 #ifndef MAGICKCORE_HAVE_ACOSH
     94 #define MAGICKCORE_HAVE_ACOSH 1
     95 #endif
     96 
     97 /* Define to 1 if you have the <arm/limits.h> header file. */
     98 /* #undef HAVE_ARM_LIMITS_H */
     99 
    100 /* Define to 1 if you have the <arpa/inet.h> header file. */
    101 #ifndef MAGICKCORE_HAVE_ARPA_INET_H
    102 #define MAGICKCORE_HAVE_ARPA_INET_H 1
    103 #endif
    104 
    105 /* Define to 1 if you have the `asinh' function. */
    106 #ifndef MAGICKCORE_HAVE_ASINH
    107 #define MAGICKCORE_HAVE_ASINH 1
    108 #endif
    109 
    110 /* Define to 1 if you have the `atanh' function. */
    111 #ifndef MAGICKCORE_HAVE_ATANH
    112 #define MAGICKCORE_HAVE_ATANH 1
    113 #endif
    114 
    115 /* Define to 1 if you have the `atexit' function. */
    116 #ifndef MAGICKCORE_HAVE_ATEXIT
    117 #define MAGICKCORE_HAVE_ATEXIT 1
    118 #endif
    119 
    120 /* Define to 1 if you have the `atoll' function. */
    121 #ifndef MAGICKCORE_HAVE_ATOLL
    122 #define MAGICKCORE_HAVE_ATOLL 1
    123 #endif
    124 
    125 /* define if bool is a built-in type */
    126 #ifndef MAGICKCORE_HAVE_BOOL
    127 #define MAGICKCORE_HAVE_BOOL /**/
    128 #endif
    129 
    130 /* Define to 1 if you have the `cabs' function. */
    131 #ifndef MAGICKCORE_HAVE_CABS
    132 #define MAGICKCORE_HAVE_CABS 1
    133 #endif
    134 
    135 /* Define to 1 if you have the `carg' function. */
    136 #ifndef MAGICKCORE_HAVE_CARG
    137 #define MAGICKCORE_HAVE_CARG 1
    138 #endif
    139 
    140 /* Define to 1 if you have the `cimag' function. */
    141 #ifndef MAGICKCORE_HAVE_CIMAG
    142 #define MAGICKCORE_HAVE_CIMAG 1
    143 #endif
    144 
    145 /* Define to 1 if you have the `clock' function. */
    146 #ifndef MAGICKCORE_HAVE_CLOCK
    147 #define MAGICKCORE_HAVE_CLOCK 1
    148 #endif
    149 
    150 /* Define to 1 if you have clock_gettime. */
    151 /* #undef HAVE_CLOCK_GETTIME */
    152 
    153 /* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
    154 /* #undef HAVE_CLOCK_REALTIME */
    155 
    156 /* Define to 1 if you have the <CL/cl.h> header file. */
    157 /* #undef HAVE_CL_CL_H */
    158 
    159 /* Define to 1 if you have the <complex.h> header file. */
    160 #ifndef MAGICKCORE_HAVE_COMPLEX_H
    161 #define MAGICKCORE_HAVE_COMPLEX_H 1
    162 #endif
    163 
    164 /* Define to 1 if you have the `creal' function. */
    165 #ifndef MAGICKCORE_HAVE_CREAL
    166 #define MAGICKCORE_HAVE_CREAL 1
    167 #endif
    168 
    169 /* Define to 1 if you have the `ctime_r' function. */
    170 #ifndef MAGICKCORE_HAVE_CTIME_R
    171 #define MAGICKCORE_HAVE_CTIME_R 1
    172 #endif
    173 
    174 /* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
    175    */
    176 #ifndef MAGICKCORE_HAVE_DECL_PREAD
    177 #define MAGICKCORE_HAVE_DECL_PREAD 1
    178 #endif
    179 
    180 /* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
    181    */
    182 #ifndef MAGICKCORE_HAVE_DECL_PWRITE
    183 #define MAGICKCORE_HAVE_DECL_PWRITE 1
    184 #endif
    185 
    186 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
    187    don't. */
    188 #ifndef MAGICKCORE_HAVE_DECL_STRERROR_R
    189 #define MAGICKCORE_HAVE_DECL_STRERROR_R 1
    190 #endif
    191 
    192 /* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
    193    don't. */
    194 #ifndef MAGICKCORE_HAVE_DECL_STRLCPY
    195 #define MAGICKCORE_HAVE_DECL_STRLCPY 1
    196 #endif
    197 
    198 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
    199    */
    200 /* #undef HAVE_DECL_TZNAME */
    201 
    202 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
    203    don't. */
    204 #ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
    205 #define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
    206 #endif
    207 
    208 /* Define to 1 if you have the `directio' function. */
    209 /* #undef HAVE_DIRECTIO */
    210 
    211 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
    212    */
    213 #ifndef MAGICKCORE_HAVE_DIRENT_H
    214 #define MAGICKCORE_HAVE_DIRENT_H 1
    215 #endif
    216 
    217 /* Define to 1 if you have the <dlfcn.h> header file. */
    218 #ifndef MAGICKCORE_HAVE_DLFCN_H
    219 #define MAGICKCORE_HAVE_DLFCN_H 1
    220 #endif
    221 
    222 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
    223 /* #undef HAVE_DOPRNT */
    224 
    225 /* Define to 1 if the system has the type `double_t'. */
    226 #ifndef MAGICKCORE_HAVE_DOUBLE_T
    227 #define MAGICKCORE_HAVE_DOUBLE_T 1
    228 #endif
    229 
    230 /* Define to 1 if you have the `erf' function. */
    231 #ifndef MAGICKCORE_HAVE_ERF
    232 #define MAGICKCORE_HAVE_ERF 1
    233 #endif
    234 
    235 /* Define to 1 if you have the <errno.h> header file. */
    236 #ifndef MAGICKCORE_HAVE_ERRNO_H
    237 #define MAGICKCORE_HAVE_ERRNO_H 1
    238 #endif
    239 
    240 /* Define to 1 if you have the `execvp' function. */
    241 #ifndef MAGICKCORE_HAVE_EXECVP
    242 #define MAGICKCORE_HAVE_EXECVP 1
    243 #endif
    244 
    245 /* Define to 1 if you have the `fchmod' function. */
    246 #ifndef MAGICKCORE_HAVE_FCHMOD
    247 #define MAGICKCORE_HAVE_FCHMOD 1
    248 #endif
    249 
    250 /* Define to 1 if you have the <fcntl.h> header file. */
    251 #ifndef MAGICKCORE_HAVE_FCNTL_H
    252 #define MAGICKCORE_HAVE_FCNTL_H 1
    253 #endif
    254 
    255 /* Define to 1 if the system has the type `float_t'. */
    256 #ifndef MAGICKCORE_HAVE_FLOAT_T
    257 #define MAGICKCORE_HAVE_FLOAT_T 1
    258 #endif
    259 
    260 /* Define to 1 if you have the `floor' function. */
    261 #ifndef MAGICKCORE_HAVE_FLOOR
    262 #define MAGICKCORE_HAVE_FLOOR 1
    263 #endif
    264 
    265 /* Define to 1 if you have the `fork' function. */
    266 #ifndef MAGICKCORE_HAVE_FORK
    267 #define MAGICKCORE_HAVE_FORK 1
    268 #endif
    269 
    270 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
    271 #ifndef MAGICKCORE_HAVE_FSEEKO
    272 #define MAGICKCORE_HAVE_FSEEKO 1
    273 #endif
    274 
    275 /* Define to 1 if you have the `ftime' function. */
    276 #ifndef MAGICKCORE_HAVE_FTIME
    277 #define MAGICKCORE_HAVE_FTIME 1
    278 #endif
    279 
    280 /* Define to 1 if you have the `ftruncate' function. */
    281 #ifndef MAGICKCORE_HAVE_FTRUNCATE
    282 #define MAGICKCORE_HAVE_FTRUNCATE 1
    283 #endif
    284 
    285 /* Define to 1 if you have the `getcwd' function. */
    286 #ifndef MAGICKCORE_HAVE_GETCWD
    287 #define MAGICKCORE_HAVE_GETCWD 1
    288 #endif
    289 
    290 /* Define to 1 if you have the `getc_unlocked' function. */
    291 #ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
    292 #define MAGICKCORE_HAVE_GETC_UNLOCKED 1
    293 #endif
    294 
    295 /* Define to 1 if you have the `getdtablesize' function. */
    296 #ifndef MAGICKCORE_HAVE_GETDTABLESIZE
    297 #define MAGICKCORE_HAVE_GETDTABLESIZE 1
    298 #endif
    299 
    300 /* Define to 1 if you have the `getexecname' function. */
    301 /* #undef HAVE_GETEXECNAME */
    302 
    303 /* Define to 1 if you have the `getpagesize' function. */
    304 #ifndef MAGICKCORE_HAVE_GETPAGESIZE
    305 #define MAGICKCORE_HAVE_GETPAGESIZE 1
    306 #endif
    307 
    308 /* Define to 1 if you have the `getpid' function. */
    309 #ifndef MAGICKCORE_HAVE_GETPID
    310 #define MAGICKCORE_HAVE_GETPID 1
    311 #endif
    312 
    313 /* Define to 1 if you have the `getrlimit' function. */
    314 #ifndef MAGICKCORE_HAVE_GETRLIMIT
    315 #define MAGICKCORE_HAVE_GETRLIMIT 1
    316 #endif
    317 
    318 /* Define to 1 if you have the `getrusage' function. */
    319 #ifndef MAGICKCORE_HAVE_GETRUSAGE
    320 #define MAGICKCORE_HAVE_GETRUSAGE 1
    321 #endif
    322 
    323 /* Define to 1 if you have the `gettimeofday' function. */
    324 #ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
    325 #define MAGICKCORE_HAVE_GETTIMEOFDAY 1
    326 #endif
    327 
    328 /* Define to 1 if you have the `gmtime_r' function. */
    329 #ifndef MAGICKCORE_HAVE_GMTIME_R
    330 #define MAGICKCORE_HAVE_GMTIME_R 1
    331 #endif
    332 
    333 /* Compile with hugepage support */
    334 /* #undef HAVE_HUGEPAGES */
    335 
    336 /* Define to 1 if the system has the type `intmax_t'. */
    337 #ifndef MAGICKCORE_HAVE_INTMAX_T
    338 #define MAGICKCORE_HAVE_INTMAX_T 1
    339 #endif
    340 
    341 /* Define to 1 if the system has the type `intptr_t'. */
    342 #ifndef MAGICKCORE_HAVE_INTPTR_T
    343 #define MAGICKCORE_HAVE_INTPTR_T 1
    344 #endif
    345 
    346 /* Define to 1 if you have the <inttypes.h> header file. */
    347 #ifndef MAGICKCORE_HAVE_INTTYPES_H
    348 #define MAGICKCORE_HAVE_INTTYPES_H 1
    349 #endif
    350 
    351 /* Define to 1 if you have the `isnan' function. */
    352 #ifndef MAGICKCORE_HAVE_ISNAN
    353 #define MAGICKCORE_HAVE_ISNAN 1
    354 #endif
    355 
    356 /* Define to 1 if you have the `j0' function. */
    357 #ifndef MAGICKCORE_HAVE_J0
    358 #define MAGICKCORE_HAVE_J0 1
    359 #endif
    360 
    361 /* Define to 1 if you have the `j1' function. */
    362 #ifndef MAGICKCORE_HAVE_J1
    363 #define MAGICKCORE_HAVE_J1 1
    364 #endif
    365 
    366 /* Define if you have the <lcms2.h> header file. */
    367 /* #undef HAVE_LCMS2_H */
    368 
    369 /* Define if you have the <lcms2/lcms2.h> header file. */
    370 /* #undef HAVE_LCMS2_LCMS2_H */
    371 
    372 /* Define to 1 if you have the `gcov' library (-lgcov). */
    373 /* #undef HAVE_LIBGCOV */
    374 
    375 /* Define to 1 if you have the <limits.h> header file. */
    376 #ifndef MAGICKCORE_HAVE_LIMITS_H
    377 #define MAGICKCORE_HAVE_LIMITS_H 1
    378 #endif
    379 
    380 /* Define to 1 if you have the <linux/unistd.h> header file. */
    381 /* #undef HAVE_LINUX_UNISTD_H */
    382 
    383 /* Define to 1 if you have the `lltostr' function. */
    384 /* #undef HAVE_LLTOSTR */
    385 
    386 /* Define to 1 if you have the <locale.h> header file. */
    387 #ifndef MAGICKCORE_HAVE_LOCALE_H
    388 #define MAGICKCORE_HAVE_LOCALE_H 1
    389 #endif
    390 
    391 /* Define to 1 if the system has the type `locale_t'. */
    392 #ifndef MAGICKCORE_HAVE_LOCALE_T
    393 #define MAGICKCORE_HAVE_LOCALE_T 1
    394 #endif
    395 
    396 /* Define to 1 if you have the `localtime_r' function. */
    397 #ifndef MAGICKCORE_HAVE_LOCALTIME_R
    398 #define MAGICKCORE_HAVE_LOCALTIME_R 1
    399 #endif
    400 
    401 /* Define to 1 if the system has the type `long double'. */
    402 #ifndef MAGICKCORE_HAVE_LONG_DOUBLE
    403 #define MAGICKCORE_HAVE_LONG_DOUBLE 1
    404 #endif
    405 
    406 /* Define to 1 if the type `long double' works and has more range or precision
    407    than `double'. */
    408 #ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
    409 #define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
    410 #endif
    411 
    412 /* Define to 1 if the system has the type 'long long int'. */
    413 #ifndef MAGICKCORE_HAVE_LONG_LONG_INT
    414 #define MAGICKCORE_HAVE_LONG_LONG_INT 1
    415 #endif
    416 
    417 /* Define to 1 if you have the `lstat' function. */
    418 #ifndef MAGICKCORE_HAVE_LSTAT
    419 #define MAGICKCORE_HAVE_LSTAT 1
    420 #endif
    421 
    422 /* Define to 1 if you have the <machine/param.h> header file. */
    423 #ifndef MAGICKCORE_HAVE_MACHINE_PARAM_H
    424 #define MAGICKCORE_HAVE_MACHINE_PARAM_H 1
    425 #endif
    426 
    427 /* Define to 1 if you have the <mach-o/dyld.h> header file. */
    428 #ifndef MAGICKCORE_HAVE_MACH_O_DYLD_H
    429 #define MAGICKCORE_HAVE_MACH_O_DYLD_H 1
    430 #endif
    431 
    432 /* Define to 1 if <wchar.h> declares mbstate_t. */
    433 #ifndef MAGICKCORE_HAVE_MBSTATE_T
    434 #define MAGICKCORE_HAVE_MBSTATE_T 1
    435 #endif
    436 
    437 /* Define to 1 if you have the `memmove' function. */
    438 #ifndef MAGICKCORE_HAVE_MEMMOVE
    439 #define MAGICKCORE_HAVE_MEMMOVE 1
    440 #endif
    441 
    442 /* Define to 1 if you have the <memory.h> header file. */
    443 #ifndef MAGICKCORE_HAVE_MEMORY_H
    444 #define MAGICKCORE_HAVE_MEMORY_H 1
    445 #endif
    446 
    447 /* Define to 1 if you have the `memset' function. */
    448 #ifndef MAGICKCORE_HAVE_MEMSET
    449 #define MAGICKCORE_HAVE_MEMSET 1
    450 #endif
    451 
    452 /* Define to 1 if you have the `mkstemp' function. */
    453 #ifndef MAGICKCORE_HAVE_MKSTEMP
    454 #define MAGICKCORE_HAVE_MKSTEMP 1
    455 #endif
    456 
    457 /* Define to 1 if you have a working `mmap' system call. */
    458 #ifndef MAGICKCORE_HAVE_MMAP
    459 #define MAGICKCORE_HAVE_MMAP 1
    460 #endif
    461 
    462 /* Define to 1 if you have the `munmap' function. */
    463 #ifndef MAGICKCORE_HAVE_MUNMAP
    464 #define MAGICKCORE_HAVE_MUNMAP 1
    465 #endif
    466 
    467 /* define if the compiler implements namespaces */
    468 #ifndef MAGICKCORE_HAVE_NAMESPACES
    469 #define MAGICKCORE_HAVE_NAMESPACES /**/
    470 #endif
    471 
    472 /* Define if g++ supports namespace std. */
    473 #ifndef MAGICKCORE_HAVE_NAMESPACE_STD
    474 #define MAGICKCORE_HAVE_NAMESPACE_STD /**/
    475 #endif
    476 
    477 /* Define to 1 if you have the `nanosleep' function. */
    478 #ifndef MAGICKCORE_HAVE_NANOSLEEP
    479 #define MAGICKCORE_HAVE_NANOSLEEP 1
    480 #endif
    481 
    482 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
    483 /* #undef HAVE_NDIR_H */
    484 
    485 /* Define to 1 if you have the <netinet/in.h> header file. */
    486 #ifndef MAGICKCORE_HAVE_NETINET_IN_H
    487 #define MAGICKCORE_HAVE_NETINET_IN_H 1
    488 #endif
    489 
    490 /* Define to 1 if you have the `newlocale' function. */
    491 #ifndef MAGICKCORE_HAVE_NEWLOCALE
    492 #define MAGICKCORE_HAVE_NEWLOCALE 1
    493 #endif
    494 
    495 /* Define to 1 if you have the <OpenCL/cl.h> header file. */
    496 /* #undef HAVE_OPENCL_CL_H */
    497 
    498 /* Define to 1 if you have the <OS.h> header file. */
    499 /* #undef HAVE_OS_H */
    500 
    501 /* Define to 1 if you have the `pclose' function. */
    502 #ifndef MAGICKCORE_HAVE_PCLOSE
    503 #define MAGICKCORE_HAVE_PCLOSE 1
    504 #endif
    505 
    506 /* Define to 1 if you have the `poll' function. */
    507 #ifndef MAGICKCORE_HAVE_POLL
    508 #define MAGICKCORE_HAVE_POLL 1
    509 #endif
    510 
    511 /* Define to 1 if you have the `popen' function. */
    512 #ifndef MAGICKCORE_HAVE_POPEN
    513 #define MAGICKCORE_HAVE_POPEN 1
    514 #endif
    515 
    516 /* Define to 1 if you have the `posix_fadvise' function. */
    517 /* #undef HAVE_POSIX_FADVISE */
    518 
    519 /* Define to 1 if you have the `posix_fallocate' function. */
    520 /* #undef HAVE_POSIX_FALLOCATE */
    521 
    522 /* Define to 1 if you have the `posix_madvise' function. */
    523 #ifndef MAGICKCORE_HAVE_POSIX_MADVISE
    524 #define MAGICKCORE_HAVE_POSIX_MADVISE 1
    525 #endif
    526 
    527 /* Define to 1 if you have the `posix_memalign' function. */
    528 #ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
    529 #define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
    530 #endif
    531 
    532 /* Define to 1 if you have the `posix_spawnp' function. */
    533 #ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
    534 #define MAGICKCORE_HAVE_POSIX_SPAWNP 1
    535 #endif
    536 
    537 /* Define to 1 if you have the `pow' function. */
    538 #ifndef MAGICKCORE_HAVE_POW
    539 #define MAGICKCORE_HAVE_POW 1
    540 #endif
    541 
    542 /* Define to 1 if you have the `pread' function. */
    543 #ifndef MAGICKCORE_HAVE_PREAD
    544 #define MAGICKCORE_HAVE_PREAD 1
    545 #endif
    546 
    547 /* Define to 1 if you have the <process.h> header file. */
    548 /* #undef HAVE_PROCESS_H */
    549 
    550 /* Define if you have POSIX threads libraries and header files. */
    551 #ifndef MAGICKCORE_HAVE_PTHREAD
    552 #define MAGICKCORE_HAVE_PTHREAD 1
    553 #endif
    554 
    555 /* Have PTHREAD_PRIO_INHERIT. */
    556 #ifndef MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT
    557 #define MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT 1
    558 #endif
    559 
    560 /* Define to 1 if you have the `pwrite' function. */
    561 #ifndef MAGICKCORE_HAVE_PWRITE
    562 #define MAGICKCORE_HAVE_PWRITE 1
    563 #endif
    564 
    565 /* Define to 1 if you have the `qsort_r' function. */
    566 #ifndef MAGICKCORE_HAVE_QSORT_R
    567 #define MAGICKCORE_HAVE_QSORT_R 1
    568 #endif
    569 
    570 /* Define to 1 if you have the `raise' function. */
    571 #ifndef MAGICKCORE_HAVE_RAISE
    572 #define MAGICKCORE_HAVE_RAISE 1
    573 #endif
    574 
    575 /* Define to 1 if you have the `rand_r' function. */
    576 #ifndef MAGICKCORE_HAVE_RAND_R
    577 #define MAGICKCORE_HAVE_RAND_R 1
    578 #endif
    579 
    580 /* Define to 1 if you have the `readdir_r' function. */
    581 /* #undef MAGICKCORE_HAVE_READDIR_R */
    582 
    583 /* Define to 1 if you have the `readlink' function. */
    584 #ifndef MAGICKCORE_HAVE_READLINK
    585 #define MAGICKCORE_HAVE_READLINK 1
    586 #endif
    587 
    588 /* Define to 1 if you have the `realpath' function. */
    589 #ifndef MAGICKCORE_HAVE_REALPATH
    590 #define MAGICKCORE_HAVE_REALPATH 1
    591 #endif
    592 
    593 /* Define to 1 if you have the `seekdir' function. */
    594 #ifndef MAGICKCORE_HAVE_SEEKDIR
    595 #define MAGICKCORE_HAVE_SEEKDIR 1
    596 #endif
    597 
    598 /* Define to 1 if you have the `select' function. */
    599 #ifndef MAGICKCORE_HAVE_SELECT
    600 #define MAGICKCORE_HAVE_SELECT 1
    601 #endif
    602 
    603 /* Define to 1 if you have the `sendfile' function. */
    604 #ifndef MAGICKCORE_HAVE_SENDFILE
    605 #define MAGICKCORE_HAVE_SENDFILE 1
    606 #endif
    607 
    608 /* Define to 1 if you have the `setlocale' function. */
    609 #ifndef MAGICKCORE_HAVE_SETLOCALE
    610 #define MAGICKCORE_HAVE_SETLOCALE 1
    611 #endif
    612 
    613 /* Define to 1 if you have the `setvbuf' function. */
    614 #ifndef MAGICKCORE_HAVE_SETVBUF
    615 #define MAGICKCORE_HAVE_SETVBUF 1
    616 #endif
    617 
    618 /* X11 server supports shape extension */
    619 #ifndef MAGICKCORE_HAVE_SHAPE
    620 #define MAGICKCORE_HAVE_SHAPE 1
    621 #endif
    622 
    623 /* X11 server supports shared memory extension */
    624 #ifndef MAGICKCORE_HAVE_SHARED_MEMORY
    625 #define MAGICKCORE_HAVE_SHARED_MEMORY 1
    626 #endif
    627 
    628 /* Define to 1 if you have the `sigaction' function. */
    629 #ifndef MAGICKCORE_HAVE_SIGACTION
    630 #define MAGICKCORE_HAVE_SIGACTION 1
    631 #endif
    632 
    633 /* Define to 1 if you have the `sigemptyset' function. */
    634 #ifndef MAGICKCORE_HAVE_SIGEMPTYSET
    635 #define MAGICKCORE_HAVE_SIGEMPTYSET 1
    636 #endif
    637 
    638 /* Define to 1 if you have the `socket' function. */
    639 #ifndef MAGICKCORE_HAVE_SOCKET
    640 #define MAGICKCORE_HAVE_SOCKET 1
    641 #endif
    642 
    643 /* Define to 1 if you have the `spawnvp' function. */
    644 /* #undef HAVE_SPAWNVP */
    645 
    646 /* Define to 1 if you have the `sqrt' function. */
    647 #ifndef MAGICKCORE_HAVE_SQRT
    648 #define MAGICKCORE_HAVE_SQRT 1
    649 #endif
    650 
    651 /* Define to 1 if you have the `stat' function. */
    652 #ifndef MAGICKCORE_HAVE_STAT
    653 #define MAGICKCORE_HAVE_STAT 1
    654 #endif
    655 
    656 /* Define to 1 if you have the <stdarg.h> header file. */
    657 #ifndef MAGICKCORE_HAVE_STDARG_H
    658 #define MAGICKCORE_HAVE_STDARG_H 1
    659 #endif
    660 
    661 /* Define to 1 if stdbool.h conforms to C99. */
    662 #ifndef MAGICKCORE_HAVE_STDBOOL_H
    663 #define MAGICKCORE_HAVE_STDBOOL_H 1
    664 #endif
    665 
    666 /* Define to 1 if you have the <stdint.h> header file. */
    667 #ifndef MAGICKCORE_HAVE_STDINT_H
    668 #define MAGICKCORE_HAVE_STDINT_H 1
    669 #endif
    670 
    671 /* Define to 1 if you have the <stdlib.h> header file. */
    672 #ifndef MAGICKCORE_HAVE_STDLIB_H
    673 #define MAGICKCORE_HAVE_STDLIB_H 1
    674 #endif
    675 
    676 /* define if the compiler supports ISO C++ standard library */
    677 #ifndef MAGICKCORE_HAVE_STD_LIBS
    678 #define MAGICKCORE_HAVE_STD_LIBS /**/
    679 #endif
    680 
    681 /* Define to 1 if you have the `strcasecmp' function. */
    682 #ifndef MAGICKCORE_HAVE_STRCASECMP
    683 #define MAGICKCORE_HAVE_STRCASECMP 1
    684 #endif
    685 
    686 /* Define to 1 if you have the `strchr' function. */
    687 #ifndef MAGICKCORE_HAVE_STRCHR
    688 #define MAGICKCORE_HAVE_STRCHR 1
    689 #endif
    690 
    691 /* Define to 1 if you have the `strcspn' function. */
    692 #ifndef MAGICKCORE_HAVE_STRCSPN
    693 #define MAGICKCORE_HAVE_STRCSPN 1
    694 #endif
    695 
    696 /* Define to 1 if you have the `strdup' function. */
    697 #ifndef MAGICKCORE_HAVE_STRDUP
    698 #define MAGICKCORE_HAVE_STRDUP 1
    699 #endif
    700 
    701 /* Define to 1 if you have the `strerror' function. */
    702 #ifndef MAGICKCORE_HAVE_STRERROR
    703 #define MAGICKCORE_HAVE_STRERROR 1
    704 #endif
    705 
    706 /* Define to 1 if you have the `strerror_r' function. */
    707 #ifndef MAGICKCORE_HAVE_STRERROR_R
    708 #define MAGICKCORE_HAVE_STRERROR_R 1
    709 #endif
    710 
    711 /* Define to 1 if cpp supports the ANSI # stringizing operator. */
    712 #ifndef MAGICKCORE_HAVE_STRINGIZE
    713 #define MAGICKCORE_HAVE_STRINGIZE 1
    714 #endif
    715 
    716 /* Define to 1 if you have the <strings.h> header file. */
    717 #ifndef MAGICKCORE_HAVE_STRINGS_H
    718 #define MAGICKCORE_HAVE_STRINGS_H 1
    719 #endif
    720 
    721 /* Define to 1 if you have the <string.h> header file. */
    722 #ifndef MAGICKCORE_HAVE_STRING_H
    723 #define MAGICKCORE_HAVE_STRING_H 1
    724 #endif
    725 
    726 /* Define to 1 if you have the `strlcat' function. */
    727 #ifndef MAGICKCORE_HAVE_STRLCAT
    728 #define MAGICKCORE_HAVE_STRLCAT 1
    729 #endif
    730 
    731 /* Define to 1 if you have the `strlcpy' function. */
    732 #ifndef MAGICKCORE_HAVE_STRLCPY
    733 #define MAGICKCORE_HAVE_STRLCPY 1
    734 #endif
    735 
    736 /* Define to 1 if you have the `strncasecmp' function. */
    737 #ifndef MAGICKCORE_HAVE_STRNCASECMP
    738 #define MAGICKCORE_HAVE_STRNCASECMP 1
    739 #endif
    740 
    741 /* Define to 1 if you have the `strpbrk' function. */
    742 #ifndef MAGICKCORE_HAVE_STRPBRK
    743 #define MAGICKCORE_HAVE_STRPBRK 1
    744 #endif
    745 
    746 /* Define to 1 if you have the `strrchr' function. */
    747 #ifndef MAGICKCORE_HAVE_STRRCHR
    748 #define MAGICKCORE_HAVE_STRRCHR 1
    749 #endif
    750 
    751 /* Define to 1 if you have the `strspn' function. */
    752 #ifndef MAGICKCORE_HAVE_STRSPN
    753 #define MAGICKCORE_HAVE_STRSPN 1
    754 #endif
    755 
    756 /* Define to 1 if you have the `strstr' function. */
    757 #ifndef MAGICKCORE_HAVE_STRSTR
    758 #define MAGICKCORE_HAVE_STRSTR 1
    759 #endif
    760 
    761 /* Define to 1 if you have the `strtod' function. */
    762 #ifndef MAGICKCORE_HAVE_STRTOD
    763 #define MAGICKCORE_HAVE_STRTOD 1
    764 #endif
    765 
    766 /* Define to 1 if you have the `strtod_l' function. */
    767 #ifndef MAGICKCORE_HAVE_STRTOD_L
    768 #define MAGICKCORE_HAVE_STRTOD_L 1
    769 #endif
    770 
    771 /* Define to 1 if you have the `strtol' function. */
    772 #ifndef MAGICKCORE_HAVE_STRTOL
    773 #define MAGICKCORE_HAVE_STRTOL 1
    774 #endif
    775 
    776 /* Define to 1 if you have the `strtoul' function. */
    777 #ifndef MAGICKCORE_HAVE_STRTOUL
    778 #define MAGICKCORE_HAVE_STRTOUL 1
    779 #endif
    780 
    781 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
    782 #ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
    783 #define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
    784 #endif
    785 
    786 /* Define to 1 if you have the <sun_prefetch.h> header file. */
    787 /* #undef HAVE_SUN_PREFETCH_H */
    788 
    789 /* Define to 1 if you have the `symlink' function. */
    790 #ifndef MAGICKCORE_HAVE_SYMLINK
    791 #define MAGICKCORE_HAVE_SYMLINK 1
    792 #endif
    793 
    794 /* Define to 1 if you have the `sysconf' function. */
    795 #ifndef MAGICKCORE_HAVE_SYSCONF
    796 #define MAGICKCORE_HAVE_SYSCONF 1
    797 #endif
    798 
    799 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
    800    */
    801 /* #undef HAVE_SYS_DIR_H */
    802 
    803 /* Define to 1 if you have the <sys/ipc.h> header file. */
    804 #ifndef MAGICKCORE_HAVE_SYS_IPC_H
    805 #define MAGICKCORE_HAVE_SYS_IPC_H 1
    806 #endif
    807 
    808 /* Define to 1 if you have the <sys/mman.h> header file. */
    809 #ifndef MAGICKCORE_HAVE_SYS_MMAN_H
    810 #define MAGICKCORE_HAVE_SYS_MMAN_H 1
    811 #endif
    812 
    813 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
    814    */
    815 /* #undef HAVE_SYS_NDIR_H */
    816 
    817 /* Define to 1 if you have the <sys/param.h> header file. */
    818 #ifndef MAGICKCORE_HAVE_SYS_PARAM_H
    819 #define MAGICKCORE_HAVE_SYS_PARAM_H 1
    820 #endif
    821 
    822 /* Define to 1 if you have the <sys/resource.h> header file. */
    823 #ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
    824 #define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
    825 #endif
    826 
    827 /* Define to 1 if you have the <sys/select.h> header file. */
    828 #ifndef MAGICKCORE_HAVE_SYS_SELECT_H
    829 #define MAGICKCORE_HAVE_SYS_SELECT_H 1
    830 #endif
    831 
    832 /* Define to 1 if you have the <sys/sendfile.h> header file. */
    833 /* #undef HAVE_SYS_SENDFILE_H */
    834 
    835 /* Define to 1 if you have the <sys/socket.h> header file. */
    836 #ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
    837 #define MAGICKCORE_HAVE_SYS_SOCKET_H 1
    838 #endif
    839 
    840 /* Define to 1 if you have the <sys/stat.h> header file. */
    841 #ifndef MAGICKCORE_HAVE_SYS_STAT_H
    842 #define MAGICKCORE_HAVE_SYS_STAT_H 1
    843 #endif
    844 
    845 /* Define to 1 if you have the <sys/syslimits.h> header file. */
    846 /* #undef MAGICKCORE_HAVE_SYS_SYSLIMITS_H */
    847 
    848 /* Define to 1 if you have the <sys/timeb.h> header file. */
    849 #ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
    850 #define MAGICKCORE_HAVE_SYS_TIMEB_H 1
    851 #endif
    852 
    853 /* Define to 1 if you have the <sys/times.h> header file. */
    854 #ifndef MAGICKCORE_HAVE_SYS_TIMES_H
    855 #define MAGICKCORE_HAVE_SYS_TIMES_H 1
    856 #endif
    857 
    858 /* Define to 1 if you have the <sys/time.h> header file. */
    859 #ifndef MAGICKCORE_HAVE_SYS_TIME_H
    860 #define MAGICKCORE_HAVE_SYS_TIME_H 1
    861 #endif
    862 
    863 /* Define to 1 if you have the <sys/types.h> header file. */
    864 #ifndef MAGICKCORE_HAVE_SYS_TYPES_H
    865 #define MAGICKCORE_HAVE_SYS_TYPES_H 1
    866 #endif
    867 
    868 /* Define to 1 if you have the <sys/wait.h> header file. */
    869 #ifndef MAGICKCORE_HAVE_SYS_WAIT_H
    870 #define MAGICKCORE_HAVE_SYS_WAIT_H 1
    871 #endif
    872 
    873 /* Define to 1 if you have the `telldir' function. */
    874 #ifndef MAGICKCORE_HAVE_TELLDIR
    875 #define MAGICKCORE_HAVE_TELLDIR 1
    876 #endif
    877 
    878 /* Define to 1 if you have the `tempnam' function. */
    879 #ifndef MAGICKCORE_HAVE_TEMPNAM
    880 #define MAGICKCORE_HAVE_TEMPNAM 1
    881 #endif
    882 
    883 /* Define to 1 if you have the <tiffconf.h> header file. */
    884 /* #undef HAVE_TIFFCONF_H */
    885 
    886 /* Define to 1 if you have the `TIFFIsBigEndian' function. */
    887 /* #undef HAVE_TIFFISBIGENDIAN */
    888 
    889 /* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
    890 /* #undef HAVE_TIFFISCODECCONFIGURED */
    891 
    892 /* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
    893 /* #undef HAVE_TIFFMERGEFIELDINFO */
    894 
    895 /* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
    896 /* #undef HAVE_TIFFREADEXIFDIRECTORY */
    897 
    898 /* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
    899 /* #undef HAVE_TIFFSETERRORHANDLEREXT */
    900 
    901 /* Define to 1 if you have the `TIFFSetTagExtender' function. */
    902 /* #undef HAVE_TIFFSETTAGEXTENDER */
    903 
    904 /* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
    905 /* #undef HAVE_TIFFSETWARNINGHANDLEREXT */
    906 
    907 /* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
    908 /* #undef HAVE_TIFFSWABARRAYOFTRIPLES */
    909 
    910 /* Define to 1 if you have the `times' function. */
    911 #ifndef MAGICKCORE_HAVE_TIMES
    912 #define MAGICKCORE_HAVE_TIMES 1
    913 #endif
    914 
    915 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
    916    `HAVE_STRUCT_TM_TM_ZONE' instead. */
    917 #ifndef MAGICKCORE_HAVE_TM_ZONE
    918 #define MAGICKCORE_HAVE_TM_ZONE 1
    919 #endif
    920 
    921 /* Define to 1 if you don't have `tm_zone' but do have the external array
    922    `tzname'. */
    923 /* #undef HAVE_TZNAME */
    924 
    925 /* Define to 1 if the system has the type `uintmax_t'. */
    926 #ifndef MAGICKCORE_HAVE_UINTMAX_T
    927 #define MAGICKCORE_HAVE_UINTMAX_T 1
    928 #endif
    929 
    930 /* Define to 1 if the system has the type `uintptr_t'. */
    931 #ifndef MAGICKCORE_HAVE_UINTPTR_T
    932 #define MAGICKCORE_HAVE_UINTPTR_T 1
    933 #endif
    934 
    935 /* Define to 1 if you have the `ulltostr' function. */
    936 /* #undef HAVE_ULLTOSTR */
    937 
    938 /* Define to 1 if you have the <unistd.h> header file. */
    939 #ifndef MAGICKCORE_HAVE_UNISTD_H
    940 #define MAGICKCORE_HAVE_UNISTD_H 1
    941 #endif
    942 
    943 /* Define to 1 if the system has the type 'unsigned long long int'. */
    944 #ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
    945 #define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
    946 #endif
    947 
    948 /* Define to 1 if you have the `uselocale' function. */
    949 #ifndef MAGICKCORE_HAVE_USELOCALE
    950 #define MAGICKCORE_HAVE_USELOCALE 1
    951 #endif
    952 
    953 /* Define to 1 if you have the `usleep' function. */
    954 #ifndef MAGICKCORE_HAVE_USLEEP
    955 #define MAGICKCORE_HAVE_USLEEP 1
    956 #endif
    957 
    958 /* Define to 1 if you have the `utime' function. */
    959 #ifndef MAGICKCORE_HAVE_UTIME
    960 #define MAGICKCORE_HAVE_UTIME 1
    961 #endif
    962 
    963 /* Define to 1 if you have the <utime.h> header file. */
    964 #ifndef MAGICKCORE_HAVE_UTIME_H
    965 #define MAGICKCORE_HAVE_UTIME_H 1
    966 #endif
    967 
    968 /* Define to 1 if you have the `vfork' function. */
    969 #ifndef MAGICKCORE_HAVE_VFORK
    970 #define MAGICKCORE_HAVE_VFORK 1
    971 #endif
    972 
    973 /* Define to 1 if you have the <vfork.h> header file. */
    974 /* #undef HAVE_VFORK_H */
    975 
    976 /* Define to 1 if you have the `vfprintf' function. */
    977 #ifndef MAGICKCORE_HAVE_VFPRINTF
    978 #define MAGICKCORE_HAVE_VFPRINTF 1
    979 #endif
    980 
    981 /* Define to 1 if you have the `vfprintf_l' function. */
    982 #ifndef MAGICKCORE_HAVE_VFPRINTF_L
    983 #define MAGICKCORE_HAVE_VFPRINTF_L 1
    984 #endif
    985 
    986 /* Define to 1 if you have the `vprintf' function. */
    987 #ifndef MAGICKCORE_HAVE_VPRINTF
    988 #define MAGICKCORE_HAVE_VPRINTF 1
    989 #endif
    990 
    991 /* Define to 1 if you have the `vsnprintf' function. */
    992 #ifndef MAGICKCORE_HAVE_VSNPRINTF
    993 #define MAGICKCORE_HAVE_VSNPRINTF 1
    994 #endif
    995 
    996 /* Define to 1 if you have the `vsnprintf_l' function. */
    997 #ifndef MAGICKCORE_HAVE_VSNPRINTF_L
    998 #define MAGICKCORE_HAVE_VSNPRINTF_L 1
    999 #endif
   1000 
   1001 /* Define to 1 if you have the `vsprintf' function. */
   1002 #ifndef MAGICKCORE_HAVE_VSPRINTF
   1003 #define MAGICKCORE_HAVE_VSPRINTF 1
   1004 #endif
   1005 
   1006 /* Define to 1 if you have the `waitpid' function. */
   1007 #ifndef MAGICKCORE_HAVE_WAITPID
   1008 #define MAGICKCORE_HAVE_WAITPID 1
   1009 #endif
   1010 
   1011 /* Define to 1 if you have the <wchar.h> header file. */
   1012 #ifndef MAGICKCORE_HAVE_WCHAR_H
   1013 #define MAGICKCORE_HAVE_WCHAR_H 1
   1014 #endif
   1015 
   1016 /* Define to 1 if you have the <windows.h> header file. */
   1017 /* #undef HAVE_WINDOWS_H */
   1018 
   1019 /* Define to 1 if `fork' works. */
   1020 #ifndef MAGICKCORE_HAVE_WORKING_FORK
   1021 #define MAGICKCORE_HAVE_WORKING_FORK 1
   1022 #endif
   1023 
   1024 /* Define to 1 if `vfork' works. */
   1025 #ifndef MAGICKCORE_HAVE_WORKING_VFORK
   1026 #define MAGICKCORE_HAVE_WORKING_VFORK 1
   1027 #endif
   1028 
   1029 /* Define to 1 if you have the <xlocale.h> header file. */
   1030 #ifndef MAGICKCORE_HAVE_XLOCALE_H
   1031 #define MAGICKCORE_HAVE_XLOCALE_H 1
   1032 #endif
   1033 
   1034 /* Define to 1 if you have the `_aligned_malloc' function. */
   1035 /* #undef HAVE__ALIGNED_MALLOC */
   1036 
   1037 /* Define to 1 if the system has the type `_Bool'. */
   1038 #ifndef MAGICKCORE_HAVE__BOOL
   1039 #define MAGICKCORE_HAVE__BOOL 1
   1040 #endif
   1041 
   1042 /* Define to 1 if you have the `_exit' function. */
   1043 #ifndef MAGICKCORE_HAVE__EXIT
   1044 #define MAGICKCORE_HAVE__EXIT 1
   1045 #endif
   1046 
   1047 /* Define to 1 if you have the `_NSGetExecutablePath' function. */
   1048 #ifndef MAGICKCORE_HAVE__NSGETEXECUTABLEPATH
   1049 #define MAGICKCORE_HAVE__NSGETEXECUTABLEPATH 1
   1050 #endif
   1051 
   1052 /* Define to 1 if you have the `_pclose' function. */
   1053 /* #undef HAVE__PCLOSE */
   1054 
   1055 /* Define to 1 if you have the `_popen' function. */
   1056 /* #undef HAVE__POPEN */
   1057 
   1058 /* Define to 1 if you have the `_wfopen' function. */
   1059 /* #undef HAVE__WFOPEN */
   1060 
   1061 /* Define to 1 if you have the `_wstat' function. */
   1062 /* #undef HAVE__WSTAT */
   1063 
   1064 /* define if your compiler has __attribute__ */
   1065 #ifndef MAGICKCORE_HAVE___ATTRIBUTE__
   1066 #define MAGICKCORE_HAVE___ATTRIBUTE__ 1
   1067 #endif
   1068 
   1069 /* Whether hdri is enabled or not */
   1070 #ifndef MAGICKCORE_HDRI_ENABLE_OBSOLETE_IN_H
   1071 #define MAGICKCORE_HDRI_ENABLE_OBSOLETE_IN_H 1
   1072 #endif
   1073 
   1074 /* Define if you have jemalloc memory allocation library */
   1075 /* #undef HasJEMALLOC */
   1076 
   1077 /* Define if you have umem memory allocation library */
   1078 /* #undef HasUMEM */
   1079 
   1080 /* Directory where ImageMagick architecture headers live. */
   1081 #ifndef MAGICKCORE_INCLUDEARCH_PATH
   1082 #define MAGICKCORE_INCLUDEARCH_PATH "/usr/local/include/ImageMagick-7/"
   1083 #endif
   1084 
   1085 /* Directory where ImageMagick headers live. */
   1086 #ifndef MAGICKCORE_INCLUDE_PATH
   1087 #define MAGICKCORE_INCLUDE_PATH "/usr/local/include/ImageMagick-7/"
   1088 #endif
   1089 
   1090 /* ImageMagick is formally installed under prefix */
   1091 #ifndef MAGICKCORE_INSTALLED_SUPPORT
   1092 #define MAGICKCORE_INSTALLED_SUPPORT 1
   1093 #endif
   1094 
   1095 /* Define if you have JBIG library */
   1096 /* #undef JBIG_DELEGATE */
   1097 
   1098 /* Define if you have JPEG library */
   1099 /* #undef JPEG_DELEGATE */
   1100 
   1101 /* Define if you have LCMS library */
   1102 /* #undef LCMS_DELEGATE */
   1103 
   1104 /* Define if you have OPENJP2 library */
   1105 /* #undef LIBOPENJP2_DELEGATE */
   1106 
   1107 /* Directory where architecture-dependent files live. */
   1108 #ifndef MAGICKCORE_LIBRARY_PATH
   1109 #define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.2/"
   1110 #endif
   1111 
   1112 /* Subdirectory of lib where ImageMagick architecture dependent files are
   1113    installed. */
   1114 #ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
   1115 #define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.2"
   1116 #endif
   1117 
   1118 /* Binaries in libraries path base name (will be during install linked to bin)
   1119    */
   1120 #ifndef MAGICKCORE_LIB_BIN_BASEDIRNAME
   1121 #define MAGICKCORE_LIB_BIN_BASEDIRNAME "bin"
   1122 #endif
   1123 
   1124 /* Define if you have LQR library */
   1125 /* #undef LQR_DELEGATE */
   1126 
   1127 /* Define if using libltdl to support dynamically loadable modules */
   1128 /* #undef LTDL_DELEGATE */
   1129 
   1130 /* Define to the sub-directory where libtool stores uninstalled libraries. */
   1131 #ifndef MAGICKCORE_LT_OBJDIR
   1132 #define MAGICKCORE_LT_OBJDIR ".libs/"
   1133 #endif
   1134 
   1135 /* Define if you have LZMA library */
   1136 /* #undef LZMA_DELEGATE */
   1137 
   1138 /* Define to prepend to default font search path. */
   1139 /* #undef MAGICK_FONT_PATH */
   1140 
   1141 /* Target Host CPU */
   1142 #ifndef MAGICKCORE_MAGICK_TARGET_CPU
   1143 #define MAGICKCORE_MAGICK_TARGET_CPU arm
   1144 #endif
   1145 
   1146 /* Target Host OS */
   1147 #ifndef MAGICKCORE_MAGICK_TARGET_OS
   1148 #define MAGICKCORE_MAGICK_TARGET_OS linux-gnu
   1149 #endif
   1150 
   1151 /* Target Host Vendor */
   1152 #ifndef MAGICKCORE_MAGICK_TARGET_VENDOR
   1153 #define MAGICKCORE_MAGICK_TARGET_VENDOR unknown
   1154 #endif
   1155 
   1156 /* Module directory name without ABI part. */
   1157 #ifndef MAGICKCORE_MODULES_BASEDIRNAME
   1158 #define MAGICKCORE_MODULES_BASEDIRNAME "modules"
   1159 #endif
   1160 
   1161 /* Module directory dirname */
   1162 /* #undef MODULES_DIRNAME */
   1163 
   1164 /* Magick API method prefix */
   1165 /* #undef NAMESPACE_PREFIX */
   1166 
   1167 /* Define to 1 if assertions should be disabled. */
   1168 /* #undef NDEBUG */
   1169 
   1170 /* Define if you have OPENEXR library */
   1171 /* #undef OPENEXR_DELEGATE */
   1172 
   1173 /* Name of package */
   1174 #ifndef MAGICKCORE_PACKAGE
   1175 #define MAGICKCORE_PACKAGE "ImageMagick"
   1176 #endif
   1177 
   1178 /* Define to the address where bug reports for this package should be sent. */
   1179 #ifndef MAGICKCORE_PACKAGE_BUGREPORT
   1180 #define MAGICKCORE_PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
   1181 #endif
   1182 
   1183 /* Define to the full name of this package. */
   1184 #ifndef MAGICKCORE_PACKAGE_NAME
   1185 #define MAGICKCORE_PACKAGE_NAME "ImageMagick"
   1186 #endif
   1187 
   1188 /* Define to the full name and version of this package. */
   1189 #ifndef MAGICKCORE_PACKAGE_STRING
   1190 #define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.2-6"
   1191 #endif
   1192 
   1193 /* Define to the one symbol short name of this package. */
   1194 #ifndef MAGICKCORE_PACKAGE_TARNAME
   1195 #define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
   1196 #endif
   1197 
   1198 /* Define to the home page for this package. */
   1199 #ifndef MAGICKCORE_PACKAGE_URL
   1200 #define MAGICKCORE_PACKAGE_URL "http://www.imagemagick.org"
   1201 #endif
   1202 
   1203 /* Define to the version of this package. */
   1204 #ifndef MAGICKCORE_PACKAGE_VERSION
   1205 #define MAGICKCORE_PACKAGE_VERSION "7.0.2-6"
   1206 #endif
   1207 
   1208 /* Define if you have PANGOCAIRO library */
   1209 /* #undef PANGOCAIRO_DELEGATE */
   1210 
   1211 /* Define if you have PANGO library */
   1212 /* #undef PANGO_DELEGATE */
   1213 
   1214 /* enable pipes (|) in filenames */
   1215 /* #undef PIPES_SUPPORT */
   1216 
   1217 /* Define if you have PNG library */
   1218 /* #undef PNG_DELEGATE */
   1219 
   1220 /* Define to necessary symbol if this constant uses a non-standard name on
   1221    your system. */
   1222 /* #undef PTHREAD_CREATE_JOINABLE */
   1223 
   1224 /* Pixel cache threshold in MB (defaults to available memory) */
   1225 /* #undef PixelCacheThreshold */
   1226 
   1227 /* Number of bits in a pixel Quantum (8/16/32/64) */
   1228 #ifndef MAGICKCORE_QUANTUM_DEPTH_OBSOLETE_IN_H
   1229 #define MAGICKCORE_QUANTUM_DEPTH_OBSOLETE_IN_H 16
   1230 #endif
   1231 
   1232 /* Define if you have RAQM library */
   1233 /* #undef RAQM_DELEGATE */
   1234 
   1235 /* Define as the return type of signal handlers (`int' or `void'). */
   1236 #ifndef MAGICKCORE_RETSIGTYPE
   1237 #define MAGICKCORE_RETSIGTYPE void
   1238 #endif
   1239 
   1240 /* Define if you have RSVG library */
   1241 /* #undef RSVG_DELEGATE */
   1242 
   1243 /* Define to the type of arg 1 for `select'. */
   1244 #ifndef MAGICKCORE_SELECT_TYPE_ARG1
   1245 #define MAGICKCORE_SELECT_TYPE_ARG1 int
   1246 #endif
   1247 
   1248 /* Define to the type of args 2, 3 and 4 for `select'. */
   1249 #ifndef MAGICKCORE_SELECT_TYPE_ARG234
   1250 #define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
   1251 #endif
   1252 
   1253 /* Define to the type of arg 5 for `select'. */
   1254 #ifndef MAGICKCORE_SELECT_TYPE_ARG5
   1255 #define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
   1256 #endif
   1257 
   1258 /* Sharearch directory name without ABI part. */
   1259 #ifndef MAGICKCORE_SHAREARCH_BASEDIRNAME
   1260 #define MAGICKCORE_SHAREARCH_BASEDIRNAME "config"
   1261 #endif
   1262 
   1263 /* Sharearch directory dirname */
   1264 /* #undef SHAREARCH_DIRNAME */
   1265 
   1266 /* Directory where architecture-independent configuration files live. */
   1267 #ifndef MAGICKCORE_SHARE_PATH
   1268 #define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7/"
   1269 #endif
   1270 
   1271 /* Subdirectory of lib where architecture-independent configuration files
   1272    live. */
   1273 #ifndef MAGICKCORE_SHARE_RELATIVE_PATH
   1274 #define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7"
   1275 #endif
   1276 
   1277 /* The size of `double', as computed by sizeof. */
   1278 #ifndef MAGICKCORE_SIZEOF_DOUBLE
   1279 #define MAGICKCORE_SIZEOF_DOUBLE 8
   1280 #endif
   1281 
   1282 /* The size of `double_t', as computed by sizeof. */
   1283 #ifndef MAGICKCORE_SIZEOF_DOUBLE_T
   1284 #define MAGICKCORE_SIZEOF_DOUBLE_T 8
   1285 #endif
   1286 
   1287 /* The size of `float', as computed by sizeof. */
   1288 #ifndef MAGICKCORE_SIZEOF_FLOAT
   1289 #define MAGICKCORE_SIZEOF_FLOAT 4
   1290 #endif
   1291 
   1292 /* The size of `float_t', as computed by sizeof. */
   1293 #ifndef MAGICKCORE_SIZEOF_FLOAT_T
   1294 #define MAGICKCORE_SIZEOF_FLOAT_T 4
   1295 #endif
   1296 
   1297 /* The size of `long double', as computed by sizeof. */
   1298 #ifndef MAGICKCORE_SIZEOF_LONG_DOUBLE
   1299 #define MAGICKCORE_SIZEOF_LONG_DOUBLE 16
   1300 #endif
   1301 
   1302 /* The size of `off_t', as computed by sizeof. */
   1303 #ifndef MAGICKCORE_SIZEOF_OFF_T
   1304 #define MAGICKCORE_SIZEOF_OFF_T 8
   1305 #endif
   1306 
   1307 /* The size of `signed int', as computed by sizeof. */
   1308 #ifndef MAGICKCORE_SIZEOF_SIGNED_INT
   1309 #define MAGICKCORE_SIZEOF_SIGNED_INT 4
   1310 #endif
   1311 
   1312 /* The size of `signed long', as computed by sizeof. */
   1313 #ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
   1314 #define MAGICKCORE_SIZEOF_SIGNED_LONG 8
   1315 #endif
   1316 
   1317 /* The size of `signed long long', as computed by sizeof. */
   1318 #ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
   1319 #define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
   1320 #endif
   1321 
   1322 /* The size of `signed short', as computed by sizeof. */
   1323 #ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
   1324 #define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
   1325 #endif
   1326 
   1327 /* The size of `size_t', as computed by sizeof. */
   1328 #ifndef MAGICKCORE_SIZEOF_SIZE_T
   1329 #define MAGICKCORE_SIZEOF_SIZE_T 8
   1330 #endif
   1331 
   1332 /* The size of `ssize_t', as computed by sizeof. */
   1333 #ifndef MAGICKCORE_SIZEOF_SSIZE_T
   1334 #define MAGICKCORE_SIZEOF_SSIZE_T 8
   1335 #endif
   1336 
   1337 /* The size of `unsigned int', as computed by sizeof. */
   1338 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
   1339 #define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
   1340 #endif
   1341 
   1342 /* The size of `unsigned int*', as computed by sizeof. */
   1343 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
   1344 #define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
   1345 #endif
   1346 
   1347 /* The size of `unsigned long', as computed by sizeof. */
   1348 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
   1349 #define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
   1350 #endif
   1351 
   1352 /* The size of `unsigned long long', as computed by sizeof. */
   1353 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
   1354 #define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
   1355 #endif
   1356 
   1357 /* The size of `unsigned short', as computed by sizeof. */
   1358 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
   1359 #define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
   1360 #endif
   1361 
   1362 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
   1363 /* #undef STAT_MACROS_BROKEN */
   1364 
   1365 /* Define to 1 if you have the ANSI C header files. */
   1366 #ifndef MAGICKCORE_STDC_HEADERS
   1367 #define MAGICKCORE_STDC_HEADERS 1
   1368 #endif
   1369 
   1370 /* Define to 1 if strerror_r returns char *. */
   1371 /* #undef STRERROR_R_CHAR_P */
   1372 
   1373 /* Define if you have POSIX threads libraries and header files. */
   1374 #ifndef MAGICKCORE_THREAD_SUPPORT
   1375 #define MAGICKCORE_THREAD_SUPPORT 1
   1376 #endif
   1377 
   1378 /* Define if you have TIFF library */
   1379 /* #undef TIFF_DELEGATE */
   1380 
   1381 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
   1382 #ifndef MAGICKCORE_TIME_WITH_SYS_TIME
   1383 #define MAGICKCORE_TIME_WITH_SYS_TIME 1
   1384 #endif
   1385 
   1386 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
   1387 /* #undef TM_IN_SYS_TIME */
   1388 
   1389 /* Enable extensions on AIX 3, Interix.  */
   1390 #ifndef _ALL_SOURCE
   1391 # define _ALL_SOURCE 1
   1392 #endif
   1393 /* Enable GNU extensions on systems that have them.  */
   1394 #ifndef _GNU_SOURCE
   1395 # define _GNU_SOURCE 1
   1396 #endif
   1397 /* Enable threading extensions on Solaris.  */
   1398 #ifndef _POSIX_PTHREAD_SEMANTICS
   1399 # define _POSIX_PTHREAD_SEMANTICS 1
   1400 #endif
   1401 /* Enable extensions on HP NonStop.  */
   1402 #ifndef _TANDEM_SOURCE
   1403 # define _TANDEM_SOURCE 1
   1404 #endif
   1405 /* Enable general extensions on Solaris.  */
   1406 #ifndef __EXTENSIONS__
   1407 # define __EXTENSIONS__ 1
   1408 #endif
   1409 
   1410 
   1411 /* Version number of package */
   1412 #ifndef MAGICKCORE_VERSION
   1413 #define MAGICKCORE_VERSION "7.0.2-6"
   1414 #endif
   1415 
   1416 /* Define if you have WEBP library */
   1417 /* #undef WEBP_DELEGATE */
   1418 
   1419 /* Define to use the Windows GDI32 library */
   1420 /* #undef WINGDI32_DELEGATE */
   1421 
   1422 /* Define if using the dmalloc debugging malloc package */
   1423 /* #undef WITH_DMALLOC */
   1424 
   1425 /* Define if you have WMF library */
   1426 /* #undef WMF_DELEGATE */
   1427 
   1428 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
   1429    significant byte first (like Motorola and SPARC, unlike Intel). */
   1430 #if defined AC_APPLE_UNIVERSAL_BUILD
   1431 # if defined __BIG_ENDIAN__
   1432 #  define WORDS_BIGENDIAN 1
   1433 # endif
   1434 #else
   1435 # ifndef WORDS_BIGENDIAN
   1436 /* #  undef WORDS_BIGENDIAN */
   1437 # endif
   1438 #endif
   1439 
   1440 /* Location of X11 configure files */
   1441 #ifndef MAGICKCORE_X11_CONFIGURE_PATH
   1442 #define MAGICKCORE_X11_CONFIGURE_PATH ""
   1443 #endif
   1444 
   1445 /* Define if you have X11 library */
   1446 #ifndef MAGICKCORE_X11_DELEGATE
   1447 #define MAGICKCORE_X11_DELEGATE 1
   1448 #endif
   1449 
   1450 /* Define if you have XML library */
   1451 /* #undef XML_DELEGATE */
   1452 
   1453 /* Define to 1 if the X Window System is missing or not being used. */
   1454 /* #undef X_DISPLAY_MISSING */
   1455 
   1456 /* Build self-contained, embeddable, zero-configuration ImageMagick */
   1457 /* #undef ZERO_CONFIGURATION_SUPPORT */
   1458 
   1459 /* Define if you have ZLIB library */
   1460 /* #undef ZLIB_DELEGATE */
   1461 
   1462 /* Enable large inode numbers on Mac OS X 10.5.  */
   1463 #ifndef _DARWIN_USE_64_BIT_INODE
   1464 # define _DARWIN_USE_64_BIT_INODE 1
   1465 #endif
   1466 
   1467 /* Number of bits in a file offset, on hosts where this is settable. */
   1468 /* #undef _FILE_OFFSET_BITS */
   1469 
   1470 /* enable run-time bounds-checking */
   1471 /* #undef _FORTIFY_SOURCE */
   1472 
   1473 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
   1474 /* #undef _LARGEFILE_SOURCE */
   1475 
   1476 /* Define for large files, on AIX-style hosts. */
   1477 /* #undef _LARGE_FILES */
   1478 
   1479 /* Define to 1 if on MINIX. */
   1480 /* #undef _MINIX */
   1481 
   1482 /* Define this for the OpenCL Accelerator */
   1483 /* #undef _OPENCL */
   1484 
   1485 /* Define to 2 if the system does not provide POSIX.1 features except with
   1486    this defined. */
   1487 /* #undef _POSIX_1_SOURCE */
   1488 
   1489 /* Define to 1 if you need to in order for `stat' and other things to work. */
   1490 /* #undef _POSIX_SOURCE */
   1491 
   1492 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
   1493    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
   1494    #define below would cause a syntax error. */
   1495 /* #undef _UINT32_T */
   1496 
   1497 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
   1498    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
   1499    #define below would cause a syntax error. */
   1500 /* #undef _UINT64_T */
   1501 
   1502 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
   1503    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
   1504    #define below would cause a syntax error. */
   1505 /* #undef _UINT8_T */
   1506 
   1507 /* Define to 1 if type `char' is unsigned and you are not using gcc.  */
   1508 #ifndef __CHAR_UNSIGNED__
   1509 /* # undef __CHAR_UNSIGNED__ */
   1510 #endif
   1511 
   1512 /* Define to appropriate substitue if compiler does not have __func__ */
   1513 /* #undef __func__ */
   1514 
   1515 /* Define to empty if `const' does not conform to ANSI C. */
   1516 /* #undef const */
   1517 
   1518 /* Define to `int' if <sys/types.h> doesn't define. */
   1519 /* #undef gid_t */
   1520 
   1521 /* Define to `__inline__' or `__inline' if that's what the C compiler
   1522    calls it, or to nothing if 'inline' is not supported under any name.  */
   1523 #ifndef __cplusplus
   1524 /* #undef inline */
   1525 #endif
   1526 
   1527 /* Define to the type of a signed integer type of width exactly 16 bits if
   1528    such a type exists and the standard includes do not define it. */
   1529 /* #undef int16_t */
   1530 
   1531 /* Define to the type of a signed integer type of width exactly 32 bits if
   1532    such a type exists and the standard includes do not define it. */
   1533 /* #undef int32_t */
   1534 
   1535 /* Define to the type of a signed integer type of width exactly 64 bits if
   1536    such a type exists and the standard includes do not define it. */
   1537 /* #undef int64_t */
   1538 
   1539 /* Define to the type of a signed integer type of width exactly 8 bits if such
   1540    a type exists and the standard includes do not define it. */
   1541 /* #undef int8_t */
   1542 
   1543 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
   1544    not define. */
   1545 /* #undef intmax_t */
   1546 
   1547 /* Define to the type of a signed integer type wide enough to hold a pointer,
   1548    if such a type exists, and if the system does not define it. */
   1549 /* #undef intptr_t */
   1550 
   1551 /* Define to a type if <wchar.h> does not define. */
   1552 /* #undef mbstate_t */
   1553 
   1554 /* Define to `int' if <sys/types.h> does not define. */
   1555 /* #undef mode_t */
   1556 
   1557 /* Define to `long int' if <sys/types.h> does not define. */
   1558 /* #undef off_t */
   1559 
   1560 /* Define to `int' if <sys/types.h> does not define. */
   1561 /* #undef pid_t */
   1562 
   1563 /* Define to the equivalent of the C99 'restrict' keyword, or to
   1564    nothing if this is not supported.  Do not define if restrict is
   1565    supported directly.  */
   1566 #ifndef _magickcore_restrict
   1567 #define _magickcore_restrict __restrict
   1568 #endif
   1569 /* Work around a bug in Sun C++: it does not support _Restrict or
   1570    __restrict__, even though the corresponding Sun C compiler ends up with
   1571    "#define restrict _Restrict" or "#define restrict __restrict__" in the
   1572    previous line.  Perhaps some future version of Sun C++ will work with
   1573    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
   1574 #if defined __SUNPRO_CC && !defined __RESTRICT
   1575 # define _Restrict
   1576 # define __restrict__
   1577 #endif
   1578 
   1579 /* Define to `unsigned int' if <sys/types.h> does not define. */
   1580 /* #undef size_t */
   1581 
   1582 /* Define to `int' if <sys/types.h> does not define. */
   1583 /* #undef ssize_t */
   1584 
   1585 /* Define to `int' if <sys/types.h> doesn't define. */
   1586 /* #undef uid_t */
   1587 
   1588 /* Define to the type of an unsigned integer type of width exactly 16 bits if
   1589    such a type exists and the standard includes do not define it. */
   1590 /* #undef uint16_t */
   1591 
   1592 /* Define to the type of an unsigned integer type of width exactly 32 bits if
   1593    such a type exists and the standard includes do not define it. */
   1594 /* #undef uint32_t */
   1595 
   1596 /* Define to the type of an unsigned integer type of width exactly 64 bits if
   1597    such a type exists and the standard includes do not define it. */
   1598 /* #undef uint64_t */
   1599 
   1600 /* Define to the type of an unsigned integer type of width exactly 8 bits if
   1601    such a type exists and the standard includes do not define it. */
   1602 /* #undef uint8_t */
   1603 
   1604 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
   1605    do not define. */
   1606 /* #undef uintmax_t */
   1607 
   1608 /* Define to the type of an unsigned integer type wide enough to hold a
   1609    pointer, if such a type exists, and if the system does not define it. */
   1610 /* #undef uintptr_t */
   1611 
   1612 /* Define as `fork' if `vfork' does not work. */
   1613 /* #undef vfork */
   1614 
   1615 /* Define to empty if the keyword `volatile' does not work. Warning: valid
   1616    code using `volatile' can become incorrect without. Disable with care. */
   1617 /* #undef volatile */
   1618 
   1619 /* once: _MAGICKCORE_MAGICK_BASECONFIG_H */
   1620 #endif
   1621