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 #ifndef MAGICKCORE_HAVE_SYS_SYSLIMITS_H 849 #define MAGICKCORE_HAVE_SYS_SYSLIMITS_H 1 850 #endif 851 852 /* Define to 1 if you have the <sys/timeb.h> header file. */ 853 #ifndef MAGICKCORE_HAVE_SYS_TIMEB_H 854 #define MAGICKCORE_HAVE_SYS_TIMEB_H 1 855 #endif 856 857 /* Define to 1 if you have the <sys/times.h> header file. */ 858 #ifndef MAGICKCORE_HAVE_SYS_TIMES_H 859 #define MAGICKCORE_HAVE_SYS_TIMES_H 1 860 #endif 861 862 /* Define to 1 if you have the <sys/time.h> header file. */ 863 #ifndef MAGICKCORE_HAVE_SYS_TIME_H 864 #define MAGICKCORE_HAVE_SYS_TIME_H 1 865 #endif 866 867 /* Define to 1 if you have the <sys/types.h> header file. */ 868 #ifndef MAGICKCORE_HAVE_SYS_TYPES_H 869 #define MAGICKCORE_HAVE_SYS_TYPES_H 1 870 #endif 871 872 /* Define to 1 if you have the <sys/wait.h> header file. */ 873 #ifndef MAGICKCORE_HAVE_SYS_WAIT_H 874 #define MAGICKCORE_HAVE_SYS_WAIT_H 1 875 #endif 876 877 /* Define to 1 if you have the `telldir' function. */ 878 #ifndef MAGICKCORE_HAVE_TELLDIR 879 #define MAGICKCORE_HAVE_TELLDIR 1 880 #endif 881 882 /* Define to 1 if you have the `tempnam' function. */ 883 #ifndef MAGICKCORE_HAVE_TEMPNAM 884 #define MAGICKCORE_HAVE_TEMPNAM 1 885 #endif 886 887 /* Define to 1 if you have the <tiffconf.h> header file. */ 888 /* #undef HAVE_TIFFCONF_H */ 889 890 /* Define to 1 if you have the `TIFFIsBigEndian' function. */ 891 /* #undef HAVE_TIFFISBIGENDIAN */ 892 893 /* Define to 1 if you have the `TIFFIsCODECConfigured' function. */ 894 /* #undef HAVE_TIFFISCODECCONFIGURED */ 895 896 /* Define to 1 if you have the `TIFFMergeFieldInfo' function. */ 897 /* #undef HAVE_TIFFMERGEFIELDINFO */ 898 899 /* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */ 900 /* #undef HAVE_TIFFREADEXIFDIRECTORY */ 901 902 /* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */ 903 /* #undef HAVE_TIFFSETERRORHANDLEREXT */ 904 905 /* Define to 1 if you have the `TIFFSetTagExtender' function. */ 906 /* #undef HAVE_TIFFSETTAGEXTENDER */ 907 908 /* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */ 909 /* #undef HAVE_TIFFSETWARNINGHANDLEREXT */ 910 911 /* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */ 912 /* #undef HAVE_TIFFSWABARRAYOFTRIPLES */ 913 914 /* Define to 1 if you have the `times' function. */ 915 #ifndef MAGICKCORE_HAVE_TIMES 916 #define MAGICKCORE_HAVE_TIMES 1 917 #endif 918 919 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use 920 `HAVE_STRUCT_TM_TM_ZONE' instead. */ 921 #ifndef MAGICKCORE_HAVE_TM_ZONE 922 #define MAGICKCORE_HAVE_TM_ZONE 1 923 #endif 924 925 /* Define to 1 if you don't have `tm_zone' but do have the external array 926 `tzname'. */ 927 /* #undef HAVE_TZNAME */ 928 929 /* Define to 1 if the system has the type `uintmax_t'. */ 930 #ifndef MAGICKCORE_HAVE_UINTMAX_T 931 #define MAGICKCORE_HAVE_UINTMAX_T 1 932 #endif 933 934 /* Define to 1 if the system has the type `uintptr_t'. */ 935 #ifndef MAGICKCORE_HAVE_UINTPTR_T 936 #define MAGICKCORE_HAVE_UINTPTR_T 1 937 #endif 938 939 /* Define to 1 if you have the `ulltostr' function. */ 940 /* #undef HAVE_ULLTOSTR */ 941 942 /* Define to 1 if you have the <unistd.h> header file. */ 943 #ifndef MAGICKCORE_HAVE_UNISTD_H 944 #define MAGICKCORE_HAVE_UNISTD_H 1 945 #endif 946 947 /* Define to 1 if the system has the type 'unsigned long long int'. */ 948 #ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 949 #define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1 950 #endif 951 952 /* Define to 1 if you have the `uselocale' function. */ 953 #ifndef MAGICKCORE_HAVE_USELOCALE 954 #define MAGICKCORE_HAVE_USELOCALE 1 955 #endif 956 957 /* Define to 1 if you have the `usleep' function. */ 958 #ifndef MAGICKCORE_HAVE_USLEEP 959 #define MAGICKCORE_HAVE_USLEEP 1 960 #endif 961 962 /* Define to 1 if you have the `utime' function. */ 963 #ifndef MAGICKCORE_HAVE_UTIME 964 #define MAGICKCORE_HAVE_UTIME 1 965 #endif 966 967 /* Define to 1 if you have the <utime.h> header file. */ 968 #ifndef MAGICKCORE_HAVE_UTIME_H 969 #define MAGICKCORE_HAVE_UTIME_H 1 970 #endif 971 972 /* Define to 1 if you have the `vfork' function. */ 973 #ifndef MAGICKCORE_HAVE_VFORK 974 #define MAGICKCORE_HAVE_VFORK 1 975 #endif 976 977 /* Define to 1 if you have the <vfork.h> header file. */ 978 /* #undef HAVE_VFORK_H */ 979 980 /* Define to 1 if you have the `vfprintf' function. */ 981 #ifndef MAGICKCORE_HAVE_VFPRINTF 982 #define MAGICKCORE_HAVE_VFPRINTF 1 983 #endif 984 985 /* Define to 1 if you have the `vfprintf_l' function. */ 986 #ifndef MAGICKCORE_HAVE_VFPRINTF_L 987 #define MAGICKCORE_HAVE_VFPRINTF_L 1 988 #endif 989 990 /* Define to 1 if you have the `vprintf' function. */ 991 #ifndef MAGICKCORE_HAVE_VPRINTF 992 #define MAGICKCORE_HAVE_VPRINTF 1 993 #endif 994 995 /* Define to 1 if you have the `vsnprintf' function. */ 996 #ifndef MAGICKCORE_HAVE_VSNPRINTF 997 #define MAGICKCORE_HAVE_VSNPRINTF 1 998 #endif 999 1000 /* Define to 1 if you have the `vsnprintf_l' function. */ 1001 #ifndef MAGICKCORE_HAVE_VSNPRINTF_L 1002 #define MAGICKCORE_HAVE_VSNPRINTF_L 1 1003 #endif 1004 1005 /* Define to 1 if you have the `vsprintf' function. */ 1006 #ifndef MAGICKCORE_HAVE_VSPRINTF 1007 #define MAGICKCORE_HAVE_VSPRINTF 1 1008 #endif 1009 1010 /* Define to 1 if you have the `waitpid' function. */ 1011 #ifndef MAGICKCORE_HAVE_WAITPID 1012 #define MAGICKCORE_HAVE_WAITPID 1 1013 #endif 1014 1015 /* Define to 1 if you have the <wchar.h> header file. */ 1016 #ifndef MAGICKCORE_HAVE_WCHAR_H 1017 #define MAGICKCORE_HAVE_WCHAR_H 1 1018 #endif 1019 1020 /* Define to 1 if you have the <windows.h> header file. */ 1021 /* #undef HAVE_WINDOWS_H */ 1022 1023 /* Define to 1 if `fork' works. */ 1024 #ifndef MAGICKCORE_HAVE_WORKING_FORK 1025 #define MAGICKCORE_HAVE_WORKING_FORK 1 1026 #endif 1027 1028 /* Define to 1 if `vfork' works. */ 1029 #ifndef MAGICKCORE_HAVE_WORKING_VFORK 1030 #define MAGICKCORE_HAVE_WORKING_VFORK 1 1031 #endif 1032 1033 /* Define to 1 if you have the <xlocale.h> header file. */ 1034 #ifndef MAGICKCORE_HAVE_XLOCALE_H 1035 #define MAGICKCORE_HAVE_XLOCALE_H 1 1036 #endif 1037 1038 /* Define to 1 if you have the `_aligned_malloc' function. */ 1039 /* #undef HAVE__ALIGNED_MALLOC */ 1040 1041 /* Define to 1 if the system has the type `_Bool'. */ 1042 #ifndef MAGICKCORE_HAVE__BOOL 1043 #define MAGICKCORE_HAVE__BOOL 1 1044 #endif 1045 1046 /* Define to 1 if you have the `_exit' function. */ 1047 #ifndef MAGICKCORE_HAVE__EXIT 1048 #define MAGICKCORE_HAVE__EXIT 1 1049 #endif 1050 1051 /* Define to 1 if you have the `_NSGetExecutablePath' function. */ 1052 #ifndef MAGICKCORE_HAVE__NSGETEXECUTABLEPATH 1053 #define MAGICKCORE_HAVE__NSGETEXECUTABLEPATH 1 1054 #endif 1055 1056 /* Define to 1 if you have the `_pclose' function. */ 1057 /* #undef HAVE__PCLOSE */ 1058 1059 /* Define to 1 if you have the `_popen' function. */ 1060 /* #undef HAVE__POPEN */ 1061 1062 /* Define to 1 if you have the `_wfopen' function. */ 1063 /* #undef HAVE__WFOPEN */ 1064 1065 /* Define to 1 if you have the `_wstat' function. */ 1066 /* #undef HAVE__WSTAT */ 1067 1068 /* define if your compiler has __attribute__ */ 1069 #ifndef MAGICKCORE_HAVE___ATTRIBUTE__ 1070 #define MAGICKCORE_HAVE___ATTRIBUTE__ 1 1071 #endif 1072 1073 /* Whether hdri is enabled or not */ 1074 #ifndef MAGICKCORE_HDRI_ENABLE_OBSOLETE_IN_H 1075 #define MAGICKCORE_HDRI_ENABLE_OBSOLETE_IN_H 1 1076 #endif 1077 1078 /* Define if you have jemalloc memory allocation library */ 1079 /* #undef HasJEMALLOC */ 1080 1081 /* Define if you have umem memory allocation library */ 1082 /* #undef HasUMEM */ 1083 1084 /* Directory where ImageMagick architecture headers live. */ 1085 #ifndef MAGICKCORE_INCLUDEARCH_PATH 1086 #define MAGICKCORE_INCLUDEARCH_PATH "/usr/local/include/ImageMagick-7/" 1087 #endif 1088 1089 /* Directory where ImageMagick headers live. */ 1090 #ifndef MAGICKCORE_INCLUDE_PATH 1091 #define MAGICKCORE_INCLUDE_PATH "/usr/local/include/ImageMagick-7/" 1092 #endif 1093 1094 /* ImageMagick is formally installed under prefix */ 1095 #ifndef MAGICKCORE_INSTALLED_SUPPORT 1096 #define MAGICKCORE_INSTALLED_SUPPORT 1 1097 #endif 1098 1099 /* Define if you have JBIG library */ 1100 /* #undef JBIG_DELEGATE */ 1101 1102 /* Define if you have JPEG library */ 1103 /* #undef JPEG_DELEGATE */ 1104 1105 /* Define if you have LCMS library */ 1106 /* #undef LCMS_DELEGATE */ 1107 1108 /* Define if you have OPENJP2 library */ 1109 /* #undef LIBOPENJP2_DELEGATE */ 1110 1111 /* Directory where architecture-dependent files live. */ 1112 #ifndef MAGICKCORE_LIBRARY_PATH 1113 #define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.2/" 1114 #endif 1115 1116 /* Subdirectory of lib where ImageMagick architecture dependent files are 1117 installed. */ 1118 #ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH 1119 #define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.2" 1120 #endif 1121 1122 /* Binaries in libraries path base name (will be during install linked to bin) 1123 */ 1124 #ifndef MAGICKCORE_LIB_BIN_BASEDIRNAME 1125 #define MAGICKCORE_LIB_BIN_BASEDIRNAME "bin" 1126 #endif 1127 1128 /* Define if you have LQR library */ 1129 /* #undef LQR_DELEGATE */ 1130 1131 /* Define if using libltdl to support dynamically loadable modules */ 1132 /* #undef LTDL_DELEGATE */ 1133 1134 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 1135 #ifndef MAGICKCORE_LT_OBJDIR 1136 #define MAGICKCORE_LT_OBJDIR ".libs/" 1137 #endif 1138 1139 /* Define if you have LZMA library */ 1140 /* #undef LZMA_DELEGATE */ 1141 1142 /* Define to prepend to default font search path. */ 1143 /* #undef MAGICK_FONT_PATH */ 1144 1145 /* Target Host CPU */ 1146 #ifndef MAGICKCORE_MAGICK_TARGET_CPU 1147 #define MAGICKCORE_MAGICK_TARGET_CPU arm 1148 #endif 1149 1150 /* Target Host OS */ 1151 #ifndef MAGICKCORE_MAGICK_TARGET_OS 1152 #define MAGICKCORE_MAGICK_TARGET_OS linux-gnu 1153 #endif 1154 1155 /* Target Host Vendor */ 1156 #ifndef MAGICKCORE_MAGICK_TARGET_VENDOR 1157 #define MAGICKCORE_MAGICK_TARGET_VENDOR unknown 1158 #endif 1159 1160 /* Module directory name without ABI part. */ 1161 #ifndef MAGICKCORE_MODULES_BASEDIRNAME 1162 #define MAGICKCORE_MODULES_BASEDIRNAME "modules" 1163 #endif 1164 1165 /* Module directory dirname */ 1166 /* #undef MODULES_DIRNAME */ 1167 1168 /* Magick API method prefix */ 1169 /* #undef NAMESPACE_PREFIX */ 1170 1171 /* Define to 1 if assertions should be disabled. */ 1172 /* #undef NDEBUG */ 1173 1174 /* Define if you have OPENEXR library */ 1175 /* #undef OPENEXR_DELEGATE */ 1176 1177 /* Name of package */ 1178 #ifndef MAGICKCORE_PACKAGE 1179 #define MAGICKCORE_PACKAGE "ImageMagick" 1180 #endif 1181 1182 /* Define to the address where bug reports for this package should be sent. */ 1183 #ifndef MAGICKCORE_PACKAGE_BUGREPORT 1184 #define MAGICKCORE_PACKAGE_BUGREPORT "https://github.com/ImageMagick/ImageMagick/issues" 1185 #endif 1186 1187 /* Define to the full name of this package. */ 1188 #ifndef MAGICKCORE_PACKAGE_NAME 1189 #define MAGICKCORE_PACKAGE_NAME "ImageMagick" 1190 #endif 1191 1192 /* Define to the full name and version of this package. */ 1193 #ifndef MAGICKCORE_PACKAGE_STRING 1194 #define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.2-6" 1195 #endif 1196 1197 /* Define to the one symbol short name of this package. */ 1198 #ifndef MAGICKCORE_PACKAGE_TARNAME 1199 #define MAGICKCORE_PACKAGE_TARNAME "ImageMagick" 1200 #endif 1201 1202 /* Define to the home page for this package. */ 1203 #ifndef MAGICKCORE_PACKAGE_URL 1204 #define MAGICKCORE_PACKAGE_URL "http://www.imagemagick.org" 1205 #endif 1206 1207 /* Define to the version of this package. */ 1208 #ifndef MAGICKCORE_PACKAGE_VERSION 1209 #define MAGICKCORE_PACKAGE_VERSION "7.0.2-6" 1210 #endif 1211 1212 /* Define if you have PANGOCAIRO library */ 1213 /* #undef PANGOCAIRO_DELEGATE */ 1214 1215 /* Define if you have PANGO library */ 1216 /* #undef PANGO_DELEGATE */ 1217 1218 /* enable pipes (|) in filenames */ 1219 /* #undef PIPES_SUPPORT */ 1220 1221 /* Define if you have PNG library */ 1222 /* #undef PNG_DELEGATE */ 1223 1224 /* Define to necessary symbol if this constant uses a non-standard name on 1225 your system. */ 1226 /* #undef PTHREAD_CREATE_JOINABLE */ 1227 1228 /* Pixel cache threshold in MB (defaults to available memory) */ 1229 /* #undef PixelCacheThreshold */ 1230 1231 /* Number of bits in a pixel Quantum (8/16/32/64) */ 1232 #ifndef MAGICKCORE_QUANTUM_DEPTH_OBSOLETE_IN_H 1233 #define MAGICKCORE_QUANTUM_DEPTH_OBSOLETE_IN_H 16 1234 #endif 1235 1236 /* Define if you have RAQM library */ 1237 /* #undef RAQM_DELEGATE */ 1238 1239 /* Define as the return type of signal handlers (`int' or `void'). */ 1240 #ifndef MAGICKCORE_RETSIGTYPE 1241 #define MAGICKCORE_RETSIGTYPE void 1242 #endif 1243 1244 /* Define if you have RSVG library */ 1245 /* #undef RSVG_DELEGATE */ 1246 1247 /* Define to the type of arg 1 for `select'. */ 1248 #ifndef MAGICKCORE_SELECT_TYPE_ARG1 1249 #define MAGICKCORE_SELECT_TYPE_ARG1 int 1250 #endif 1251 1252 /* Define to the type of args 2, 3 and 4 for `select'. */ 1253 #ifndef MAGICKCORE_SELECT_TYPE_ARG234 1254 #define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *) 1255 #endif 1256 1257 /* Define to the type of arg 5 for `select'. */ 1258 #ifndef MAGICKCORE_SELECT_TYPE_ARG5 1259 #define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *) 1260 #endif 1261 1262 /* Sharearch directory name without ABI part. */ 1263 #ifndef MAGICKCORE_SHAREARCH_BASEDIRNAME 1264 #define MAGICKCORE_SHAREARCH_BASEDIRNAME "config" 1265 #endif 1266 1267 /* Sharearch directory dirname */ 1268 /* #undef SHAREARCH_DIRNAME */ 1269 1270 /* Directory where architecture-independent configuration files live. */ 1271 #ifndef MAGICKCORE_SHARE_PATH 1272 #define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7/" 1273 #endif 1274 1275 /* Subdirectory of lib where architecture-independent configuration files 1276 live. */ 1277 #ifndef MAGICKCORE_SHARE_RELATIVE_PATH 1278 #define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7" 1279 #endif 1280 1281 /* The size of `double', as computed by sizeof. */ 1282 #ifndef MAGICKCORE_SIZEOF_DOUBLE 1283 #define MAGICKCORE_SIZEOF_DOUBLE 8 1284 #endif 1285 1286 /* The size of `double_t', as computed by sizeof. */ 1287 #ifndef MAGICKCORE_SIZEOF_DOUBLE_T 1288 #define MAGICKCORE_SIZEOF_DOUBLE_T 8 1289 #endif 1290 1291 /* The size of `float', as computed by sizeof. */ 1292 #ifndef MAGICKCORE_SIZEOF_FLOAT 1293 #define MAGICKCORE_SIZEOF_FLOAT 4 1294 #endif 1295 1296 /* The size of `float_t', as computed by sizeof. */ 1297 #ifndef MAGICKCORE_SIZEOF_FLOAT_T 1298 #define MAGICKCORE_SIZEOF_FLOAT_T 4 1299 #endif 1300 1301 /* The size of `long double', as computed by sizeof. */ 1302 #ifndef MAGICKCORE_SIZEOF_LONG_DOUBLE 1303 #define MAGICKCORE_SIZEOF_LONG_DOUBLE 16 1304 #endif 1305 1306 /* The size of `off_t', as computed by sizeof. */ 1307 #ifndef MAGICKCORE_SIZEOF_OFF_T 1308 #define MAGICKCORE_SIZEOF_OFF_T 8 1309 #endif 1310 1311 /* The size of `signed int', as computed by sizeof. */ 1312 #ifndef MAGICKCORE_SIZEOF_SIGNED_INT 1313 #define MAGICKCORE_SIZEOF_SIGNED_INT 4 1314 #endif 1315 1316 /* The size of `signed long', as computed by sizeof. */ 1317 #ifndef MAGICKCORE_SIZEOF_SIGNED_LONG 1318 #define MAGICKCORE_SIZEOF_SIGNED_LONG 8 1319 #endif 1320 1321 /* The size of `signed long long', as computed by sizeof. */ 1322 #ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 1323 #define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8 1324 #endif 1325 1326 /* The size of `signed short', as computed by sizeof. */ 1327 #ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT 1328 #define MAGICKCORE_SIZEOF_SIGNED_SHORT 2 1329 #endif 1330 1331 /* The size of `size_t', as computed by sizeof. */ 1332 #ifndef MAGICKCORE_SIZEOF_SIZE_T 1333 #define MAGICKCORE_SIZEOF_SIZE_T 8 1334 #endif 1335 1336 /* The size of `ssize_t', as computed by sizeof. */ 1337 #ifndef MAGICKCORE_SIZEOF_SSIZE_T 1338 #define MAGICKCORE_SIZEOF_SSIZE_T 8 1339 #endif 1340 1341 /* The size of `unsigned int', as computed by sizeof. */ 1342 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT 1343 #define MAGICKCORE_SIZEOF_UNSIGNED_INT 4 1344 #endif 1345 1346 /* The size of `unsigned int*', as computed by sizeof. */ 1347 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP 1348 #define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8 1349 #endif 1350 1351 /* The size of `unsigned long', as computed by sizeof. */ 1352 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG 1353 #define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8 1354 #endif 1355 1356 /* The size of `unsigned long long', as computed by sizeof. */ 1357 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 1358 #define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8 1359 #endif 1360 1361 /* The size of `unsigned short', as computed by sizeof. */ 1362 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT 1363 #define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2 1364 #endif 1365 1366 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ 1367 /* #undef STAT_MACROS_BROKEN */ 1368 1369 /* Define to 1 if you have the ANSI C header files. */ 1370 #ifndef MAGICKCORE_STDC_HEADERS 1371 #define MAGICKCORE_STDC_HEADERS 1 1372 #endif 1373 1374 /* Define to 1 if strerror_r returns char *. */ 1375 /* #undef STRERROR_R_CHAR_P */ 1376 1377 /* Define if you have POSIX threads libraries and header files. */ 1378 #ifndef MAGICKCORE_THREAD_SUPPORT 1379 #define MAGICKCORE_THREAD_SUPPORT 1 1380 #endif 1381 1382 /* Define if you have TIFF library */ 1383 /* #undef TIFF_DELEGATE */ 1384 1385 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 1386 #ifndef MAGICKCORE_TIME_WITH_SYS_TIME 1387 #define MAGICKCORE_TIME_WITH_SYS_TIME 1 1388 #endif 1389 1390 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 1391 /* #undef TM_IN_SYS_TIME */ 1392 1393 /* Enable extensions on AIX 3, Interix. */ 1394 #ifndef _ALL_SOURCE 1395 # define _ALL_SOURCE 1 1396 #endif 1397 /* Enable GNU extensions on systems that have them. */ 1398 #ifndef _GNU_SOURCE 1399 # define _GNU_SOURCE 1 1400 #endif 1401 /* Enable threading extensions on Solaris. */ 1402 #ifndef _POSIX_PTHREAD_SEMANTICS 1403 # define _POSIX_PTHREAD_SEMANTICS 1 1404 #endif 1405 /* Enable extensions on HP NonStop. */ 1406 #ifndef _TANDEM_SOURCE 1407 # define _TANDEM_SOURCE 1 1408 #endif 1409 /* Enable general extensions on Solaris. */ 1410 #ifndef __EXTENSIONS__ 1411 # define __EXTENSIONS__ 1 1412 #endif 1413 1414 1415 /* Version number of package */ 1416 #ifndef MAGICKCORE_VERSION 1417 #define MAGICKCORE_VERSION "7.0.2-6" 1418 #endif 1419 1420 /* Define if you have WEBP library */ 1421 /* #undef WEBP_DELEGATE */ 1422 1423 /* Define to use the Windows GDI32 library */ 1424 /* #undef WINGDI32_DELEGATE */ 1425 1426 /* Define if using the dmalloc debugging malloc package */ 1427 /* #undef WITH_DMALLOC */ 1428 1429 /* Define if you have WMF library */ 1430 /* #undef WMF_DELEGATE */ 1431 1432 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 1433 significant byte first (like Motorola and SPARC, unlike Intel). */ 1434 #if defined AC_APPLE_UNIVERSAL_BUILD 1435 # if defined __BIG_ENDIAN__ 1436 # define WORDS_BIGENDIAN 1 1437 # endif 1438 #else 1439 # ifndef WORDS_BIGENDIAN 1440 /* # undef WORDS_BIGENDIAN */ 1441 # endif 1442 #endif 1443 1444 /* Location of X11 configure files */ 1445 #ifndef MAGICKCORE_X11_CONFIGURE_PATH 1446 #define MAGICKCORE_X11_CONFIGURE_PATH "" 1447 #endif 1448 1449 /* Define if you have X11 library */ 1450 #ifndef MAGICKCORE_X11_DELEGATE 1451 #define MAGICKCORE_X11_DELEGATE 1 1452 #endif 1453 1454 /* Define if you have XML library */ 1455 /* #undef XML_DELEGATE */ 1456 1457 /* Define to 1 if the X Window System is missing or not being used. */ 1458 /* #undef X_DISPLAY_MISSING */ 1459 1460 /* Build self-contained, embeddable, zero-configuration ImageMagick */ 1461 /* #undef ZERO_CONFIGURATION_SUPPORT */ 1462 1463 /* Define if you have ZLIB library */ 1464 /* #undef ZLIB_DELEGATE */ 1465 1466 /* Enable large inode numbers on Mac OS X 10.5. */ 1467 #ifndef _DARWIN_USE_64_BIT_INODE 1468 # define _DARWIN_USE_64_BIT_INODE 1 1469 #endif 1470 1471 /* Number of bits in a file offset, on hosts where this is settable. */ 1472 /* #undef _FILE_OFFSET_BITS */ 1473 1474 /* enable run-time bounds-checking */ 1475 /* #undef _FORTIFY_SOURCE */ 1476 1477 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 1478 /* #undef _LARGEFILE_SOURCE */ 1479 1480 /* Define for large files, on AIX-style hosts. */ 1481 /* #undef _LARGE_FILES */ 1482 1483 /* Define to 1 if on MINIX. */ 1484 /* #undef _MINIX */ 1485 1486 /* Define this for the OpenCL Accelerator */ 1487 /* #undef _OPENCL */ 1488 1489 /* Define to 2 if the system does not provide POSIX.1 features except with 1490 this defined. */ 1491 /* #undef _POSIX_1_SOURCE */ 1492 1493 /* Define to 1 if you need to in order for `stat' and other things to work. */ 1494 /* #undef _POSIX_SOURCE */ 1495 1496 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 1497 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 1498 #define below would cause a syntax error. */ 1499 /* #undef _UINT32_T */ 1500 1501 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, 1502 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 1503 #define below would cause a syntax error. */ 1504 /* #undef _UINT64_T */ 1505 1506 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, 1507 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 1508 #define below would cause a syntax error. */ 1509 /* #undef _UINT8_T */ 1510 1511 /* Define to 1 if type `char' is unsigned and you are not using gcc. */ 1512 #ifndef __CHAR_UNSIGNED__ 1513 /* # undef __CHAR_UNSIGNED__ */ 1514 #endif 1515 1516 /* Define to appropriate substitue if compiler does not have __func__ */ 1517 /* #undef __func__ */ 1518 1519 /* Define to empty if `const' does not conform to ANSI C. */ 1520 /* #undef const */ 1521 1522 /* Define to `int' if <sys/types.h> doesn't define. */ 1523 /* #undef gid_t */ 1524 1525 /* Define to `__inline__' or `__inline' if that's what the C compiler 1526 calls it, or to nothing if 'inline' is not supported under any name. */ 1527 #ifndef __cplusplus 1528 /* #undef inline */ 1529 #endif 1530 1531 /* Define to the type of a signed integer type of width exactly 16 bits if 1532 such a type exists and the standard includes do not define it. */ 1533 /* #undef int16_t */ 1534 1535 /* Define to the type of a signed integer type of width exactly 32 bits if 1536 such a type exists and the standard includes do not define it. */ 1537 /* #undef int32_t */ 1538 1539 /* Define to the type of a signed integer type of width exactly 64 bits if 1540 such a type exists and the standard includes do not define it. */ 1541 /* #undef int64_t */ 1542 1543 /* Define to the type of a signed integer type of width exactly 8 bits if such 1544 a type exists and the standard includes do not define it. */ 1545 /* #undef int8_t */ 1546 1547 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do 1548 not define. */ 1549 /* #undef intmax_t */ 1550 1551 /* Define to the type of a signed integer type wide enough to hold a pointer, 1552 if such a type exists, and if the system does not define it. */ 1553 /* #undef intptr_t */ 1554 1555 /* Define to a type if <wchar.h> does not define. */ 1556 /* #undef mbstate_t */ 1557 1558 /* Define to `int' if <sys/types.h> does not define. */ 1559 /* #undef mode_t */ 1560 1561 /* Define to `long int' if <sys/types.h> does not define. */ 1562 /* #undef off_t */ 1563 1564 /* Define to `int' if <sys/types.h> does not define. */ 1565 /* #undef pid_t */ 1566 1567 /* Define to the equivalent of the C99 'restrict' keyword, or to 1568 nothing if this is not supported. Do not define if restrict is 1569 supported directly. */ 1570 #ifndef _magickcore_restrict 1571 #define _magickcore_restrict __restrict 1572 #endif 1573 /* Work around a bug in Sun C++: it does not support _Restrict or 1574 __restrict__, even though the corresponding Sun C compiler ends up with 1575 "#define restrict _Restrict" or "#define restrict __restrict__" in the 1576 previous line. Perhaps some future version of Sun C++ will work with 1577 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ 1578 #if defined __SUNPRO_CC && !defined __RESTRICT 1579 # define _Restrict 1580 # define __restrict__ 1581 #endif 1582 1583 /* Define to `unsigned int' if <sys/types.h> does not define. */ 1584 /* #undef size_t */ 1585 1586 /* Define to `int' if <sys/types.h> does not define. */ 1587 /* #undef ssize_t */ 1588 1589 /* Define to `int' if <sys/types.h> doesn't define. */ 1590 /* #undef uid_t */ 1591 1592 /* Define to the type of an unsigned integer type of width exactly 16 bits if 1593 such a type exists and the standard includes do not define it. */ 1594 /* #undef uint16_t */ 1595 1596 /* Define to the type of an unsigned integer type of width exactly 32 bits if 1597 such a type exists and the standard includes do not define it. */ 1598 /* #undef uint32_t */ 1599 1600 /* Define to the type of an unsigned integer type of width exactly 64 bits if 1601 such a type exists and the standard includes do not define it. */ 1602 /* #undef uint64_t */ 1603 1604 /* Define to the type of an unsigned integer type of width exactly 8 bits if 1605 such a type exists and the standard includes do not define it. */ 1606 /* #undef uint8_t */ 1607 1608 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h> 1609 do not define. */ 1610 /* #undef uintmax_t */ 1611 1612 /* Define to the type of an unsigned integer type wide enough to hold a 1613 pointer, if such a type exists, and if the system does not define it. */ 1614 /* #undef uintptr_t */ 1615 1616 /* Define as `fork' if `vfork' does not work. */ 1617 /* #undef vfork */ 1618 1619 /* Define to empty if the keyword `volatile' does not work. Warning: valid 1620 code using `volatile' can become incorrect without. Disable with care. */ 1621 /* #undef volatile */ 1622 1623 /* once: _MAGICKCORE_MAGICK_BASECONFIG_H */ 1624 #endif 1625