blob: bb4f6ee57ba9746f6cce0f910c7f3ca799def50a [file] [log] [blame]
cristy3ed852e2009-09-05 21:47:34 +00001/* config/config.h.in. Generated from configure.ac by autoheader. */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* Define if you have AUTOTRACE library */
7#undef AUTOTRACE_DELEGATE
8
9/* Define if coders and filters are to be built as modules. */
10#undef BUILD_MODULES
11
12/* Define if you have the bzip2 library */
13#undef BZLIB_DELEGATE
14
15/* Define if you have CAIRO library */
16#undef CAIRO_DELEGATE
17
18/* permit enciphering and deciphering image pixels */
19#undef CIPHER_SUPPORT
20
21/* Define to 1 if the `closedir' function returns void instead of `int'. */
22#undef CLOSEDIR_VOID
23
24/* Location of coder modules */
25#undef CODER_PATH
26
27/* Subdirectory of lib where coder modules are installed */
28#undef CODER_RELATIVE_PATH
29
30/* Directory where architecture-dependent configuration files live. */
31#undef CONFIGURE_PATH
32
33/* Subdirectory of lib where architecture-dependent configuration files live.
34 */
35#undef CONFIGURE_RELATIVE_PATH
36
37/* Define if you have DJVU library */
38#undef DJVU_DELEGATE
39
40/* Directory where ImageMagick documents live. */
41#undef DOCUMENTATION_PATH
42
43/* Define if you have Display Postscript */
44#undef DPS_DELEGATE
45
cristy3ed852e2009-09-05 21:47:34 +000046/* exclude deprecated methods in MagickCore API */
47#undef EXCLUDE_DEPRECATED
48
49/* Directory where executables are installed. */
50#undef EXECUTABLE_PATH
51
52/* Define if you have FFTW library */
53#undef FFTW_DELEGATE
54
55/* Location of filter modules */
56#undef FILTER_PATH
57
58/* Subdirectory of lib where filter modules are installed */
59#undef FILTER_RELATIVE_PATH
60
61/* Define if you have FONTCONFIG library */
62#undef FONTCONFIG_DELEGATE
63
64/* Define if you have FlashPIX library */
65#undef FPX_DELEGATE
66
cristy81beccd2011-10-03 18:17:24 +000067/* Define if you have FreeType (TrueType font) library */
cristy3ed852e2009-09-05 21:47:34 +000068#undef FREETYPE_DELEGATE
69
70/* Define if you have Ghostscript library or framework */
71#undef GS_DELEGATE
72
73/* Define if you have GVC library */
74#undef GVC_DELEGATE
75
cristyb33454f2011-08-03 02:10:45 +000076/* Define to 1 if you have the `acosh' function. */
77#undef HAVE_ACOSH
78
cristy3ed852e2009-09-05 21:47:34 +000079/* Define to 1 if you have the `argz_add' function. */
80#undef HAVE_ARGZ_ADD
81
82/* Define to 1 if you have the `argz_append' function. */
83#undef HAVE_ARGZ_APPEND
84
85/* Define to 1 if you have the `argz_count' function. */
86#undef HAVE_ARGZ_COUNT
87
88/* Define to 1 if you have the `argz_create_sep' function. */
89#undef HAVE_ARGZ_CREATE_SEP
90
91/* Define to 1 if you have the <argz.h> header file. */
92#undef HAVE_ARGZ_H
93
94/* Define to 1 if you have the `argz_insert' function. */
95#undef HAVE_ARGZ_INSERT
96
97/* Define to 1 if you have the `argz_next' function. */
98#undef HAVE_ARGZ_NEXT
99
100/* Define to 1 if you have the `argz_stringify' function. */
101#undef HAVE_ARGZ_STRINGIFY
102
103/* Define to 1 if you have the <arm/limits.h> header file. */
104#undef HAVE_ARM_LIMITS_H
105
cristyb33454f2011-08-03 02:10:45 +0000106/* Define to 1 if you have the `asinh' function. */
107#undef HAVE_ASINH
108
109/* Define to 1 if you have the `atanh' function. */
110#undef HAVE_ATANH
111
cristy3ed852e2009-09-05 21:47:34 +0000112/* Define to 1 if you have the `atexit' function. */
113#undef HAVE_ATEXIT
114
cristyc5baf4f2010-08-31 15:05:33 +0000115/* Define to 1 if you have the `atoll' function. */
116#undef HAVE_ATOLL
117
cristy3ed852e2009-09-05 21:47:34 +0000118/* define if bool is a built-in type */
119#undef HAVE_BOOL
120
cristy47b022b2011-01-18 22:29:21 +0000121/* Define to 1 if you have the `cabs' function. */
122#undef HAVE_CABS
123
124/* Define to 1 if you have the `carg' function. */
125#undef HAVE_CARG
126
cristy56ed31c2010-03-22 00:46:21 +0000127/* Define to 1 if you have the `cimag' function. */
128#undef HAVE_CIMAG
129
cristy3ed852e2009-09-05 21:47:34 +0000130/* Define to 1 if you have the `clock' function. */
131#undef HAVE_CLOCK
132
cristye43a45e2009-09-28 14:49:00 +0000133/* Define to 1 if you have clock_gettime. */
cristy3ed852e2009-09-05 21:47:34 +0000134#undef HAVE_CLOCK_GETTIME
135
cristye43a45e2009-09-28 14:49:00 +0000136/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
137#undef HAVE_CLOCK_REALTIME
138
cristy3ed852e2009-09-05 21:47:34 +0000139/* Define to 1 if you have the `closedir' function. */
140#undef HAVE_CLOSEDIR
141
cristyfe2e68f2010-01-09 19:16:03 +0000142/* Define to 1 if you have the <CL/cl.h> header file. */
143#undef HAVE_CL_CL_H
cristy736173a2009-09-20 21:18:22 +0000144
cristy3ed852e2009-09-05 21:47:34 +0000145/* Define to 1 if you have the <complex.h> header file. */
146#undef HAVE_COMPLEX_H
147
cristy47b022b2011-01-18 22:29:21 +0000148/* Define to 1 if you have the `creal' function. */
149#undef HAVE_CREAL
150
cristyc5baf4f2010-08-31 15:05:33 +0000151/* Define to 1 if you have the `ctime_r' function. */
152#undef HAVE_CTIME_R
153
cristy3ed852e2009-09-05 21:47:34 +0000154/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
155 you don't. */
156#undef HAVE_DECL_CYGWIN_CONV_PATH
157
158/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
159 */
160#undef HAVE_DECL_PREAD
161
162/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
163 */
164#undef HAVE_DECL_PWRITE
165
cristy7d4a1d62011-10-13 15:54:12 +0000166/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
167 don't. */
168#undef HAVE_DECL_STRERROR_R
169
cristy3ed852e2009-09-05 21:47:34 +0000170/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
171 don't. */
172#undef HAVE_DECL_STRLCPY
173
cristy92703d82010-04-26 00:18:18 +0000174/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
175 */
176#undef HAVE_DECL_TZNAME
177
cristy3ed852e2009-09-05 21:47:34 +0000178/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
179 don't. */
180#undef HAVE_DECL_VSNPRINTF
181
182/* Define to 1 if you have the `directio' function. */
183#undef HAVE_DIRECTIO
184
185/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
186 */
187#undef HAVE_DIRENT_H
188
189/* Define if you have the GNU dld library. */
190#undef HAVE_DLD
191
192/* Define to 1 if you have the <dld.h> header file. */
193#undef HAVE_DLD_H
194
195/* Define to 1 if you have the `dlerror' function. */
196#undef HAVE_DLERROR
197
198/* Define to 1 if you have the <dlfcn.h> header file. */
199#undef HAVE_DLFCN_H
200
201/* Define to 1 if you have the <dl.h> header file. */
202#undef HAVE_DL_H
203
204/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
205#undef HAVE_DOPRNT
206
207/* Define if you have the _dyld_func_lookup function. */
208#undef HAVE_DYLD
209
210/* Define to 1 if you have the <errno.h> header file. */
211#undef HAVE_ERRNO_H
212
213/* Define to 1 if the system has the type `error_t'. */
214#undef HAVE_ERROR_T
215
216/* Define to 1 if you have the `execvp' function. */
217#undef HAVE_EXECVP
218
cristyf1440cb2010-02-23 02:24:21 +0000219/* Define to 1 if you have the `fchmod' function. */
220#undef HAVE_FCHMOD
221
cristy3ed852e2009-09-05 21:47:34 +0000222/* Define to 1 if you have the <fcntl.h> header file. */
223#undef HAVE_FCNTL_H
224
225/* Define to 1 if you have the `floor' function. */
226#undef HAVE_FLOOR
227
228/* Define to 1 if you have the `fork' function. */
229#undef HAVE_FORK
230
231/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
232#undef HAVE_FSEEKO
233
cristy81beccd2011-10-03 18:17:24 +0000234/* Define to 1 if you have the <ft2build.h> header file. */
235#undef HAVE_FT2BUILD_H
236
cristy3ed852e2009-09-05 21:47:34 +0000237/* Define to 1 if you have the `ftime' function. */
238#undef HAVE_FTIME
239
240/* Define to 1 if you have the `ftruncate' function. */
241#undef HAVE_FTRUNCATE
242
243/* Define to 1 if you have the `getcwd' function. */
244#undef HAVE_GETCWD
245
cristyc5baf4f2010-08-31 15:05:33 +0000246/* Define to 1 if you have the `getc_unlocked' function. */
247#undef HAVE_GETC_UNLOCKED
248
cristy3ed852e2009-09-05 21:47:34 +0000249/* Define to 1 if you have the `getdtablesize' function. */
250#undef HAVE_GETDTABLESIZE
251
252/* Define to 1 if you have the `getexecname' function. */
253#undef HAVE_GETEXECNAME
254
255/* Define to 1 if you have the `getpagesize' function. */
256#undef HAVE_GETPAGESIZE
257
258/* Define to 1 if you have the `getpid' function. */
259#undef HAVE_GETPID
260
cristyd3ef0102009-09-12 18:11:06 +0000261/* Define to 1 if you have the `getrlimit' function. */
262#undef HAVE_GETRLIMIT
263
cristy3ed852e2009-09-05 21:47:34 +0000264/* Define to 1 if you have the `getrusage' function. */
265#undef HAVE_GETRUSAGE
266
267/* Define to 1 if you have the `gettimeofday' function. */
268#undef HAVE_GETTIMEOFDAY
269
270/* Define to 1 if you have the `gmtime_r' function. */
271#undef HAVE_GMTIME_R
272
cristy501c8042011-05-26 17:46:28 +0000273/* Define to 1 if the system has the type `intmax_t'. */
274#undef HAVE_INTMAX_T
275
276/* Define to 1 if the system has the type `intptr_t'. */
277#undef HAVE_INTPTR_T
278
cristy3ed852e2009-09-05 21:47:34 +0000279/* Define to 1 if you have the <inttypes.h> header file. */
280#undef HAVE_INTTYPES_H
281
cristy161b9262010-03-20 19:34:32 +0000282/* Define to 1 if you have the `j0' function. */
283#undef HAVE_J0
284
285/* Define to 1 if you have the `j1' function. */
286#undef HAVE_J1
287
cristyd09bcf92010-03-25 03:04:45 +0000288/* Define if you have the <lcms2.h> header file. */
289#undef HAVE_LCMS2_H
290
cristy71203402010-06-18 13:12:03 +0000291/* Define if you have the <lcms2/lcms2.h> header file. */
292#undef HAVE_LCMS2_LCMS2_H
293
cristy3ed852e2009-09-05 21:47:34 +0000294/* Define if you have the <lcms.h> header file. */
295#undef HAVE_LCMS_H
296
297/* Define if you have the <lcms/lcms.h> header file. */
298#undef HAVE_LCMS_LCMS_H
299
300/* Define if you have the libdl library or equivalent. */
301#undef HAVE_LIBDL
302
303/* Define if libdlloader will be built on this platform */
304#undef HAVE_LIBDLLOADER
305
306/* Define to 1 if you have the `gcov' library (-lgcov). */
307#undef HAVE_LIBGCOV
308
309/* Define to 1 if you have the <limits.h> header file. */
310#undef HAVE_LIMITS_H
311
312/* Define to 1 if you have the <linux/unistd.h> header file. */
313#undef HAVE_LINUX_UNISTD_H
314
cristyc5baf4f2010-08-31 15:05:33 +0000315/* Define to 1 if you have the `lltostr' function. */
316#undef HAVE_LLTOSTR
317
cristy3ed852e2009-09-05 21:47:34 +0000318/* Define to 1 if you have the <locale.h> header file. */
319#undef HAVE_LOCALE_H
320
321/* Define to 1 if you have the `localtime_r' function. */
322#undef HAVE_LOCALTIME_R
323
cristy501c8042011-05-26 17:46:28 +0000324/* Define to 1 if the system has the type `long double'. */
325#undef HAVE_LONG_DOUBLE
326
cristy3ed852e2009-09-05 21:47:34 +0000327/* Define to 1 if the type `long double' works and has more range or precision
328 than `double'. */
329#undef HAVE_LONG_DOUBLE_WIDER
330
cristy501c8042011-05-26 17:46:28 +0000331/* Define to 1 if the system has the type `long long int'. */
332#undef HAVE_LONG_LONG_INT
333
cristy3ed852e2009-09-05 21:47:34 +0000334/* Define to 1 if you have the `lstat' function. */
335#undef HAVE_LSTAT
336
cristy3ed852e2009-09-05 21:47:34 +0000337/* Define this if a modern libltdl is already installed */
338#undef HAVE_LTDL
339
340/* Define to 1 if you have the <machine/param.h> header file. */
341#undef HAVE_MACHINE_PARAM_H
342
343/* Define to 1 if you have the <mach-o/dyld.h> header file. */
344#undef HAVE_MACH_O_DYLD_H
345
cristy501c8042011-05-26 17:46:28 +0000346/* Define to 1 if <wchar.h> declares mbstate_t. */
347#undef HAVE_MBSTATE_T
348
cristy3ed852e2009-09-05 21:47:34 +0000349/* Define to 1 if you have the `memmove' function. */
350#undef HAVE_MEMMOVE
351
352/* Define to 1 if you have the <memory.h> header file. */
353#undef HAVE_MEMORY_H
354
355/* Define to 1 if you have the `memset' function. */
356#undef HAVE_MEMSET
357
358/* Define to 1 if you have the `mkstemp' function. */
359#undef HAVE_MKSTEMP
360
361/* Define to 1 if you have a working `mmap' system call. */
362#undef HAVE_MMAP
363
364/* Define to 1 if you have a working `mmap' system call. */
365#undef HAVE_MMAP_FILEIO
366
367/* Define to 1 if you have the `munmap' function. */
368#undef HAVE_MUNMAP
369
370/* define if the compiler implements namespaces */
371#undef HAVE_NAMESPACES
372
cristy964cb7f2010-04-25 23:18:00 +0000373/* Define if g++ supports namespace std. */
374#undef HAVE_NAMESPACE_STD
375
cristya21afde2010-07-02 00:45:40 +0000376/* Define to 1 if you have the `nanosleep' function. */
377#undef HAVE_NANOSLEEP
378
cristy3ed852e2009-09-05 21:47:34 +0000379/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
380#undef HAVE_NDIR_H
381
cristya8549b12011-05-18 19:05:08 +0000382/* Define to 1 if you have the `newlocale' function. */
383#undef HAVE_NEWLOCALE
384
cristyfe2e68f2010-01-09 19:16:03 +0000385/* Define to 1 if you have the <OpenCL/cl.h> header file. */
386#undef HAVE_OPENCL_CL_H
cristy736173a2009-09-20 21:18:22 +0000387
cristy3ed852e2009-09-05 21:47:34 +0000388/* Define to 1 if you have the `opendir' function. */
389#undef HAVE_OPENDIR
390
391/* Define to 1 if you have the <OS.h> header file. */
392#undef HAVE_OS_H
393
394/* Define to 1 if you have the `pclose' function. */
395#undef HAVE_PCLOSE
396
397/* Define to 1 if you have the `poll' function. */
398#undef HAVE_POLL
399
400/* Define to 1 if you have the `popen' function. */
401#undef HAVE_POPEN
402
403/* Define to 1 if you have the `posix_fadvise' function. */
404#undef HAVE_POSIX_FADVISE
405
406/* Define to 1 if you have the `posix_fallocate' function. */
407#undef HAVE_POSIX_FALLOCATE
408
409/* Define to 1 if you have the `posix_madvise' function. */
410#undef HAVE_POSIX_MADVISE
411
412/* Define to 1 if you have the `posix_memalign' function. */
413#undef HAVE_POSIX_MEMALIGN
414
cristy5c40fb42010-08-05 16:12:44 +0000415/* Define to 1 if you have the `posix_spawnp' function. */
416#undef HAVE_POSIX_SPAWNP
417
cristy3ed852e2009-09-05 21:47:34 +0000418/* Define to 1 if you have the `pow' function. */
419#undef HAVE_POW
420
421/* Define to 1 if you have the `pread' function. */
422#undef HAVE_PREAD
423
424/* Define if libtool can extract symbol lists from object files. */
425#undef HAVE_PRELOADED_SYMBOLS
426
cristy98e91bd2010-01-12 01:11:42 +0000427/* Define to 1 if you have the <process.h> header file. */
428#undef HAVE_PROCESS_H
429
cristy3ed852e2009-09-05 21:47:34 +0000430/* Define if you have POSIX threads libraries and header files. */
431#undef HAVE_PTHREAD
432
433/* Define to 1 if you have the `pwrite' function. */
434#undef HAVE_PWRITE
435
cristyc5baf4f2010-08-31 15:05:33 +0000436/* Define to 1 if you have the `qsort_r' function. */
437#undef HAVE_QSORT_R
438
cristy3ed852e2009-09-05 21:47:34 +0000439/* Define to 1 if you have the `raise' function. */
440#undef HAVE_RAISE
441
442/* Define to 1 if you have the `rand_r' function. */
443#undef HAVE_RAND_R
444
445/* Define to 1 if you have the `readdir' function. */
446#undef HAVE_READDIR
447
448/* Define to 1 if you have the `readdir_r' function. */
449#undef HAVE_READDIR_R
450
451/* Define to 1 if you have the `readlink' function. */
452#undef HAVE_READLINK
453
454/* Define to 1 if you have the `realpath' function. */
455#undef HAVE_REALPATH
456
457/* Define to 1 if you have the `seekdir' function. */
458#undef HAVE_SEEKDIR
459
460/* Define to 1 if you have the `select' function. */
461#undef HAVE_SELECT
462
463/* Define to 1 if you have the `setlocale' function. */
464#undef HAVE_SETLOCALE
465
466/* Define to 1 if you have the `setvbuf' function. */
467#undef HAVE_SETVBUF
468
469/* X11 server supports shape extension */
470#undef HAVE_SHAPE
471
472/* X11 server supports shared memory extension */
473#undef HAVE_SHARED_MEMORY
474
475/* Define if you have the shl_load function. */
476#undef HAVE_SHL_LOAD
477
478/* Define to 1 if you have the `sigaction' function. */
479#undef HAVE_SIGACTION
480
481/* Define to 1 if you have the `sigemptyset' function. */
482#undef HAVE_SIGEMPTYSET
483
cristy393bbe52010-01-11 16:32:56 +0000484/* Define to 1 if you have the `spawnvp' function. */
485#undef HAVE_SPAWNVP
486
cristy3ed852e2009-09-05 21:47:34 +0000487/* Define to 1 if you have the `sqrt' function. */
488#undef HAVE_SQRT
489
490/* Define to 1 if you have the `stat' function. */
491#undef HAVE_STAT
492
493/* Define to 1 if you have the <stdarg.h> header file. */
494#undef HAVE_STDARG_H
495
496/* Define to 1 if stdbool.h conforms to C99. */
497#undef HAVE_STDBOOL_H
498
cristy3ed852e2009-09-05 21:47:34 +0000499/* Define to 1 if you have the <stdint.h> header file. */
500#undef HAVE_STDINT_H
501
502/* Define to 1 if you have the <stdlib.h> header file. */
503#undef HAVE_STDLIB_H
504
505/* define if the compiler supports ISO C++ standard library */
506#undef HAVE_STD_LIBS
507
cristy3ed852e2009-09-05 21:47:34 +0000508/* Define to 1 if you have the `strcasecmp' function. */
509#undef HAVE_STRCASECMP
510
511/* Define to 1 if you have the `strchr' function. */
512#undef HAVE_STRCHR
513
514/* Define to 1 if you have the `strcspn' function. */
515#undef HAVE_STRCSPN
516
517/* Define to 1 if you have the `strdup' function. */
518#undef HAVE_STRDUP
519
520/* Define to 1 if you have the `strerror' function. */
521#undef HAVE_STRERROR
522
523/* Define to 1 if you have the `strerror_r' function. */
524#undef HAVE_STRERROR_R
525
526/* Define to 1 if cpp supports the ANSI # stringizing operator. */
527#undef HAVE_STRINGIZE
528
529/* Define to 1 if you have the <strings.h> header file. */
530#undef HAVE_STRINGS_H
531
532/* Define to 1 if you have the <string.h> header file. */
533#undef HAVE_STRING_H
534
535/* Define to 1 if you have the `strlcat' function. */
536#undef HAVE_STRLCAT
537
538/* Define to 1 if you have the `strlcpy' function. */
539#undef HAVE_STRLCPY
540
541/* Define to 1 if you have the `strncasecmp' function. */
542#undef HAVE_STRNCASECMP
543
544/* Define to 1 if you have the `strpbrk' function. */
545#undef HAVE_STRPBRK
546
547/* Define to 1 if you have the `strrchr' function. */
548#undef HAVE_STRRCHR
549
550/* Define to 1 if you have the `strspn' function. */
551#undef HAVE_STRSPN
552
553/* Define to 1 if you have the `strstr' function. */
554#undef HAVE_STRSTR
555
cristy6c1eef12011-05-17 02:13:08 +0000556/* Define to 1 if you have the `strtod' function. */
557#undef HAVE_STRTOD
558
559/* Define to 1 if you have the `strtod_l' function. */
560#undef HAVE_STRTOD_L
561
cristy3ed852e2009-09-05 21:47:34 +0000562/* Define to 1 if you have the `strtol' function. */
563#undef HAVE_STRTOL
564
cristy5131f3e2009-12-18 03:09:10 +0000565/* Define to 1 if you have the `strtoul' function. */
566#undef HAVE_STRTOUL
567
cristy92703d82010-04-26 00:18:18 +0000568/* Define to 1 if `tm_zone' is a member of `struct tm'. */
569#undef HAVE_STRUCT_TM_TM_ZONE
570
cristy3ed852e2009-09-05 21:47:34 +0000571/* Define to 1 if you have the `symlink' function. */
572#undef HAVE_SYMLINK
573
574/* Define to 1 if you have the `sysconf' function. */
575#undef HAVE_SYSCONF
576
577/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
578 */
579#undef HAVE_SYS_DIR_H
580
581/* Define to 1 if you have the <sys/dl.h> header file. */
582#undef HAVE_SYS_DL_H
583
584/* Define to 1 if you have the <sys/ipc.h> header file. */
585#undef HAVE_SYS_IPC_H
586
587/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
588 */
589#undef HAVE_SYS_NDIR_H
590
cristycd4c5312009-11-22 01:19:08 +0000591/* Define to 1 if you have the <sys/param.h> header file. */
592#undef HAVE_SYS_PARAM_H
593
cristy3ed852e2009-09-05 21:47:34 +0000594/* Define to 1 if you have the <sys/resource.h> header file. */
595#undef HAVE_SYS_RESOURCE_H
596
597/* Define to 1 if you have the <sys/select.h> header file. */
598#undef HAVE_SYS_SELECT_H
599
600/* Define to 1 if you have the <sys/socket.h> header file. */
601#undef HAVE_SYS_SOCKET_H
602
603/* Define to 1 if you have the <sys/stat.h> header file. */
604#undef HAVE_SYS_STAT_H
605
606/* Define to 1 if you have the <sys/syslimits.h> header file. */
607#undef HAVE_SYS_SYSLIMITS_H
608
609/* Define to 1 if you have the <sys/timeb.h> header file. */
610#undef HAVE_SYS_TIMEB_H
611
612/* Define to 1 if you have the <sys/times.h> header file. */
613#undef HAVE_SYS_TIMES_H
614
615/* Define to 1 if you have the <sys/time.h> header file. */
616#undef HAVE_SYS_TIME_H
617
618/* Define to 1 if you have the <sys/types.h> header file. */
619#undef HAVE_SYS_TYPES_H
620
621/* Define to 1 if you have the <sys/wait.h> header file. */
622#undef HAVE_SYS_WAIT_H
623
624/* Define to 1 if you have the `telldir' function. */
625#undef HAVE_TELLDIR
626
627/* Define to 1 if you have the `tempnam' function. */
628#undef HAVE_TEMPNAM
629
630/* Define to 1 if you have the <tiffconf.h> header file. */
631#undef HAVE_TIFFCONF_H
632
633/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
634#undef HAVE_TIFFISCODECCONFIGURED
635
636/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
637#undef HAVE_TIFFMERGEFIELDINFO
638
639/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
640#undef HAVE_TIFFREADEXIFDIRECTORY
641
642/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
643#undef HAVE_TIFFSETERRORHANDLEREXT
644
645/* Define to 1 if you have the `TIFFSetTagExtender' function. */
646#undef HAVE_TIFFSETTAGEXTENDER
647
648/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
649#undef HAVE_TIFFSETWARNINGHANDLEREXT
650
651/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
652#undef HAVE_TIFFSWABARRAYOFTRIPLES
653
654/* Define to 1 if you have the `times' function. */
655#undef HAVE_TIMES
656
cristy92703d82010-04-26 00:18:18 +0000657/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
658 `HAVE_STRUCT_TM_TM_ZONE' instead. */
659#undef HAVE_TM_ZONE
660
661/* Define to 1 if you don't have `tm_zone' but do have the external array
662 `tzname'. */
663#undef HAVE_TZNAME
664
cristy501c8042011-05-26 17:46:28 +0000665/* Define to 1 if the system has the type `uintmax_t'. */
666#undef HAVE_UINTMAX_T
667
668/* Define to 1 if the system has the type `uintptr_t'. */
669#undef HAVE_UINTPTR_T
670
cristyc5baf4f2010-08-31 15:05:33 +0000671/* Define to 1 if you have the `ulltostr' function. */
672#undef HAVE_ULLTOSTR
673
cristy3ed852e2009-09-05 21:47:34 +0000674/* Define to 1 if you have the <unistd.h> header file. */
675#undef HAVE_UNISTD_H
676
cristy501c8042011-05-26 17:46:28 +0000677/* Define to 1 if the system has the type `unsigned long long int'. */
678#undef HAVE_UNSIGNED_LONG_LONG_INT
679
cristya20c9042011-05-19 13:22:18 +0000680/* Define to 1 if you have the `uselocale' function. */
681#undef HAVE_USELOCALE
682
cristy3ed852e2009-09-05 21:47:34 +0000683/* Define to 1 if you have the `usleep' function. */
684#undef HAVE_USLEEP
685
cristyf1440cb2010-02-23 02:24:21 +0000686/* Define to 1 if you have the `utime' function. */
687#undef HAVE_UTIME
688
cristy3ed852e2009-09-05 21:47:34 +0000689/* Define to 1 if you have the `vfork' function. */
690#undef HAVE_VFORK
691
692/* Define to 1 if you have the <vfork.h> header file. */
693#undef HAVE_VFORK_H
694
cristy5d0cd952011-05-19 21:21:41 +0000695/* Define to 1 if you have the `vfprintf' function. */
696#undef HAVE_VFPRINTF
697
698/* Define to 1 if you have the `vfprintf_l' function. */
699#undef HAVE_VFPRINTF_L
700
cristy3ed852e2009-09-05 21:47:34 +0000701/* Define to 1 if you have the `vprintf' function. */
702#undef HAVE_VPRINTF
703
704/* Define to 1 if you have the `vsnprintf' function. */
705#undef HAVE_VSNPRINTF
706
cristyb51dff52011-05-19 16:55:47 +0000707/* Define to 1 if you have the `vsnprintf_l' function. */
708#undef HAVE_VSNPRINTF_L
709
cristy3ed852e2009-09-05 21:47:34 +0000710/* Define to 1 if you have the `vsprintf' function. */
711#undef HAVE_VSPRINTF
712
713/* Define to 1 if you have the `waitpid' function. */
714#undef HAVE_WAITPID
715
716/* Define to 1 if you have the <wchar.h> header file. */
717#undef HAVE_WCHAR_H
718
cristy736173a2009-09-20 21:18:22 +0000719/* Define to 1 if you have the <windows.h> header file. */
720#undef HAVE_WINDOWS_H
721
cristy3ed852e2009-09-05 21:47:34 +0000722/* This value is set to 1 to indicate that the system argz facility works */
723#undef HAVE_WORKING_ARGZ
724
725/* Define to 1 if `fork' works. */
726#undef HAVE_WORKING_FORK
727
728/* Define to 1 if `vfork' works. */
729#undef HAVE_WORKING_VFORK
730
cristya8549b12011-05-18 19:05:08 +0000731/* Define to 1 if you have the <xlocale.h> header file. */
732#undef HAVE_XLOCALE_H
733
cristy3ed852e2009-09-05 21:47:34 +0000734/* Define to 1 if the system has the type `_Bool'. */
735#undef HAVE__BOOL
736
737/* Define to 1 if you have the `_exit' function. */
738#undef HAVE__EXIT
739
740/* Define to 1 if you have the `_NSGetExecutablePath' function. */
741#undef HAVE__NSGETEXECUTABLEPATH
742
743/* Define to 1 if you have the `_pclose' function. */
744#undef HAVE__PCLOSE
745
746/* Define to 1 if you have the `_popen' function. */
747#undef HAVE__POPEN
748
749/* Define to 1 if you have the `_wfopen' function. */
750#undef HAVE__WFOPEN
751
752/* Define to 1 if you have the `_wstat' function. */
753#undef HAVE__WSTAT
754
cristy92703d82010-04-26 00:18:18 +0000755/* define if your compiler has __attribute__ */
756#undef HAVE___ATTRIBUTE__
757
cristy3ed852e2009-09-05 21:47:34 +0000758/* accurately represent the wide range of intensity levels in real scenes */
759#undef HDRI_SUPPORT
760
761/* Define if you have umem memory allocation library */
762#undef HasUMEM
763
764/* ImageMagick is formally installed under prefix */
765#undef INSTALLED_SUPPORT
766
767/* Define if you have JBIG library */
768#undef JBIG_DELEGATE
769
770/* Define if you have JPEG version 2 "Jasper" library */
771#undef JP2_DELEGATE
772
773/* Define if you have JPEG library */
774#undef JPEG_DELEGATE
775
cristy71203402010-06-18 13:12:03 +0000776/* Define if you have LCMS (v1.11 or later) library */
cristy3ed852e2009-09-05 21:47:34 +0000777#undef LCMS_DELEGATE
778
779/* Directory where architecture-dependent files live. */
780#undef LIBRARY_PATH
781
782/* Subdirectory of lib where ImageMagick architecture dependent files are
783 installed */
784#undef LIBRARY_RELATIVE_PATH
785
786/* Define if you have LQR library */
787#undef LQR_DELEGATE
788
789/* Define if using libltdl to support dynamically loadable modules */
790#undef LTDL_DELEGATE
791
792/* Define if the OS needs help to load dependent libraries for dlopen(). */
793#undef LTDL_DLOPEN_DEPLIBS
794
795/* Define to the system default library search path. */
796#undef LT_DLSEARCH_PATH
797
798/* The archive extension */
799#undef LT_LIBEXT
800
cristyda16f162011-02-19 23:52:17 +0000801/* The archive prefix */
802#undef LT_LIBPREFIX
803
cristy3ed852e2009-09-05 21:47:34 +0000804/* Define to the extension used for runtime loadable modules, say, ".so". */
805#undef LT_MODULE_EXT
806
807/* Define to the name of the environment variable that determines the run-time
808 module search path. */
809#undef LT_MODULE_PATH_VAR
810
811/* Define to the sub-directory in which libtool stores uninstalled libraries.
812 */
813#undef LT_OBJDIR
814
cristy81beccd2011-10-03 18:17:24 +0000815/* Define if you have lzma compression library */
cristyfbb0ef02010-12-19 02:32:11 +0000816#undef LZMA_DELEGATE
817
cristy3ed852e2009-09-05 21:47:34 +0000818/* Define to prepend to default font search path. */
819#undef MAGICK_FONT_PATH
820
821/* Magick API method prefix */
822#undef NAMESPACE_PREFIX
823
cristya0b81c32010-01-22 02:54:33 +0000824/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +0000825#undef NDEBUG
826
827/* Define if dlsym() requires a leading underscore in symbol names. */
828#undef NEED_USCORE
829
830/* Define to 1 if your C compiler doesn't accept -c and -o together. */
831#undef NO_MINUS_C_MINUS_O
832
833/* Define if you have OPENEXR library */
834#undef OPENEXR_DELEGATE
835
836/* Define to the address where bug reports for this package should be sent. */
837#undef PACKAGE_BUGREPORT
838
839/* Define to the full name of this package. */
840#undef PACKAGE_NAME
841
842/* Define to the full name and version of this package. */
843#undef PACKAGE_STRING
844
845/* Define to the one symbol short name of this package. */
846#undef PACKAGE_TARNAME
847
cristy8b350f62009-11-15 23:12:43 +0000848/* Define to the home page for this package. */
849#undef PACKAGE_URL
850
cristy3ed852e2009-09-05 21:47:34 +0000851/* Define to the version of this package. */
852#undef PACKAGE_VERSION
853
854/* Define if you have PNG library */
855#undef PNG_DELEGATE
856
857/* Define to necessary symbol if this constant uses a non-standard name on
858 your system. */
859#undef PTHREAD_CREATE_JOINABLE
860
861/* Pixel cache threshold in MB (defaults to available memory) */
862#undef PixelCacheThreshold
863
864/* Number of bits in a pixel Quantum (8/16/32/64) */
865#undef QUANTUM_DEPTH
866
867/* Define as the return type of signal handlers (`int' or `void'). */
868#undef RETSIGTYPE
869
870/* Define if you have RSVG library */
871#undef RSVG_DELEGATE
872
873/* Define to the type of arg 1 for `select'. */
874#undef SELECT_TYPE_ARG1
875
876/* Define to the type of args 2, 3 and 4 for `select'. */
877#undef SELECT_TYPE_ARG234
878
879/* Define to the type of arg 5 for `select'. */
880#undef SELECT_TYPE_ARG5
881
882/* Directory where architecture-independent configuration files live. */
cristy4f820712011-04-01 12:35:43 +0000883#undef SHARE_PATH
cristy3ed852e2009-09-05 21:47:34 +0000884
885/* Subdirectory of lib where architecture-independent configuration files
886 live. */
cristy4f820712011-04-01 12:35:43 +0000887#undef SHARE_RELATIVE_PATH
cristy3ed852e2009-09-05 21:47:34 +0000888
889/* The size of `off_t', as computed by sizeof. */
890#undef SIZEOF_OFF_T
891
892/* The size of `signed int', as computed by sizeof. */
893#undef SIZEOF_SIGNED_INT
894
895/* The size of `signed long', as computed by sizeof. */
896#undef SIZEOF_SIGNED_LONG
897
898/* The size of `signed long long', as computed by sizeof. */
899#undef SIZEOF_SIGNED_LONG_LONG
900
901/* The size of `signed short', as computed by sizeof. */
902#undef SIZEOF_SIGNED_SHORT
903
904/* The size of `size_t', as computed by sizeof. */
905#undef SIZEOF_SIZE_T
906
cristy330e9352010-06-01 18:42:49 +0000907/* The size of `ssize_t', as computed by sizeof. */
908#undef SIZEOF_SSIZE_T
909
cristy3ed852e2009-09-05 21:47:34 +0000910/* The size of `unsigned int', as computed by sizeof. */
911#undef SIZEOF_UNSIGNED_INT
912
913/* The size of `unsigned int*', as computed by sizeof. */
914#undef SIZEOF_UNSIGNED_INTP
915
916/* The size of `unsigned long', as computed by sizeof. */
917#undef SIZEOF_UNSIGNED_LONG
918
919/* The size of `unsigned long long', as computed by sizeof. */
920#undef SIZEOF_UNSIGNED_LONG_LONG
921
922/* The size of `unsigned short', as computed by sizeof. */
923#undef SIZEOF_UNSIGNED_SHORT
924
925/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
926#undef STAT_MACROS_BROKEN
927
928/* Define to 1 if you have the ANSI C header files. */
929#undef STDC_HEADERS
930
cristy7d4a1d62011-10-13 15:54:12 +0000931/* Define to 1 if strerror_r returns char *. */
932#undef STRERROR_R_CHAR_P
933
cristy55bf91c2010-09-24 00:29:41 +0000934/* Define if you have POSIX threads libraries and header files. */
935#undef THREAD_SUPPORT
936
cristy3ed852e2009-09-05 21:47:34 +0000937/* Define if you have TIFF library */
938#undef TIFF_DELEGATE
939
940/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
941#undef TIME_WITH_SYS_TIME
942
943/* Define to 1 if your <sys/time.h> declares `struct tm'. */
944#undef TM_IN_SYS_TIME
945
946/* Enable extensions on AIX 3, Interix. */
947#ifndef _ALL_SOURCE
948# undef _ALL_SOURCE
949#endif
950/* Enable GNU extensions on systems that have them. */
951#ifndef _GNU_SOURCE
952# undef _GNU_SOURCE
953#endif
954/* Enable threading extensions on Solaris. */
955#ifndef _POSIX_PTHREAD_SEMANTICS
956# undef _POSIX_PTHREAD_SEMANTICS
957#endif
958/* Enable extensions on HP NonStop. */
959#ifndef _TANDEM_SOURCE
960# undef _TANDEM_SOURCE
961#endif
962/* Enable general extensions on Solaris. */
963#ifndef __EXTENSIONS__
964# undef __EXTENSIONS__
965#endif
966
967
cristyb1860752011-03-14 00:27:46 +0000968/* Define if you have WEBP library */
969#undef WEBP_DELEGATE
970
cristy3ed852e2009-09-05 21:47:34 +0000971/* Define to use the Windows GDI32 library */
972#undef WINGDI32_DELEGATE
973
974/* Define if using the dmalloc debugging malloc package */
975#undef WITH_DMALLOC
976
cristy0a4d92f2011-08-31 19:25:00 +0000977/* Define if you have WMF library */
cristy3ed852e2009-09-05 21:47:34 +0000978#undef WMF_DELEGATE
979
980/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
981 significant byte first (like Motorola and SPARC, unlike Intel). */
982#if defined AC_APPLE_UNIVERSAL_BUILD
983# if defined __BIG_ENDIAN__
984# define WORDS_BIGENDIAN 1
985# endif
986#else
987# ifndef WORDS_BIGENDIAN
988# undef WORDS_BIGENDIAN
989# endif
990#endif
991
992/* Location of X11 configure files */
993#undef X11_CONFIGURE_PATH
994
995/* Define if you have X11 library */
996#undef X11_DELEGATE
997
998/* Define if you have XML library */
999#undef XML_DELEGATE
1000
1001/* Define to 1 if the X Window System is missing or not being used. */
1002#undef X_DISPLAY_MISSING
1003
cristy6e3607c2011-09-13 13:59:17 +00001004/* Build self-contained, embeddable, zero-configuration ImageMagick */
1005#undef ZERO_CONFIGURATION_SUPPORT
1006
cristy3ed852e2009-09-05 21:47:34 +00001007/* Define if you have zlib compression library */
1008#undef ZLIB_DELEGATE
1009
1010/* Number of bits in a file offset, on hosts where this is settable. */
1011#undef _FILE_OFFSET_BITS
1012
1013/* enable run-time bounds-checking */
1014#undef _FORTIFY_SOURCE
1015
1016/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1017#undef _LARGEFILE_SOURCE
1018
1019/* Define for large files, on AIX-style hosts. */
1020#undef _LARGE_FILES
1021
1022/* Define to 1 if on MINIX. */
1023#undef _MINIX
1024
cristy99cc3002010-01-21 14:50:11 +00001025/* Define this for the OpenCL Accelerator */
1026#undef _OPENCL
1027
cristy3ed852e2009-09-05 21:47:34 +00001028/* Define to 2 if the system does not provide POSIX.1 features except with
1029 this defined. */
1030#undef _POSIX_1_SOURCE
1031
1032/* Define to 1 if you need to in order for `stat' and other things to work. */
1033#undef _POSIX_SOURCE
1034
cristy501c8042011-05-26 17:46:28 +00001035/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1036 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1037 #define below would cause a syntax error. */
1038#undef _UINT32_T
1039
1040/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1041 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1042 #define below would cause a syntax error. */
1043#undef _UINT64_T
1044
1045/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1046 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1047 #define below would cause a syntax error. */
1048#undef _UINT8_T
1049
cristy3ed852e2009-09-05 21:47:34 +00001050/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1051#ifndef __CHAR_UNSIGNED__
1052# undef __CHAR_UNSIGNED__
1053#endif
1054
1055/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1056#undef __error_t_defined
1057
1058/* Define to appropriate substitue if compiler does not have __func__ */
1059#undef __func__
1060
cristy3ed852e2009-09-05 21:47:34 +00001061/* Define to a type to use for `error_t' if it is not otherwise available. */
1062#undef error_t
1063
cristy501c8042011-05-26 17:46:28 +00001064/* Define to `int' if <sys/types.h> doesn't define. */
1065#undef gid_t
1066
cristy3ed852e2009-09-05 21:47:34 +00001067/* Define to `__inline__' or `__inline' if that's what the C compiler
1068 calls it, or to nothing if 'inline' is not supported under any name. */
1069#ifndef __cplusplus
1070#undef inline
1071#endif
1072
cristy501c8042011-05-26 17:46:28 +00001073/* Define to the type of a signed integer type of width exactly 16 bits if
1074 such a type exists and the standard includes do not define it. */
1075#undef int16_t
1076
1077/* Define to the type of a signed integer type of width exactly 32 bits if
1078 such a type exists and the standard includes do not define it. */
1079#undef int32_t
1080
1081/* Define to the type of a signed integer type of width exactly 64 bits if
1082 such a type exists and the standard includes do not define it. */
1083#undef int64_t
1084
1085/* Define to the type of a signed integer type of width exactly 8 bits if such
1086 a type exists and the standard includes do not define it. */
1087#undef int8_t
1088
1089/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1090 not define. */
1091#undef intmax_t
1092
1093/* Define to the type of a signed integer type wide enough to hold a pointer,
1094 if such a type exists, and if the system does not define it. */
1095#undef intptr_t
1096
1097/* Define to a type if <wchar.h> does not define. */
1098#undef mbstate_t
1099
cristy3ed852e2009-09-05 21:47:34 +00001100/* Define to `int' if <sys/types.h> does not define. */
1101#undef mode_t
1102
1103/* Define to `long int' if <sys/types.h> does not define. */
1104#undef off_t
1105
1106/* Define to `int' if <sys/types.h> does not define. */
1107#undef pid_t
1108
1109/* Define to the equivalent of the C99 'restrict' keyword, or to
1110 nothing if this is not supported. Do not define if restrict is
1111 supported directly. */
1112#undef restrict
cristy8b350f62009-11-15 23:12:43 +00001113/* Work around a bug in Sun C++: it does not support _Restrict or
1114 __restrict__, even though the corresponding Sun C compiler ends up with
1115 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1116 previous line. Perhaps some future version of Sun C++ will work with
1117 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001118#if defined __SUNPRO_CC && !defined __RESTRICT
1119# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001120# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001121#endif
1122
1123/* Define to `unsigned int' if <sys/types.h> does not define. */
1124#undef size_t
1125
1126/* Define to `int' if <sys/types.h> does not define. */
1127#undef ssize_t
1128
cristy501c8042011-05-26 17:46:28 +00001129/* Define to `int' if <sys/types.h> doesn't define. */
1130#undef uid_t
1131
1132/* Define to the type of an unsigned integer type of width exactly 16 bits if
1133 such a type exists and the standard includes do not define it. */
1134#undef uint16_t
1135
1136/* Define to the type of an unsigned integer type of width exactly 32 bits if
1137 such a type exists and the standard includes do not define it. */
1138#undef uint32_t
1139
1140/* Define to the type of an unsigned integer type of width exactly 64 bits if
1141 such a type exists and the standard includes do not define it. */
1142#undef uint64_t
1143
1144/* Define to the type of an unsigned integer type of width exactly 8 bits if
1145 such a type exists and the standard includes do not define it. */
1146#undef uint8_t
1147
1148/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1149 do not define. */
1150#undef uintmax_t
1151
1152/* Define to the type of an unsigned integer type wide enough to hold a
1153 pointer, if such a type exists, and if the system does not define it. */
1154#undef uintptr_t
1155
cristy3ed852e2009-09-05 21:47:34 +00001156/* Define as `fork' if `vfork' does not work. */
1157#undef vfork
1158
1159/* Define to empty if the keyword `volatile' does not work. Warning: valid
1160 code using `volatile' can become incorrect without. Disable with care. */
1161#undef volatile