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