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