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 #ifndef MAGICKCORE_HAVE_READDIR_R
    582 #define MAGICKCORE_HAVE_READDIR_R 1
    583 #endif
    584 
    585 /* Define to 1 if you have the `readlink' function. */
    586 #ifndef MAGICKCORE_HAVE_READLINK
    587 #define MAGICKCORE_HAVE_READLINK 1
    588 #endif
    589 
    590 /* Define to 1 if you have the `realpath' function. */
    591 #ifndef MAGICKCORE_HAVE_REALPATH
    592 #define MAGICKCORE_HAVE_REALPATH 1
    593 #endif
    594 
    595 /* Define to 1 if you have the `seekdir' function. */
    596 #ifndef MAGICKCORE_HAVE_SEEKDIR
    597 #define MAGICKCORE_HAVE_SEEKDIR 1
    598 #endif
    599 
    600 /* Define to 1 if you have the `select' function. */
    601 #ifndef MAGICKCORE_HAVE_SELECT
    602 #define MAGICKCORE_HAVE_SELECT 1
    603 #endif
    604 
    605 /* Define to 1 if you have the `sendfile' function. */
    606 #ifndef MAGICKCORE_HAVE_SENDFILE
    607 #define MAGICKCORE_HAVE_SENDFILE 1
    608 #endif
    609 
    610 /* Define to 1 if you have the `setlocale' function. */
    611 #ifndef MAGICKCORE_HAVE_SETLOCALE
    612 #define MAGICKCORE_HAVE_SETLOCALE 1
    613 #endif
    614 
    615 /* Define to 1 if you have the `setvbuf' function. */
    616 #ifndef MAGICKCORE_HAVE_SETVBUF
    617 #define MAGICKCORE_HAVE_SETVBUF 1
    618 #endif
    619 
    620 /* X11 server supports shape extension */
    621 #ifndef MAGICKCORE_HAVE_SHAPE
    622 #define MAGICKCORE_HAVE_SHAPE 1
    623 #endif
    624 
    625 /* X11 server supports shared memory extension */
    626 #ifndef MAGICKCORE_HAVE_SHARED_MEMORY
    627 #define MAGICKCORE_HAVE_SHARED_MEMORY 1
    628 #endif
    629 
    630 /* Define to 1 if you have the `sigaction' function. */
    631 #ifndef MAGICKCORE_HAVE_SIGACTION
    632 #define MAGICKCORE_HAVE_SIGACTION 1
    633 #endif
    634 
    635 /* Define to 1 if you have the `sigemptyset' function. */
    636 #ifndef MAGICKCORE_HAVE_SIGEMPTYSET
    637 #define MAGICKCORE_HAVE_SIGEMPTYSET 1
    638 #endif
    639 
    640 /* Define to 1 if you have the `socket' function. */
    641 #ifndef MAGICKCORE_HAVE_SOCKET
    642 #define MAGICKCORE_HAVE_SOCKET 1
    643 #endif
    644 
    645 /* Define to 1 if you have the `spawnvp' function. */
    646 /* #undef HAVE_SPAWNVP */
    647 
    648 /* Define to 1 if you have the `sqrt' function. */
    649 #ifndef MAGICKCORE_HAVE_SQRT
    650 #define MAGICKCORE_HAVE_SQRT 1
    651 #endif
    652 
    653 /* Define to 1 if you have the `stat' function. */
    654 #ifndef MAGICKCORE_HAVE_STAT
    655 #define MAGICKCORE_HAVE_STAT 1
    656 #endif
    657 
    658 /* Define to 1 if you have the <stdarg.h> header file. */
    659 #ifndef MAGICKCORE_HAVE_STDARG_H
    660 #define MAGICKCORE_HAVE_STDARG_H 1
    661 #endif
    662 
    663 /* Define to 1 if stdbool.h conforms to C99. */
    664 #ifndef MAGICKCORE_HAVE_STDBOOL_H
    665 #define MAGICKCORE_HAVE_STDBOOL_H 1
    666 #endif
    667 
    668 /* Define to 1 if you have the <stdint.h> header file. */
    669 #ifndef MAGICKCORE_HAVE_STDINT_H
    670 #define MAGICKCORE_HAVE_STDINT_H 1
    671 #endif
    672 
    673 /* Define to 1 if you have the <stdlib.h> header file. */
    674 #ifndef MAGICKCORE_HAVE_STDLIB_H
    675 #define MAGICKCORE_HAVE_STDLIB_H 1
    676 #endif
    677 
    678 /* define if the compiler supports ISO C++ standard library */
    679 #ifndef MAGICKCORE_HAVE_STD_LIBS
    680 #define MAGICKCORE_HAVE_STD_LIBS /**/
    681 #endif
    682 
    683 /* Define to 1 if you have the `strcasecmp' function. */
    684 #ifndef MAGICKCORE_HAVE_STRCASECMP
    685 #define MAGICKCORE_HAVE_STRCASECMP 1
    686 #endif
    687 
    688 /* Define to 1 if you have the `strchr' function. */
    689 #ifndef MAGICKCORE_HAVE_STRCHR
    690 #define MAGICKCORE_HAVE_STRCHR 1
    691 #endif
    692 
    693 /* Define to 1 if you have the `strcspn' function. */
    694 #ifndef MAGICKCORE_HAVE_STRCSPN
    695 #define MAGICKCORE_HAVE_STRCSPN 1
    696 #endif
    697 
    698 /* Define to 1 if you have the `strdup' function. */
    699 #ifndef MAGICKCORE_HAVE_STRDUP
    700 #define MAGICKCORE_HAVE_STRDUP 1
    701 #endif
    702 
    703 /* Define to 1 if you have the `strerror' function. */
    704 #ifndef MAGICKCORE_HAVE_STRERROR
    705 #define MAGICKCORE_HAVE_STRERROR 1
    706 #endif
    707 
    708 /* Define to 1 if you have the `strerror_r' function. */
    709 #ifndef MAGICKCORE_HAVE_STRERROR_R
    710 #define MAGICKCORE_HAVE_STRERROR_R 1
    711 #endif
    712 
    713 /* Define to 1 if cpp supports the ANSI # stringizing operator. */
    714 #ifndef MAGICKCORE_HAVE_STRINGIZE
    715 #define MAGICKCORE_HAVE_STRINGIZE 1
    716 #endif
    717 
    718 /* Define to 1 if you have the <strings.h> header file. */
    719 #ifndef MAGICKCORE_HAVE_STRINGS_H
    720 #define MAGICKCORE_HAVE_STRINGS_H 1
    721 #endif
    722 
    723 /* Define to 1 if you have the <string.h> header file. */
    724 #ifndef MAGICKCORE_HAVE_STRING_H
    725 #define MAGICKCORE_HAVE_STRING_H 1
    726 #endif
    727 
    728 /* Define to 1 if you have the `strlcat' function. */
    729 #ifndef MAGICKCORE_HAVE_STRLCAT
    730 #define MAGICKCORE_HAVE_STRLCAT 1
    731 #endif
    732 
    733 /* Define to 1 if you have the `strlcpy' function. */
    734 #ifndef MAGICKCORE_HAVE_STRLCPY
    735 #define MAGICKCORE_HAVE_STRLCPY 1
    736 #endif
    737 
    738 /* Define to 1 if you have the `strncasecmp' function. */
    739 #ifndef MAGICKCORE_HAVE_STRNCASECMP
    740 #define MAGICKCORE_HAVE_STRNCASECMP 1
    741 #endif
    742 
    743 /* Define to 1 if you have the `strpbrk' function. */
    744 #ifndef MAGICKCORE_HAVE_STRPBRK
    745 #define MAGICKCORE_HAVE_STRPBRK 1
    746 #endif
    747 
    748 /* Define to 1 if you have the `strrchr' function. */
    749 #ifndef MAGICKCORE_HAVE_STRRCHR
    750 #define MAGICKCORE_HAVE_STRRCHR 1
    751 #endif
    752 
    753 /* Define to 1 if you have the `strspn' function. */
    754 #ifndef MAGICKCORE_HAVE_STRSPN
    755 #define MAGICKCORE_HAVE_STRSPN 1
    756 #endif
    757 
    758 /* Define to 1 if you have the `strstr' function. */
    759 #ifndef MAGICKCORE_HAVE_STRSTR
    760 #define MAGICKCORE_HAVE_STRSTR 1
    761 #endif
    762 
    763 /* Define to 1 if you have the `strtod' function. */
    764 #ifndef MAGICKCORE_HAVE_STRTOD
    765 #define MAGICKCORE_HAVE_STRTOD 1
    766 #endif
    767 
    768 /* Define to 1 if you have the `strtod_l' function. */
    769 #ifndef MAGICKCORE_HAVE_STRTOD_L
    770 #define MAGICKCORE_HAVE_STRTOD_L 1
    771 #endif
    772 
    773 /* Define to 1 if you have the `strtol' function. */
    774 #ifndef MAGICKCORE_HAVE_STRTOL
    775 #define MAGICKCORE_HAVE_STRTOL 1
    776 #endif
    777 
    778 /* Define to 1 if you have the `strtoul' function. */
    779 #ifndef MAGICKCORE_HAVE_STRTOUL
    780 #define MAGICKCORE_HAVE_STRTOUL 1
    781 #endif
    782 
    783 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
    784 #ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
    785 #define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
    786 #endif
    787 
    788 /* Define to 1 if you have the <sun_prefetch.h> header file. */
    789 /* #undef HAVE_SUN_PREFETCH_H */
    790 
    791 /* Define to 1 if you have the `symlink' function. */
    792 #ifndef MAGICKCORE_HAVE_SYMLINK
    793 #define MAGICKCORE_HAVE_SYMLINK 1
    794 #endif
    795 
    796 /* Define to 1 if you have the `sysconf' function. */
    797 #ifndef MAGICKCORE_HAVE_SYSCONF
    798 #define MAGICKCORE_HAVE_SYSCONF 1
    799 #endif
    800 
    801 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
    802    */
    803 /* #undef HAVE_SYS_DIR_H */
    804 
    805 /* Define to 1 if you have the <sys/ipc.h> header file. */
    806 #ifndef MAGICKCORE_HAVE_SYS_IPC_H
    807 #define MAGICKCORE_HAVE_SYS_IPC_H 1
    808 #endif
    809 
    810 /* Define to 1 if you have the <sys/mman.h> header file. */
    811 #ifndef MAGICKCORE_HAVE_SYS_MMAN_H
    812 #define MAGICKCORE_HAVE_SYS_MMAN_H 1
    813 #endif
    814 
    815 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
    816    */
    817 /* #undef HAVE_SYS_NDIR_H */
    818 
    819 /* Define to 1 if you have the <sys/param.h> header file. */
    820 #ifndef MAGICKCORE_HAVE_SYS_PARAM_H
    821 #define MAGICKCORE_HAVE_SYS_PARAM_H 1
    822 #endif
    823 
    824 /* Define to 1 if you have the <sys/resource.h> header file. */
    825 #ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
    826 #define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
    827 #endif
    828 
    829 /* Define to 1 if you have the <sys/select.h> header file. */
    830 #ifndef MAGICKCORE_HAVE_SYS_SELECT_H
    831 #define MAGICKCORE_HAVE_SYS_SELECT_H 1
    832 #endif
    833 
    834 /* Define to 1 if you have the <sys/sendfile.h> header file. */
    835 /* #undef HAVE_SYS_SENDFILE_H */
    836 
    837 /* Define to 1 if you have the <sys/socket.h> header file. */
    838 #ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
    839 #define MAGICKCORE_HAVE_SYS_SOCKET_H 1
    840 #endif
    841 
    842 /* Define to 1 if you have the <sys/stat.h> header file. */
    843 #ifndef MAGICKCORE_HAVE_SYS_STAT_H
    844 #define MAGICKCORE_HAVE_SYS_STAT_H 1
    845 #endif
    846 
    847 /* Define to 1 if you have the <sys/syslimits.h> header file. */
    848 /* #undef MAGICKCORE_HAVE_SYS_SYSLIMITS_H */
    849 
    850 /* Define to 1 if you have the <sys/timeb.h> header file. */
    851 #ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
    852 #define MAGICKCORE_HAVE_SYS_TIMEB_H 1
    853 #endif
    854 
    855 /* Define to 1 if you have the <sys/times.h> header file. */
    856 #ifndef MAGICKCORE_HAVE_SYS_TIMES_H
    857 #define MAGICKCORE_HAVE_SYS_TIMES_H 1
    858 #endif
    859 
    860 /* Define to 1 if you have the <sys/time.h> header file. */
    861 #ifndef MAGICKCORE_HAVE_SYS_TIME_H
    862 #define MAGICKCORE_HAVE_SYS_TIME_H 1
    863 #endif
    864 
    865 /* Define to 1 if you have the <sys/types.h> header file. */
    866 #ifndef MAGICKCORE_HAVE_SYS_TYPES_H
    867 #define MAGICKCORE_HAVE_SYS_TYPES_H 1
    868 #endif
    869 
    870 /* Define to 1 if you have the <sys/wait.h> header file. */
    871 #ifndef MAGICKCORE_HAVE_SYS_WAIT_H
    872 #define MAGICKCORE_HAVE_SYS_WAIT_H 1
    873 #endif
    874 
    875 /* Define to 1 if you have the `telldir' function. */
    876 #ifndef MAGICKCORE_HAVE_TELLDIR
    877 #define MAGICKCORE_HAVE_TELLDIR 1
    878 #endif
    879 
    880 /* Define to 1 if you have the `tempnam' function. */
    881 #ifndef MAGICKCORE_HAVE_TEMPNAM
    882 #define MAGICKCORE_HAVE_TEMPNAM 1
    883 #endif
    884 
    885 /* Define to 1 if you have the <tiffconf.h> header file. */
    886 /* #undef HAVE_TIFFCONF_H */
    887 
    888 /* Define to 1 if you have the `TIFFIsBigEndian' function. */
    889 /* #undef HAVE_TIFFISBIGENDIAN */
    890 
    891 /* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
    892 /* #undef HAVE_TIFFISCODECCONFIGURED */
    893 
    894 /* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
    895 /* #undef HAVE_TIFFMERGEFIELDINFO */
    896 
    897 /* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
    898 /* #undef HAVE_TIFFREADEXIFDIRECTORY */
    899 
    900 /* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
    901 /* #undef HAVE_TIFFSETERRORHANDLEREXT */
    902 
    903 /* Define to 1 if you have the `TIFFSetTagExtender' function. */
    904 /* #undef HAVE_TIFFSETTAGEXTENDER */
    905 
    906 /* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
    907 /* #undef HAVE_TIFFSETWARNINGHANDLEREXT */
    908 
    909 /* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
    910 /* #undef HAVE_TIFFSWABARRAYOFTRIPLES */
    911 
    912 /* Define to 1 if you have the `times' function. */
    913 #ifndef MAGICKCORE_HAVE_TIMES
    914 #define MAGICKCORE_HAVE_TIMES 1
    915 #endif
    916 
    917 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
    918    `HAVE_STRUCT_TM_TM_ZONE' instead. */
    919 #ifndef MAGICKCORE_HAVE_TM_ZONE
    920 #define MAGICKCORE_HAVE_TM_ZONE 1
    921 #endif
    922 
    923 /* Define to 1 if you don't have `tm_zone' but do have the external array
    924    `tzname'. */
    925 /* #undef HAVE_TZNAME */
    926 
    927 /* Define to 1 if the system has the type `uintmax_t'. */
    928 #ifndef MAGICKCORE_HAVE_UINTMAX_T
    929 #define MAGICKCORE_HAVE_UINTMAX_T 1
    930 #endif
    931 
    932 /* Define to 1 if the system has the type `uintptr_t'. */
    933 #ifndef MAGICKCORE_HAVE_UINTPTR_T
    934 #define MAGICKCORE_HAVE_UINTPTR_T 1
    935 #endif
    936 
    937 /* Define to 1 if you have the `ulltostr' function. */
    938 /* #undef HAVE_ULLTOSTR */
    939 
    940 /* Define to 1 if you have the <unistd.h> header file. */
    941 #ifndef MAGICKCORE_HAVE_UNISTD_H
    942 #define MAGICKCORE_HAVE_UNISTD_H 1
    943 #endif
    944 
    945 /* Define to 1 if the system has the type 'unsigned long long int'. */
    946 #ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
    947 #define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
    948 #endif
    949 
    950 /* Define to 1 if you have the `uselocale' function. */
    951 #ifndef MAGICKCORE_HAVE_USELOCALE
    952 #define MAGICKCORE_HAVE_USELOCALE 1
    953 #endif
    954 
    955 /* Define to 1 if you have the `usleep' function. */
    956 #ifndef MAGICKCORE_HAVE_USLEEP
    957 #define MAGICKCORE_HAVE_USLEEP 1
    958 #endif
    959 
    960 /* Define to 1 if you have the `utime' function. */
    961 #ifndef MAGICKCORE_HAVE_UTIME
    962 #define MAGICKCORE_HAVE_UTIME 1
    963 #endif
    964 
    965 /* Define to 1 if you have the <utime.h> header file. */
    966 #ifndef MAGICKCORE_HAVE_UTIME_H
    967 #define MAGICKCORE_HAVE_UTIME_H 1
    968 #endif
    969 
    970 /* Define to 1 if you have the `vfork' function. */
    971 #ifndef MAGICKCORE_HAVE_VFORK
    972 #define MAGICKCORE_HAVE_VFORK 1
    973 #endif
    974 
    975 /* Define to 1 if you have the <vfork.h> header file. */
    976 /* #undef HAVE_VFORK_H */
    977 
    978 /* Define to 1 if you have the `vfprintf' function. */
    979 #ifndef MAGICKCORE_HAVE_VFPRINTF
    980 #define MAGICKCORE_HAVE_VFPRINTF 1
    981 #endif
    982 
    983 /* Define to 1 if you have the `vfprintf_l' function. */
    984 #ifndef MAGICKCORE_HAVE_VFPRINTF_L
    985 #define MAGICKCORE_HAVE_VFPRINTF_L 1
    986 #endif
    987 
    988 /* Define to 1 if you have the `vprintf' function. */
    989 #ifndef MAGICKCORE_HAVE_VPRINTF
    990 #define MAGICKCORE_HAVE_VPRINTF 1
    991 #endif
    992 
    993 /* Define to 1 if you have the `vsnprintf' function. */
    994 #ifndef MAGICKCORE_HAVE_VSNPRINTF
    995 #define MAGICKCORE_HAVE_VSNPRINTF 1
    996 #endif
    997 
    998 /* Define to 1 if you have the `vsnprintf_l' function. */
    999 #ifndef MAGICKCORE_HAVE_VSNPRINTF_L
   1000 #define MAGICKCORE_HAVE_VSNPRINTF_L 1
   1001 #endif
   1002 
   1003 /* Define to 1 if you have the `vsprintf' function. */
   1004 #ifndef MAGICKCORE_HAVE_VSPRINTF
   1005 #define MAGICKCORE_HAVE_VSPRINTF 1
   1006 #endif
   1007 
   1008 /* Define to 1 if you have the `waitpid' function. */
   1009 #ifndef MAGICKCORE_HAVE_WAITPID
   1010 #define MAGICKCORE_HAVE_WAITPID 1
   1011 #endif
   1012 
   1013 /* Define to 1 if you have the <wchar.h> header file. */
   1014 #ifndef MAGICKCORE_HAVE_WCHAR_H
   1015 #define MAGICKCORE_HAVE_WCHAR_H 1
   1016 #endif
   1017 
   1018 /* Define to 1 if you have the <windows.h> header file. */
   1019 /* #undef HAVE_WINDOWS_H */
   1020 
   1021 /* Define to 1 if `fork' works. */
   1022 #ifndef MAGICKCORE_HAVE_WORKING_FORK
   1023 #define MAGICKCORE_HAVE_WORKING_FORK 1
   1024 #endif
   1025 
   1026 /* Define to 1 if `vfork' works. */
   1027 #ifndef MAGICKCORE_HAVE_WORKING_VFORK
   1028 #define MAGICKCORE_HAVE_WORKING_VFORK 1
   1029 #endif
   1030 
   1031 /* Define to 1 if you have the <xlocale.h> header file. */
   1032 #ifndef MAGICKCORE_HAVE_XLOCALE_H
   1033 #define MAGICKCORE_HAVE_XLOCALE_H 1
   1034 #endif
   1035 
   1036 /* Define to 1 if you have the `_aligned_malloc' function. */
   1037 /* #undef HAVE__ALIGNED_MALLOC */
   1038 
   1039 /* Define to 1 if the system has the type `_Bool'. */
   1040 #ifndef MAGICKCORE_HAVE__BOOL
   1041 #define MAGICKCORE_HAVE__BOOL 1
   1042 #endif
   1043 
   1044 /* Define to 1 if you have the `_exit' function. */
   1045 #ifndef MAGICKCORE_HAVE__EXIT
   1046 #define MAGICKCORE_HAVE__EXIT 1
   1047 #endif
   1048 
   1049 /* Define to 1 if you have the `_NSGetExecutablePath' function. */
   1050 #ifndef MAGICKCORE_HAVE__NSGETEXECUTABLEPATH
   1051 #define MAGICKCORE_HAVE__NSGETEXECUTABLEPATH 1
   1052 #endif
   1053 
   1054 /* Define to 1 if you have the `_pclose' function. */
   1055 /* #undef HAVE__PCLOSE */
   1056 
   1057 /* Define to 1 if you have the `_popen' function. */
   1058 /* #undef HAVE__POPEN */
   1059 
   1060 /* Define to 1 if you have the `_wfopen' function. */
   1061 /* #undef HAVE__WFOPEN */
   1062 
   1063 /* Define to 1 if you have the `_wstat' function. */
   1064 /* #undef HAVE__WSTAT */
   1065 
   1066 /* define if your compiler has __attribute__ */
   1067 #ifndef MAGICKCORE_HAVE___ATTRIBUTE__
   1068 #define MAGICKCORE_HAVE___ATTRIBUTE__ 1
   1069 #endif
   1070 
   1071 /* Whether hdri is enabled or not */
   1072 #ifndef MAGICKCORE_HDRI_ENABLE_OBSOLETE_IN_H
   1073 #define MAGICKCORE_HDRI_ENABLE_OBSOLETE_IN_H 1
   1074 #endif
   1075 
   1076 /* Define if you have jemalloc memory allocation library */
   1077 /* #undef HasJEMALLOC */
   1078 
   1079 /* Define if you have umem memory allocation library */
   1080 /* #undef HasUMEM */
   1081 
   1082 /* Directory where ImageMagick architecture headers live. */
   1083 #ifndef MAGICKCORE_INCLUDEARCH_PATH
   1084 #define MAGICKCORE_INCLUDEARCH_PATH "/usr/local/include/ImageMagick-7/"
   1085 #endif
   1086 
   1087 /* Directory where ImageMagick headers live. */
   1088 #ifndef MAGICKCORE_INCLUDE_PATH
   1089 #define MAGICKCORE_INCLUDE_PATH "/usr/local/include/ImageMagick-7/"
   1090 #endif
   1091 
   1092 /* ImageMagick is formally installed under prefix */
   1093 #ifndef MAGICKCORE_INSTALLED_SUPPORT
   1094 #define MAGICKCORE_INSTALLED_SUPPORT 1
   1095 #endif
   1096 
   1097 /* Define if you have JBIG library */
   1098 /* #undef JBIG_DELEGATE */
   1099 
   1100 /* Define if you have JPEG library */
   1101 /* #undef JPEG_DELEGATE */
   1102 
   1103 /* Define if you have LCMS library */
   1104 /* #undef LCMS_DELEGATE */
   1105 
   1106 /* Define if you have OPENJP2 library */
   1107 /* #undef LIBOPENJP2_DELEGATE */
   1108 
   1109 /* Directory where architecture-dependent files live. */
   1110 #ifndef MAGICKCORE_LIBRARY_PATH
   1111 #define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.2/"
   1112 #endif
   1113 
   1114 /* Subdirectory of lib where ImageMagick architecture dependent files are
   1115    installed. */
   1116 #ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
   1117 #define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.2"
   1118 #endif
   1119 
   1120 /* Binaries in libraries path base name (will be during install linked to bin)
   1121    */
   1122 #ifndef MAGICKCORE_LIB_BIN_BASEDIRNAME
   1123 #define MAGICKCORE_LIB_BIN_BASEDIRNAME "bin"
   1124 #endif
   1125 
   1126 /* Define if you have LQR library */
   1127 /* #undef LQR_DELEGATE */
   1128 
   1129 /* Define if using libltdl to support dynamically loadable modules */
   1130 /* #undef LTDL_DELEGATE */
   1131 
   1132 /* Define to the sub-directory where libtool stores uninstalled libraries. */
   1133 #ifndef MAGICKCORE_LT_OBJDIR
   1134 #define MAGICKCORE_LT_OBJDIR ".libs/"
   1135 #endif
   1136 
   1137 /* Define if you have LZMA library */
   1138 /* #undef LZMA_DELEGATE */
   1139 
   1140 /* Define to prepend to default font search path. */
   1141 /* #undef MAGICK_FONT_PATH */
   1142 
   1143 /* Target Host CPU */
   1144 #ifndef MAGICKCORE_MAGICK_TARGET_CPU
   1145 #define MAGICKCORE_MAGICK_TARGET_CPU arm
   1146 #endif
   1147 
   1148 /* Target Host OS */
   1149 #ifndef MAGICKCORE_MAGICK_TARGET_OS
   1150 #define MAGICKCORE_MAGICK_TARGET_OS linux-gnu
   1151 #endif
   1152 
   1153 /* Target Host Vendor */
   1154 #ifndef MAGICKCORE_MAGICK_TARGET_VENDOR
   1155 #define MAGICKCORE_MAGICK_TARGET_VENDOR unknown
   1156 #endif
   1157 
   1158 /* Module directory name without ABI part. */
   1159 #ifndef MAGICKCORE_MODULES_BASEDIRNAME
   1160 #define MAGICKCORE_MODULES_BASEDIRNAME "modules"
   1161 #endif
   1162 
   1163 /* Module directory dirname */
   1164 /* #undef MODULES_DIRNAME */
   1165 
   1166 /* Magick API method prefix */
   1167 /* #undef NAMESPACE_PREFIX */
   1168 
   1169 /* Define to 1 if assertions should be disabled. */
   1170 /* #undef NDEBUG */
   1171 
   1172 /* Define if you have OPENEXR library */
   1173 /* #undef OPENEXR_DELEGATE */
   1174 
   1175 /* Name of package */
   1176 #ifndef MAGICKCORE_PACKAGE
   1177 #define MAGICKCORE_PACKAGE "ImageMagick"
   1178 #endif
   1179 
   1180 /* Define to the address where bug reports for this package should be sent. */
   1181 #ifndef MAGICKCORE_PACKAGE_BUGREPORT
   1182 #define MAGICKCORE_PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues"
   1183 #endif
   1184 
   1185 /* Define to the full name of this package. */
   1186 #ifndef MAGICKCORE_PACKAGE_NAME
   1187 #define MAGICKCORE_PACKAGE_NAME "ImageMagick"
   1188 #endif
   1189 
   1190 /* Define to the full name and version of this package. */
   1191 #ifndef MAGICKCORE_PACKAGE_STRING
   1192 #define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.2-6"
   1193 #endif
   1194 
   1195 /* Define to the one symbol short name of this package. */
   1196 #ifndef MAGICKCORE_PACKAGE_TARNAME
   1197 #define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
   1198 #endif
   1199 
   1200 /* Define to the home page for this package. */
   1201 #ifndef MAGICKCORE_PACKAGE_URL
   1202 #define MAGICKCORE_PACKAGE_URL "http://www.imagemagick.org"
   1203 #endif
   1204 
   1205 /* Define to the version of this package. */
   1206 #ifndef MAGICKCORE_PACKAGE_VERSION
   1207 #define MAGICKCORE_PACKAGE_VERSION "7.0.2-6"
   1208 #endif
   1209 
   1210 /* Define if you have PANGOCAIRO library */
   1211 /* #undef PANGOCAIRO_DELEGATE */
   1212 
   1213 /* Define if you have PANGO library */
   1214 /* #undef PANGO_DELEGATE */
   1215 
   1216 /* enable pipes (|) in filenames */
   1217 /* #undef PIPES_SUPPORT */
   1218 
   1219 /* Define if you have PNG library */
   1220 /* #undef PNG_DELEGATE */
   1221 
   1222 /* Define to necessary symbol if this constant uses a non-standard name on
   1223    your system. */
   1224 /* #undef PTHREAD_CREATE_JOINABLE */
   1225 
   1226 /* Pixel cache threshold in MB (defaults to available memory) */
   1227 /* #undef PixelCacheThreshold */
   1228 
   1229 /* Number of bits in a pixel Quantum (8/16/32/64) */
   1230 #ifndef MAGICKCORE_QUANTUM_DEPTH_OBSOLETE_IN_H
   1231 #define MAGICKCORE_QUANTUM_DEPTH_OBSOLETE_IN_H 16
   1232 #endif
   1233 
   1234 /* Define if you have RAQM library */
   1235 /* #undef RAQM_DELEGATE */
   1236 
   1237 /* Define as the return type of signal handlers (`int' or `void'). */
   1238 #ifndef MAGICKCORE_RETSIGTYPE
   1239 #define MAGICKCORE_RETSIGTYPE void
   1240 #endif
   1241 
   1242 /* Define if you have RSVG library */
   1243 /* #undef RSVG_DELEGATE */
   1244 
   1245 /* Define to the type of arg 1 for `select'. */
   1246 #ifndef MAGICKCORE_SELECT_TYPE_ARG1
   1247 #define MAGICKCORE_SELECT_TYPE_ARG1 int
   1248 #endif
   1249 
   1250 /* Define to the type of args 2, 3 and 4 for `select'. */
   1251 #ifndef MAGICKCORE_SELECT_TYPE_ARG234
   1252 #define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
   1253 #endif
   1254 
   1255 /* Define to the type of arg 5 for `select'. */
   1256 #ifndef MAGICKCORE_SELECT_TYPE_ARG5
   1257 #define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
   1258 #endif
   1259 
   1260 /* Sharearch directory name without ABI part. */
   1261 #ifndef MAGICKCORE_SHAREARCH_BASEDIRNAME
   1262 #define MAGICKCORE_SHAREARCH_BASEDIRNAME "config"
   1263 #endif
   1264 
   1265 /* Sharearch directory dirname */
   1266 /* #undef SHAREARCH_DIRNAME */
   1267 
   1268 /* Directory where architecture-independent configuration files live. */
   1269 #ifndef MAGICKCORE_SHARE_PATH
   1270 #define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7/"
   1271 #endif
   1272 
   1273 /* Subdirectory of lib where architecture-independent configuration files
   1274    live. */
   1275 #ifndef MAGICKCORE_SHARE_RELATIVE_PATH
   1276 #define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7"
   1277 #endif
   1278 
   1279 /* The size of `double', as computed by sizeof. */
   1280 #ifndef MAGICKCORE_SIZEOF_DOUBLE
   1281 #define MAGICKCORE_SIZEOF_DOUBLE 8
   1282 #endif
   1283 
   1284 /* The size of `double_t', as computed by sizeof. */
   1285 #ifndef MAGICKCORE_SIZEOF_DOUBLE_T
   1286 #define MAGICKCORE_SIZEOF_DOUBLE_T 8
   1287 #endif
   1288 
   1289 /* The size of `float', as computed by sizeof. */
   1290 #ifndef MAGICKCORE_SIZEOF_FLOAT
   1291 #define MAGICKCORE_SIZEOF_FLOAT 4
   1292 #endif
   1293 
   1294 /* The size of `float_t', as computed by sizeof. */
   1295 #ifndef MAGICKCORE_SIZEOF_FLOAT_T
   1296 #define MAGICKCORE_SIZEOF_FLOAT_T 4
   1297 #endif
   1298 
   1299 /* The size of `long double', as computed by sizeof. */
   1300 #ifndef MAGICKCORE_SIZEOF_LONG_DOUBLE
   1301 #define MAGICKCORE_SIZEOF_LONG_DOUBLE 16
   1302 #endif
   1303 
   1304 /* The size of `off_t', as computed by sizeof. */
   1305 #ifndef MAGICKCORE_SIZEOF_OFF_T
   1306 #define MAGICKCORE_SIZEOF_OFF_T 8
   1307 #endif
   1308 
   1309 /* The size of `signed int', as computed by sizeof. */
   1310 #ifndef MAGICKCORE_SIZEOF_SIGNED_INT
   1311 #define MAGICKCORE_SIZEOF_SIGNED_INT 4
   1312 #endif
   1313 
   1314 /* The size of `signed long', as computed by sizeof. */
   1315 #ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
   1316 #define MAGICKCORE_SIZEOF_SIGNED_LONG 8
   1317 #endif
   1318 
   1319 /* The size of `signed long long', as computed by sizeof. */
   1320 #ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
   1321 #define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
   1322 #endif
   1323 
   1324 /* The size of `signed short', as computed by sizeof. */
   1325 #ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
   1326 #define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
   1327 #endif
   1328 
   1329 /* The size of `size_t', as computed by sizeof. */
   1330 #ifndef MAGICKCORE_SIZEOF_SIZE_T
   1331 #define MAGICKCORE_SIZEOF_SIZE_T 8
   1332 #endif
   1333 
   1334 /* The size of `ssize_t', as computed by sizeof. */
   1335 #ifndef MAGICKCORE_SIZEOF_SSIZE_T
   1336 #define MAGICKCORE_SIZEOF_SSIZE_T 8
   1337 #endif
   1338 
   1339 /* The size of `unsigned int', as computed by sizeof. */
   1340 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
   1341 #define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
   1342 #endif
   1343 
   1344 /* The size of `unsigned int*', as computed by sizeof. */
   1345 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
   1346 #define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
   1347 #endif
   1348 
   1349 /* The size of `unsigned long', as computed by sizeof. */
   1350 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
   1351 #define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
   1352 #endif
   1353 
   1354 /* The size of `unsigned long long', as computed by sizeof. */
   1355 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
   1356 #define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
   1357 #endif
   1358 
   1359 /* The size of `unsigned short', as computed by sizeof. */
   1360 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
   1361 #define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
   1362 #endif
   1363 
   1364 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
   1365 /* #undef STAT_MACROS_BROKEN */
   1366 
   1367 /* Define to 1 if you have the ANSI C header files. */
   1368 #ifndef MAGICKCORE_STDC_HEADERS
   1369 #define MAGICKCORE_STDC_HEADERS 1
   1370 #endif
   1371 
   1372 /* Define to 1 if strerror_r returns char *. */
   1373 /* #undef STRERROR_R_CHAR_P */
   1374 
   1375 /* Define if you have POSIX threads libraries and header files. */
   1376 #ifndef MAGICKCORE_THREAD_SUPPORT
   1377 #define MAGICKCORE_THREAD_SUPPORT 1
   1378 #endif
   1379 
   1380 /* Define if you have TIFF library */
   1381 /* #undef TIFF_DELEGATE */
   1382 
   1383 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
   1384 #ifndef MAGICKCORE_TIME_WITH_SYS_TIME
   1385 #define MAGICKCORE_TIME_WITH_SYS_TIME 1
   1386 #endif
   1387 
   1388 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
   1389 /* #undef TM_IN_SYS_TIME */
   1390 
   1391 /* Enable extensions on AIX 3, Interix.  */
   1392 #ifndef _ALL_SOURCE
   1393 # define _ALL_SOURCE 1
   1394 #endif
   1395 /* Enable GNU extensions on systems that have them.  */
   1396 #ifndef _GNU_SOURCE
   1397 # define _GNU_SOURCE 1
   1398 #endif
   1399 /* Enable threading extensions on Solaris.  */
   1400 #ifndef _POSIX_PTHREAD_SEMANTICS
   1401 # define _POSIX_PTHREAD_SEMANTICS 1
   1402 #endif
   1403 /* Enable extensions on HP NonStop.  */
   1404 #ifndef _TANDEM_SOURCE
   1405 # define _TANDEM_SOURCE 1
   1406 #endif
   1407 /* Enable general extensions on Solaris.  */
   1408 #ifndef __EXTENSIONS__
   1409 # define __EXTENSIONS__ 1
   1410 #endif
   1411 
   1412 
   1413 /* Version number of package */
   1414 #ifndef MAGICKCORE_VERSION
   1415 #define MAGICKCORE_VERSION "7.0.2-6"
   1416 #endif
   1417 
   1418 /* Define if you have WEBP library */
   1419 /* #undef WEBP_DELEGATE */
   1420 
   1421 /* Define to use the Windows GDI32 library */
   1422 /* #undef WINGDI32_DELEGATE */
   1423 
   1424 /* Define if using the dmalloc debugging malloc package */
   1425 /* #undef WITH_DMALLOC */
   1426 
   1427 /* Define if you have WMF library */
   1428 /* #undef WMF_DELEGATE */
   1429 
   1430 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
   1431    significant byte first (like Motorola and SPARC, unlike Intel). */
   1432 #if defined AC_APPLE_UNIVERSAL_BUILD
   1433 # if defined __BIG_ENDIAN__
   1434 #  define WORDS_BIGENDIAN 1
   1435 # endif
   1436 #else
   1437 # ifndef WORDS_BIGENDIAN
   1438 /* #  undef WORDS_BIGENDIAN */
   1439 # endif
   1440 #endif
   1441 
   1442 /* Location of X11 configure files */
   1443 #ifndef MAGICKCORE_X11_CONFIGURE_PATH
   1444 #define MAGICKCORE_X11_CONFIGURE_PATH ""
   1445 #endif
   1446 
   1447 /* Define if you have X11 library */
   1448 #ifndef MAGICKCORE_X11_DELEGATE
   1449 #define MAGICKCORE_X11_DELEGATE 1
   1450 #endif
   1451 
   1452 /* Define if you have XML library */
   1453 /* #undef XML_DELEGATE */
   1454 
   1455 /* Define to 1 if the X Window System is missing or not being used. */
   1456 /* #undef X_DISPLAY_MISSING */
   1457 
   1458 /* Build self-contained, embeddable, zero-configuration ImageMagick */
   1459 /* #undef ZERO_CONFIGURATION_SUPPORT */
   1460 
   1461 /* Define if you have ZLIB library */
   1462 /* #undef ZLIB_DELEGATE */
   1463 
   1464 /* Enable large inode numbers on Mac OS X 10.5.  */
   1465 #ifndef _DARWIN_USE_64_BIT_INODE
   1466 # define _DARWIN_USE_64_BIT_INODE 1
   1467 #endif
   1468 
   1469 /* Number of bits in a file offset, on hosts where this is settable. */
   1470 /* #undef _FILE_OFFSET_BITS */
   1471 
   1472 /* enable run-time bounds-checking */
   1473 /* #undef _FORTIFY_SOURCE */
   1474 
   1475 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
   1476 /* #undef _LARGEFILE_SOURCE */
   1477 
   1478 /* Define for large files, on AIX-style hosts. */
   1479 /* #undef _LARGE_FILES */
   1480 
   1481 /* Define to 1 if on MINIX. */
   1482 /* #undef _MINIX */
   1483 
   1484 /* Define this for the OpenCL Accelerator */
   1485 /* #undef _OPENCL */
   1486 
   1487 /* Define to 2 if the system does not provide POSIX.1 features except with
   1488    this defined. */
   1489 /* #undef _POSIX_1_SOURCE */
   1490 
   1491 /* Define to 1 if you need to in order for `stat' and other things to work. */
   1492 /* #undef _POSIX_SOURCE */
   1493 
   1494 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
   1495    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
   1496    #define below would cause a syntax error. */
   1497 /* #undef _UINT32_T */
   1498 
   1499 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
   1500    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
   1501    #define below would cause a syntax error. */
   1502 /* #undef _UINT64_T */
   1503 
   1504 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
   1505    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
   1506    #define below would cause a syntax error. */
   1507 /* #undef _UINT8_T */
   1508 
   1509 /* Define to 1 if type `char' is unsigned and you are not using gcc.  */
   1510 #ifndef __CHAR_UNSIGNED__
   1511 /* # undef __CHAR_UNSIGNED__ */
   1512 #endif
   1513 
   1514 /* Define to appropriate substitue if compiler does not have __func__ */
   1515 /* #undef __func__ */
   1516 
   1517 /* Define to empty if `const' does not conform to ANSI C. */
   1518 /* #undef const */
   1519 
   1520 /* Define to `int' if <sys/types.h> doesn't define. */
   1521 /* #undef gid_t */
   1522 
   1523 /* Define to `__inline__' or `__inline' if that's what the C compiler
   1524    calls it, or to nothing if 'inline' is not supported under any name.  */
   1525 #ifndef __cplusplus
   1526 /* #undef inline */
   1527 #endif
   1528 
   1529 /* Define to the type of a signed integer type of width exactly 16 bits if
   1530    such a type exists and the standard includes do not define it. */
   1531 /* #undef int16_t */
   1532 
   1533 /* Define to the type of a signed integer type of width exactly 32 bits if
   1534    such a type exists and the standard includes do not define it. */
   1535 /* #undef int32_t */
   1536 
   1537 /* Define to the type of a signed integer type of width exactly 64 bits if
   1538    such a type exists and the standard includes do not define it. */
   1539 /* #undef int64_t */
   1540 
   1541 /* Define to the type of a signed integer type of width exactly 8 bits if such
   1542    a type exists and the standard includes do not define it. */
   1543 /* #undef int8_t */
   1544 
   1545 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
   1546    not define. */
   1547 /* #undef intmax_t */
   1548 
   1549 /* Define to the type of a signed integer type wide enough to hold a pointer,
   1550    if such a type exists, and if the system does not define it. */
   1551 /* #undef intptr_t */
   1552 
   1553 /* Define to a type if <wchar.h> does not define. */
   1554 /* #undef mbstate_t */
   1555 
   1556 /* Define to `int' if <sys/types.h> does not define. */
   1557 /* #undef mode_t */
   1558 
   1559 /* Define to `long int' if <sys/types.h> does not define. */
   1560 /* #undef off_t */
   1561 
   1562 /* Define to `int' if <sys/types.h> does not define. */
   1563 /* #undef pid_t */
   1564 
   1565 /* Define to the equivalent of the C99 'restrict' keyword, or to
   1566    nothing if this is not supported.  Do not define if restrict is
   1567    supported directly.  */
   1568 #ifndef _magickcore_restrict
   1569 #define _magickcore_restrict __restrict
   1570 #endif
   1571 /* Work around a bug in Sun C++: it does not support _Restrict or
   1572    __restrict__, even though the corresponding Sun C compiler ends up with
   1573    "#define restrict _Restrict" or "#define restrict __restrict__" in the
   1574    previous line.  Perhaps some future version of Sun C++ will work with
   1575    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
   1576 #if defined __SUNPRO_CC && !defined __RESTRICT
   1577 # define _Restrict
   1578 # define __restrict__
   1579 #endif
   1580 
   1581 /* Define to `unsigned int' if <sys/types.h> does not define. */
   1582 /* #undef size_t */
   1583 
   1584 /* Define to `int' if <sys/types.h> does not define. */
   1585 /* #undef ssize_t */
   1586 
   1587 /* Define to `int' if <sys/types.h> doesn't define. */
   1588 /* #undef uid_t */
   1589 
   1590 /* Define to the type of an unsigned integer type of width exactly 16 bits if
   1591    such a type exists and the standard includes do not define it. */
   1592 /* #undef uint16_t */
   1593 
   1594 /* Define to the type of an unsigned integer type of width exactly 32 bits if
   1595    such a type exists and the standard includes do not define it. */
   1596 /* #undef uint32_t */
   1597 
   1598 /* Define to the type of an unsigned integer type of width exactly 64 bits if
   1599    such a type exists and the standard includes do not define it. */
   1600 /* #undef uint64_t */
   1601 
   1602 /* Define to the type of an unsigned integer type of width exactly 8 bits if
   1603    such a type exists and the standard includes do not define it. */
   1604 /* #undef uint8_t */
   1605 
   1606 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
   1607    do not define. */
   1608 /* #undef uintmax_t */
   1609 
   1610 /* Define to the type of an unsigned integer type wide enough to hold a
   1611    pointer, if such a type exists, and if the system does not define it. */
   1612 /* #undef uintptr_t */
   1613 
   1614 /* Define as `fork' if `vfork' does not work. */
   1615 /* #undef vfork */
   1616 
   1617 /* Define to empty if the keyword `volatile' does not work. Warning: valid
   1618    code using `volatile' can become incorrect without. Disable with care. */
   1619 /* #undef volatile */
   1620 
   1621 /* once: _MAGICKCORE_MAGICK_BASECONFIG_H */
   1622 #endif
   1623