blob: 5d356e679fd0bf9f8cd5877e1030d4a7788e9853 [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
cristy9c151dc2012-12-02 22:30:16 +000024/* coders subdirectory. */
cristy01ff9f32012-12-01 18:15:29 +000025#undef CODER_DIRNAME
cristy3ed852e2009-09-05 21:47:34 +000026
27/* Directory where architecture-dependent configuration files live. */
28#undef CONFIGURE_PATH
29
30/* Subdirectory of lib where architecture-dependent configuration files live.
31 */
32#undef CONFIGURE_RELATIVE_PATH
33
34/* Define if you have DJVU library */
35#undef DJVU_DELEGATE
36
37/* Directory where ImageMagick documents live. */
38#undef DOCUMENTATION_PATH
39
40/* Define if you have Display Postscript */
41#undef DPS_DELEGATE
42
cristy3ed852e2009-09-05 21:47:34 +000043/* exclude deprecated methods in MagickCore API */
44#undef EXCLUDE_DEPRECATED
45
46/* Directory where executables are installed. */
47#undef EXECUTABLE_PATH
48
49/* Define if you have FFTW library */
50#undef FFTW_DELEGATE
51
cristy9c151dc2012-12-02 22:30:16 +000052/* filter subdirectory. */
cristy01ff9f32012-12-01 18:15:29 +000053#undef FILTER_DIRNAME
cristy3ed852e2009-09-05 21:47:34 +000054
55/* Define if you have FONTCONFIG library */
56#undef FONTCONFIG_DELEGATE
57
58/* Define if you have FlashPIX library */
59#undef FPX_DELEGATE
60
cristy03f187e2013-01-24 00:22:19 +000061/* Define if you have FREETYPE library */
cristy3ed852e2009-09-05 21:47:34 +000062#undef FREETYPE_DELEGATE
63
64/* Define if you have Ghostscript library or framework */
65#undef GS_DELEGATE
66
67/* Define if you have GVC library */
68#undef GVC_DELEGATE
69
cristyb33454f2011-08-03 02:10:45 +000070/* Define to 1 if you have the `acosh' function. */
71#undef HAVE_ACOSH
72
cristy3ed852e2009-09-05 21:47:34 +000073/* Define to 1 if you have the <arm/limits.h> header file. */
74#undef HAVE_ARM_LIMITS_H
75
cristy03f187e2013-01-24 00:22:19 +000076/* Define to 1 if you have the <arpa/inet.h> header file. */
77#undef HAVE_ARPA_INET_H
78
cristyb33454f2011-08-03 02:10:45 +000079/* Define to 1 if you have the `asinh' function. */
80#undef HAVE_ASINH
81
82/* Define to 1 if you have the `atanh' function. */
83#undef HAVE_ATANH
84
cristy3ed852e2009-09-05 21:47:34 +000085/* Define to 1 if you have the `atexit' function. */
86#undef HAVE_ATEXIT
87
cristyc5baf4f2010-08-31 15:05:33 +000088/* Define to 1 if you have the `atoll' function. */
89#undef HAVE_ATOLL
90
cristy3ed852e2009-09-05 21:47:34 +000091/* define if bool is a built-in type */
92#undef HAVE_BOOL
93
cristy47b022b2011-01-18 22:29:21 +000094/* Define to 1 if you have the `cabs' function. */
95#undef HAVE_CABS
96
97/* Define to 1 if you have the `carg' function. */
98#undef HAVE_CARG
99
cristy56ed31c2010-03-22 00:46:21 +0000100/* Define to 1 if you have the `cimag' function. */
101#undef HAVE_CIMAG
102
cristy3ed852e2009-09-05 21:47:34 +0000103/* Define to 1 if you have the `clock' function. */
104#undef HAVE_CLOCK
105
cristye43a45e2009-09-28 14:49:00 +0000106/* Define to 1 if you have clock_gettime. */
cristy3ed852e2009-09-05 21:47:34 +0000107#undef HAVE_CLOCK_GETTIME
108
cristye43a45e2009-09-28 14:49:00 +0000109/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
110#undef HAVE_CLOCK_REALTIME
111
cristyfe2e68f2010-01-09 19:16:03 +0000112/* Define to 1 if you have the <CL/cl.h> header file. */
113#undef HAVE_CL_CL_H
cristy736173a2009-09-20 21:18:22 +0000114
cristy3ed852e2009-09-05 21:47:34 +0000115/* Define to 1 if you have the <complex.h> header file. */
116#undef HAVE_COMPLEX_H
117
cristy47b022b2011-01-18 22:29:21 +0000118/* Define to 1 if you have the `creal' function. */
119#undef HAVE_CREAL
120
cristyc5baf4f2010-08-31 15:05:33 +0000121/* Define to 1 if you have the `ctime_r' function. */
122#undef HAVE_CTIME_R
123
cristy3ed852e2009-09-05 21:47:34 +0000124/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
125 */
126#undef HAVE_DECL_PREAD
127
128/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
129 */
130#undef HAVE_DECL_PWRITE
131
cristy7d4a1d62011-10-13 15:54:12 +0000132/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
133 don't. */
134#undef HAVE_DECL_STRERROR_R
135
cristy3ed852e2009-09-05 21:47:34 +0000136/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
137 don't. */
138#undef HAVE_DECL_STRLCPY
139
cristy92703d82010-04-26 00:18:18 +0000140/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
141 */
142#undef HAVE_DECL_TZNAME
143
cristy3ed852e2009-09-05 21:47:34 +0000144/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
145 don't. */
146#undef HAVE_DECL_VSNPRINTF
147
148/* Define to 1 if you have the `directio' function. */
149#undef HAVE_DIRECTIO
150
151/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
152 */
153#undef HAVE_DIRENT_H
154
cristy3ed852e2009-09-05 21:47:34 +0000155/* Define to 1 if you have the <dlfcn.h> header file. */
156#undef HAVE_DLFCN_H
157
cristy3ed852e2009-09-05 21:47:34 +0000158/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
159#undef HAVE_DOPRNT
160
cristyf0cf9a22012-10-24 12:05:01 +0000161/* Define to 1 if the system has the type `double_t'. */
162#undef HAVE_DOUBLE_T
163
cristy3ed852e2009-09-05 21:47:34 +0000164/* Define to 1 if you have the <errno.h> header file. */
165#undef HAVE_ERRNO_H
166
cristy3ed852e2009-09-05 21:47:34 +0000167/* Define to 1 if you have the `execvp' function. */
168#undef HAVE_EXECVP
169
cristyf1440cb2010-02-23 02:24:21 +0000170/* Define to 1 if you have the `fchmod' function. */
171#undef HAVE_FCHMOD
172
cristy3ed852e2009-09-05 21:47:34 +0000173/* Define to 1 if you have the <fcntl.h> header file. */
174#undef HAVE_FCNTL_H
175
cristyf0cf9a22012-10-24 12:05:01 +0000176/* Define to 1 if the system has the type `float_t'. */
177#undef HAVE_FLOAT_T
178
cristy3ed852e2009-09-05 21:47:34 +0000179/* Define to 1 if you have the `floor' function. */
180#undef HAVE_FLOOR
181
182/* Define to 1 if you have the `fork' function. */
183#undef HAVE_FORK
184
185/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
186#undef HAVE_FSEEKO
187
cristy3ed852e2009-09-05 21:47:34 +0000188/* Define to 1 if you have the `ftime' function. */
189#undef HAVE_FTIME
190
191/* Define to 1 if you have the `ftruncate' function. */
192#undef HAVE_FTRUNCATE
193
194/* Define to 1 if you have the `getcwd' function. */
195#undef HAVE_GETCWD
196
cristyc5baf4f2010-08-31 15:05:33 +0000197/* Define to 1 if you have the `getc_unlocked' function. */
198#undef HAVE_GETC_UNLOCKED
199
cristy3ed852e2009-09-05 21:47:34 +0000200/* Define to 1 if you have the `getdtablesize' function. */
201#undef HAVE_GETDTABLESIZE
202
203/* Define to 1 if you have the `getexecname' function. */
204#undef HAVE_GETEXECNAME
205
206/* Define to 1 if you have the `getpagesize' function. */
207#undef HAVE_GETPAGESIZE
208
209/* Define to 1 if you have the `getpid' function. */
210#undef HAVE_GETPID
211
cristyd3ef0102009-09-12 18:11:06 +0000212/* Define to 1 if you have the `getrlimit' function. */
213#undef HAVE_GETRLIMIT
214
cristy3ed852e2009-09-05 21:47:34 +0000215/* Define to 1 if you have the `getrusage' function. */
216#undef HAVE_GETRUSAGE
217
218/* Define to 1 if you have the `gettimeofday' function. */
219#undef HAVE_GETTIMEOFDAY
220
221/* Define to 1 if you have the `gmtime_r' function. */
222#undef HAVE_GMTIME_R
223
cristy944e51f2013-04-16 18:45:02 +0000224/* Compile with hugepage support */
225#undef HAVE_HUGEPAGES
226
cristy501c8042011-05-26 17:46:28 +0000227/* Define to 1 if the system has the type `intmax_t'. */
228#undef HAVE_INTMAX_T
229
230/* Define to 1 if the system has the type `intptr_t'. */
231#undef HAVE_INTPTR_T
232
cristy3ed852e2009-09-05 21:47:34 +0000233/* Define to 1 if you have the <inttypes.h> header file. */
234#undef HAVE_INTTYPES_H
235
cristy82b20722011-11-05 21:52:36 +0000236/* Define to 1 if you have the `isnan' function. */
237#undef HAVE_ISNAN
238
cristy161b9262010-03-20 19:34:32 +0000239/* Define to 1 if you have the `j0' function. */
240#undef HAVE_J0
241
242/* Define to 1 if you have the `j1' function. */
243#undef HAVE_J1
244
cristybc8ef1c2015-06-06 14:32:21 +0000245/* Define if you have the <lcms2.h> header file. */
246#undef HAVE_LCMS2_H
247
248/* Define if you have the <lcms2/lcms2.h> header file. */
249#undef HAVE_LCMS2_LCMS2_H
250
cristy3ed852e2009-09-05 21:47:34 +0000251/* Define to 1 if you have the `gcov' library (-lgcov). */
252#undef HAVE_LIBGCOV
253
254/* Define to 1 if you have the <limits.h> header file. */
255#undef HAVE_LIMITS_H
256
257/* Define to 1 if you have the <linux/unistd.h> header file. */
258#undef HAVE_LINUX_UNISTD_H
259
cristyc5baf4f2010-08-31 15:05:33 +0000260/* Define to 1 if you have the `lltostr' function. */
261#undef HAVE_LLTOSTR
262
cristy3ed852e2009-09-05 21:47:34 +0000263/* Define to 1 if you have the <locale.h> header file. */
264#undef HAVE_LOCALE_H
265
cristy98beafc2015-05-14 19:55:55 +0000266/* Define to 1 if the system has the type `locale_t'. */
267#undef HAVE_LOCALE_T
268
cristy3ed852e2009-09-05 21:47:34 +0000269/* Define to 1 if you have the `localtime_r' function. */
270#undef HAVE_LOCALTIME_R
271
cristy9e2b6242014-03-25 11:49:41 +0000272/* Define to 1 if the system has the type `long double'. */
cristy501c8042011-05-26 17:46:28 +0000273#undef HAVE_LONG_DOUBLE
274
cristy3ed852e2009-09-05 21:47:34 +0000275/* Define to 1 if the type `long double' works and has more range or precision
276 than `double'. */
277#undef HAVE_LONG_DOUBLE_WIDER
278
cristy5ed9c6e2013-07-14 21:20:31 +0000279/* Define to 1 if the system has the type 'long long int'. */
cristy501c8042011-05-26 17:46:28 +0000280#undef HAVE_LONG_LONG_INT
281
cristy3ed852e2009-09-05 21:47:34 +0000282/* Define to 1 if you have the `lstat' function. */
283#undef HAVE_LSTAT
284
cristy3ed852e2009-09-05 21:47:34 +0000285/* Define to 1 if you have the <machine/param.h> header file. */
286#undef HAVE_MACHINE_PARAM_H
287
288/* Define to 1 if you have the <mach-o/dyld.h> header file. */
289#undef HAVE_MACH_O_DYLD_H
290
cristy501c8042011-05-26 17:46:28 +0000291/* Define to 1 if <wchar.h> declares mbstate_t. */
292#undef HAVE_MBSTATE_T
293
cristy3ed852e2009-09-05 21:47:34 +0000294/* Define to 1 if you have the `memmove' function. */
295#undef HAVE_MEMMOVE
296
297/* Define to 1 if you have the <memory.h> header file. */
298#undef HAVE_MEMORY_H
299
300/* Define to 1 if you have the `memset' function. */
301#undef HAVE_MEMSET
302
303/* Define to 1 if you have the `mkstemp' function. */
304#undef HAVE_MKSTEMP
305
306/* Define to 1 if you have a working `mmap' system call. */
307#undef HAVE_MMAP
308
cristy3ed852e2009-09-05 21:47:34 +0000309/* Define to 1 if you have the `munmap' function. */
310#undef HAVE_MUNMAP
311
312/* define if the compiler implements namespaces */
313#undef HAVE_NAMESPACES
314
cristy964cb7f2010-04-25 23:18:00 +0000315/* Define if g++ supports namespace std. */
316#undef HAVE_NAMESPACE_STD
317
cristya21afde2010-07-02 00:45:40 +0000318/* Define to 1 if you have the `nanosleep' function. */
319#undef HAVE_NANOSLEEP
320
cristy3ed852e2009-09-05 21:47:34 +0000321/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
322#undef HAVE_NDIR_H
323
cristy9a4137e2013-01-04 18:49:29 +0000324/* Define to 1 if you have the <netinet/in.h> header file. */
325#undef HAVE_NETINET_IN_H
326
cristya8549b12011-05-18 19:05:08 +0000327/* Define to 1 if you have the `newlocale' function. */
328#undef HAVE_NEWLOCALE
329
cristyfe2e68f2010-01-09 19:16:03 +0000330/* Define to 1 if you have the <OpenCL/cl.h> header file. */
331#undef HAVE_OPENCL_CL_H
cristy736173a2009-09-20 21:18:22 +0000332
cristy3ed852e2009-09-05 21:47:34 +0000333/* Define to 1 if you have the <OS.h> header file. */
334#undef HAVE_OS_H
335
336/* Define to 1 if you have the `pclose' function. */
337#undef HAVE_PCLOSE
338
339/* Define to 1 if you have the `poll' function. */
340#undef HAVE_POLL
341
342/* Define to 1 if you have the `popen' function. */
343#undef HAVE_POPEN
344
345/* Define to 1 if you have the `posix_fadvise' function. */
346#undef HAVE_POSIX_FADVISE
347
348/* Define to 1 if you have the `posix_fallocate' function. */
349#undef HAVE_POSIX_FALLOCATE
350
351/* Define to 1 if you have the `posix_madvise' function. */
352#undef HAVE_POSIX_MADVISE
353
354/* Define to 1 if you have the `posix_memalign' function. */
355#undef HAVE_POSIX_MEMALIGN
356
cristy5c40fb42010-08-05 16:12:44 +0000357/* Define to 1 if you have the `posix_spawnp' function. */
358#undef HAVE_POSIX_SPAWNP
359
cristy3ed852e2009-09-05 21:47:34 +0000360/* Define to 1 if you have the `pow' function. */
361#undef HAVE_POW
362
363/* Define to 1 if you have the `pread' function. */
364#undef HAVE_PREAD
365
cristy98e91bd2010-01-12 01:11:42 +0000366/* Define to 1 if you have the <process.h> header file. */
367#undef HAVE_PROCESS_H
368
cristy3ed852e2009-09-05 21:47:34 +0000369/* Define if you have POSIX threads libraries and header files. */
370#undef HAVE_PTHREAD
371
cristya316db12011-10-24 00:49:45 +0000372/* Have PTHREAD_PRIO_INHERIT. */
373#undef HAVE_PTHREAD_PRIO_INHERIT
374
cristy3ed852e2009-09-05 21:47:34 +0000375/* Define to 1 if you have the `pwrite' function. */
376#undef HAVE_PWRITE
377
cristyc5baf4f2010-08-31 15:05:33 +0000378/* Define to 1 if you have the `qsort_r' function. */
379#undef HAVE_QSORT_R
380
cristy3ed852e2009-09-05 21:47:34 +0000381/* Define to 1 if you have the `raise' function. */
382#undef HAVE_RAISE
383
384/* Define to 1 if you have the `rand_r' function. */
385#undef HAVE_RAND_R
386
cristy3ed852e2009-09-05 21:47:34 +0000387/* Define to 1 if you have the `readdir_r' function. */
388#undef HAVE_READDIR_R
389
390/* Define to 1 if you have the `readlink' function. */
391#undef HAVE_READLINK
392
393/* Define to 1 if you have the `realpath' function. */
394#undef HAVE_REALPATH
395
396/* Define to 1 if you have the `seekdir' function. */
397#undef HAVE_SEEKDIR
398
399/* Define to 1 if you have the `select' function. */
400#undef HAVE_SELECT
401
cristya29f2b82015-05-30 14:10:30 +0000402/* Define to 1 if you have the `sendfile' function. */
403#undef HAVE_SENDFILE
404
cristy3ed852e2009-09-05 21:47:34 +0000405/* Define to 1 if you have the `setlocale' function. */
406#undef HAVE_SETLOCALE
407
408/* Define to 1 if you have the `setvbuf' function. */
409#undef HAVE_SETVBUF
410
411/* X11 server supports shape extension */
412#undef HAVE_SHAPE
413
414/* X11 server supports shared memory extension */
415#undef HAVE_SHARED_MEMORY
416
cristy3ed852e2009-09-05 21:47:34 +0000417/* Define to 1 if you have the `sigaction' function. */
418#undef HAVE_SIGACTION
419
420/* Define to 1 if you have the `sigemptyset' function. */
421#undef HAVE_SIGEMPTYSET
422
cristy85572162013-01-04 19:19:32 +0000423/* Define to 1 if you have the `socket' function. */
424#undef HAVE_SOCKET
425
cristy393bbe52010-01-11 16:32:56 +0000426/* Define to 1 if you have the `spawnvp' function. */
427#undef HAVE_SPAWNVP
428
cristy3ed852e2009-09-05 21:47:34 +0000429/* Define to 1 if you have the `sqrt' function. */
430#undef HAVE_SQRT
431
432/* Define to 1 if you have the `stat' function. */
433#undef HAVE_STAT
434
435/* Define to 1 if you have the <stdarg.h> header file. */
436#undef HAVE_STDARG_H
437
438/* Define to 1 if stdbool.h conforms to C99. */
439#undef HAVE_STDBOOL_H
440
cristy3ed852e2009-09-05 21:47:34 +0000441/* Define to 1 if you have the <stdint.h> header file. */
442#undef HAVE_STDINT_H
443
444/* Define to 1 if you have the <stdlib.h> header file. */
445#undef HAVE_STDLIB_H
446
447/* define if the compiler supports ISO C++ standard library */
448#undef HAVE_STD_LIBS
449
cristy3ed852e2009-09-05 21:47:34 +0000450/* Define to 1 if you have the `strcasecmp' function. */
451#undef HAVE_STRCASECMP
452
453/* Define to 1 if you have the `strchr' function. */
454#undef HAVE_STRCHR
455
456/* Define to 1 if you have the `strcspn' function. */
457#undef HAVE_STRCSPN
458
459/* Define to 1 if you have the `strdup' function. */
460#undef HAVE_STRDUP
461
462/* Define to 1 if you have the `strerror' function. */
463#undef HAVE_STRERROR
464
465/* Define to 1 if you have the `strerror_r' function. */
466#undef HAVE_STRERROR_R
467
468/* Define to 1 if cpp supports the ANSI # stringizing operator. */
469#undef HAVE_STRINGIZE
470
471/* Define to 1 if you have the <strings.h> header file. */
472#undef HAVE_STRINGS_H
473
474/* Define to 1 if you have the <string.h> header file. */
475#undef HAVE_STRING_H
476
477/* Define to 1 if you have the `strlcat' function. */
478#undef HAVE_STRLCAT
479
480/* Define to 1 if you have the `strlcpy' function. */
481#undef HAVE_STRLCPY
482
483/* Define to 1 if you have the `strncasecmp' function. */
484#undef HAVE_STRNCASECMP
485
486/* Define to 1 if you have the `strpbrk' function. */
487#undef HAVE_STRPBRK
488
489/* Define to 1 if you have the `strrchr' function. */
490#undef HAVE_STRRCHR
491
492/* Define to 1 if you have the `strspn' function. */
493#undef HAVE_STRSPN
494
495/* Define to 1 if you have the `strstr' function. */
496#undef HAVE_STRSTR
497
cristy6c1eef12011-05-17 02:13:08 +0000498/* Define to 1 if you have the `strtod' function. */
499#undef HAVE_STRTOD
500
501/* Define to 1 if you have the `strtod_l' function. */
502#undef HAVE_STRTOD_L
503
cristy3ed852e2009-09-05 21:47:34 +0000504/* Define to 1 if you have the `strtol' function. */
505#undef HAVE_STRTOL
506
cristy5131f3e2009-12-18 03:09:10 +0000507/* Define to 1 if you have the `strtoul' function. */
508#undef HAVE_STRTOUL
509
cristy92703d82010-04-26 00:18:18 +0000510/* Define to 1 if `tm_zone' is a member of `struct tm'. */
511#undef HAVE_STRUCT_TM_TM_ZONE
512
cristy58945e42012-09-04 14:33:54 +0000513/* Define to 1 if you have the <sun_prefetch.h> header file. */
514#undef HAVE_SUN_PREFETCH_H
515
cristy3ed852e2009-09-05 21:47:34 +0000516/* Define to 1 if you have the `symlink' function. */
517#undef HAVE_SYMLINK
518
519/* Define to 1 if you have the `sysconf' function. */
520#undef HAVE_SYSCONF
521
522/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
523 */
524#undef HAVE_SYS_DIR_H
525
cristy3ed852e2009-09-05 21:47:34 +0000526/* Define to 1 if you have the <sys/ipc.h> header file. */
527#undef HAVE_SYS_IPC_H
528
cristy58945e42012-09-04 14:33:54 +0000529/* Define to 1 if you have the <sys/mman.h> header file. */
530#undef HAVE_SYS_MMAN_H
531
cristy3ed852e2009-09-05 21:47:34 +0000532/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
533 */
534#undef HAVE_SYS_NDIR_H
535
cristycd4c5312009-11-22 01:19:08 +0000536/* Define to 1 if you have the <sys/param.h> header file. */
537#undef HAVE_SYS_PARAM_H
538
cristy3ed852e2009-09-05 21:47:34 +0000539/* Define to 1 if you have the <sys/resource.h> header file. */
540#undef HAVE_SYS_RESOURCE_H
541
542/* Define to 1 if you have the <sys/select.h> header file. */
543#undef HAVE_SYS_SELECT_H
544
cristy66988ab2015-05-30 17:20:38 +0000545/* Define to 1 if you have the <sys/sendfile.h> header file. */
546#undef HAVE_SYS_SENDFILE_H
547
cristy3ed852e2009-09-05 21:47:34 +0000548/* Define to 1 if you have the <sys/socket.h> header file. */
549#undef HAVE_SYS_SOCKET_H
550
551/* Define to 1 if you have the <sys/stat.h> header file. */
552#undef HAVE_SYS_STAT_H
553
554/* Define to 1 if you have the <sys/syslimits.h> header file. */
555#undef HAVE_SYS_SYSLIMITS_H
556
557/* Define to 1 if you have the <sys/timeb.h> header file. */
558#undef HAVE_SYS_TIMEB_H
559
560/* Define to 1 if you have the <sys/times.h> header file. */
561#undef HAVE_SYS_TIMES_H
562
563/* Define to 1 if you have the <sys/time.h> header file. */
564#undef HAVE_SYS_TIME_H
565
566/* Define to 1 if you have the <sys/types.h> header file. */
567#undef HAVE_SYS_TYPES_H
568
569/* Define to 1 if you have the <sys/wait.h> header file. */
570#undef HAVE_SYS_WAIT_H
571
572/* Define to 1 if you have the `telldir' function. */
573#undef HAVE_TELLDIR
574
575/* Define to 1 if you have the `tempnam' function. */
576#undef HAVE_TEMPNAM
577
578/* Define to 1 if you have the <tiffconf.h> header file. */
579#undef HAVE_TIFFCONF_H
580
cristy3f590e52011-11-14 14:29:44 +0000581/* Define to 1 if you have the `TIFFIsBigEndian' function. */
582#undef HAVE_TIFFISBIGENDIAN
583
cristy3ed852e2009-09-05 21:47:34 +0000584/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
585#undef HAVE_TIFFISCODECCONFIGURED
586
587/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
588#undef HAVE_TIFFMERGEFIELDINFO
589
590/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
591#undef HAVE_TIFFREADEXIFDIRECTORY
592
593/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
594#undef HAVE_TIFFSETERRORHANDLEREXT
595
596/* Define to 1 if you have the `TIFFSetTagExtender' function. */
597#undef HAVE_TIFFSETTAGEXTENDER
598
599/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
600#undef HAVE_TIFFSETWARNINGHANDLEREXT
601
602/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
603#undef HAVE_TIFFSWABARRAYOFTRIPLES
604
605/* Define to 1 if you have the `times' function. */
606#undef HAVE_TIMES
607
cristy92703d82010-04-26 00:18:18 +0000608/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
609 `HAVE_STRUCT_TM_TM_ZONE' instead. */
610#undef HAVE_TM_ZONE
611
612/* Define to 1 if you don't have `tm_zone' but do have the external array
613 `tzname'. */
614#undef HAVE_TZNAME
615
cristy501c8042011-05-26 17:46:28 +0000616/* Define to 1 if the system has the type `uintmax_t'. */
617#undef HAVE_UINTMAX_T
618
619/* Define to 1 if the system has the type `uintptr_t'. */
620#undef HAVE_UINTPTR_T
621
cristyc5baf4f2010-08-31 15:05:33 +0000622/* Define to 1 if you have the `ulltostr' function. */
623#undef HAVE_ULLTOSTR
624
cristy3ed852e2009-09-05 21:47:34 +0000625/* Define to 1 if you have the <unistd.h> header file. */
626#undef HAVE_UNISTD_H
627
cristy5ed9c6e2013-07-14 21:20:31 +0000628/* Define to 1 if the system has the type 'unsigned long long int'. */
cristy501c8042011-05-26 17:46:28 +0000629#undef HAVE_UNSIGNED_LONG_LONG_INT
630
cristya20c9042011-05-19 13:22:18 +0000631/* Define to 1 if you have the `uselocale' function. */
632#undef HAVE_USELOCALE
633
cristy3ed852e2009-09-05 21:47:34 +0000634/* Define to 1 if you have the `usleep' function. */
635#undef HAVE_USLEEP
636
cristyf1440cb2010-02-23 02:24:21 +0000637/* Define to 1 if you have the `utime' function. */
638#undef HAVE_UTIME
639
cristy3ed852e2009-09-05 21:47:34 +0000640/* Define to 1 if you have the `vfork' function. */
641#undef HAVE_VFORK
642
643/* Define to 1 if you have the <vfork.h> header file. */
644#undef HAVE_VFORK_H
645
cristy5d0cd952011-05-19 21:21:41 +0000646/* Define to 1 if you have the `vfprintf' function. */
647#undef HAVE_VFPRINTF
648
649/* Define to 1 if you have the `vfprintf_l' function. */
650#undef HAVE_VFPRINTF_L
651
cristy3ed852e2009-09-05 21:47:34 +0000652/* Define to 1 if you have the `vprintf' function. */
653#undef HAVE_VPRINTF
654
655/* Define to 1 if you have the `vsnprintf' function. */
656#undef HAVE_VSNPRINTF
657
cristyb51dff52011-05-19 16:55:47 +0000658/* Define to 1 if you have the `vsnprintf_l' function. */
659#undef HAVE_VSNPRINTF_L
660
cristy3ed852e2009-09-05 21:47:34 +0000661/* Define to 1 if you have the `vsprintf' function. */
662#undef HAVE_VSPRINTF
663
664/* Define to 1 if you have the `waitpid' function. */
665#undef HAVE_WAITPID
666
667/* Define to 1 if you have the <wchar.h> header file. */
668#undef HAVE_WCHAR_H
669
cristy736173a2009-09-20 21:18:22 +0000670/* Define to 1 if you have the <windows.h> header file. */
671#undef HAVE_WINDOWS_H
672
cristy3ed852e2009-09-05 21:47:34 +0000673/* Define to 1 if `fork' works. */
674#undef HAVE_WORKING_FORK
675
676/* Define to 1 if `vfork' works. */
677#undef HAVE_WORKING_VFORK
678
cristya8549b12011-05-18 19:05:08 +0000679/* Define to 1 if you have the <xlocale.h> header file. */
680#undef HAVE_XLOCALE_H
681
cristy568c2d42012-07-27 01:41:20 +0000682/* Define to 1 if you have the `_aligned_malloc' function. */
683#undef HAVE__ALIGNED_MALLOC
684
cristy3ed852e2009-09-05 21:47:34 +0000685/* Define to 1 if the system has the type `_Bool'. */
686#undef HAVE__BOOL
687
688/* Define to 1 if you have the `_exit' function. */
689#undef HAVE__EXIT
690
691/* Define to 1 if you have the `_NSGetExecutablePath' function. */
692#undef HAVE__NSGETEXECUTABLEPATH
693
694/* Define to 1 if you have the `_pclose' function. */
695#undef HAVE__PCLOSE
696
697/* Define to 1 if you have the `_popen' function. */
698#undef HAVE__POPEN
699
700/* Define to 1 if you have the `_wfopen' function. */
701#undef HAVE__WFOPEN
702
703/* Define to 1 if you have the `_wstat' function. */
704#undef HAVE__WSTAT
705
cristy92703d82010-04-26 00:18:18 +0000706/* define if your compiler has __attribute__ */
707#undef HAVE___ATTRIBUTE__
708
cristye52f12f2012-12-31 15:32:36 +0000709/* Whether hdri is enabled or not */
710#undef HDRI_ENABLE_OBSOLETE_IN_H
cristy3ed852e2009-09-05 21:47:34 +0000711
cristy3b0097d2014-11-04 15:34:47 +0000712/* Define if you have jemalloc memory allocation library */
713#undef HasJEMALLOC
714
cristy3ed852e2009-09-05 21:47:34 +0000715/* Define if you have umem memory allocation library */
716#undef HasUMEM
717
cristye52f12f2012-12-31 15:32:36 +0000718/* Directory where ImageMagick architecture headers live. */
719#undef INCLUDEARCH_PATH
720
cristy2a11bef2011-10-28 18:33:11 +0000721/* Directory where ImageMagick headers live. */
722#undef INCLUDE_PATH
cristy0151ae12011-10-28 16:32:29 +0000723
cristy3ed852e2009-09-05 21:47:34 +0000724/* ImageMagick is formally installed under prefix */
725#undef INSTALLED_SUPPORT
726
727/* Define if you have JBIG library */
728#undef JBIG_DELEGATE
729
cristy3ed852e2009-09-05 21:47:34 +0000730/* Define if you have JPEG library */
731#undef JPEG_DELEGATE
732
cristy32f75d42015-06-05 18:46:23 +0000733/* Define if you have LCMS library */
cristy3ed852e2009-09-05 21:47:34 +0000734#undef LCMS_DELEGATE
735
cristy99db3872014-01-01 15:11:34 +0000736/* Define if you have OPENJP2 library */
737#undef LIBOPENJP2_DELEGATE
738
cristy3ed852e2009-09-05 21:47:34 +0000739/* Directory where architecture-dependent files live. */
740#undef LIBRARY_PATH
741
742/* Subdirectory of lib where ImageMagick architecture dependent files are
cristy9c151dc2012-12-02 22:30:16 +0000743 installed. */
cristy3ed852e2009-09-05 21:47:34 +0000744#undef LIBRARY_RELATIVE_PATH
745
cristy8d0ff762013-03-10 20:33:28 +0000746/* Binaries in libraries path base name (will be during install linked to bin)
747 */
748#undef LIB_BIN_BASEDIRNAME
749
cristy3ed852e2009-09-05 21:47:34 +0000750/* Define if you have LQR library */
751#undef LQR_DELEGATE
752
753/* Define if using libltdl to support dynamically loadable modules */
754#undef LTDL_DELEGATE
755
Cristy15f22012015-11-14 17:51:30 -0500756/* Define to the sub-directory where libtool stores uninstalled libraries. */
cristy3ed852e2009-09-05 21:47:34 +0000757#undef LT_OBJDIR
758
cristy3f590e52011-11-14 14:29:44 +0000759/* Define if you have LZMA library */
cristyfbb0ef02010-12-19 02:32:11 +0000760#undef LZMA_DELEGATE
761
cristy3ed852e2009-09-05 21:47:34 +0000762/* Define to prepend to default font search path. */
763#undef MAGICK_FONT_PATH
764
cristy27d53d62012-07-29 23:30:07 +0000765/* Target Host CPU */
766#undef MAGICK_TARGET_CPU
767
768/* Target Host OS */
769#undef MAGICK_TARGET_OS
770
771/* Target Host Vendor */
772#undef MAGICK_TARGET_VENDOR
773
cristy01ff9f32012-12-01 18:15:29 +0000774/* Module directory name without ABI part. */
775#undef MODULES_BASEDIRNAME
776
cristy678937b2012-12-01 23:56:42 +0000777/* Module directory dirname */
cristy01ff9f32012-12-01 18:15:29 +0000778#undef MODULES_DIRNAME
779
cristy3ed852e2009-09-05 21:47:34 +0000780/* Magick API method prefix */
781#undef NAMESPACE_PREFIX
782
cristya0b81c32010-01-22 02:54:33 +0000783/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +0000784#undef NDEBUG
785
cristy3ed852e2009-09-05 21:47:34 +0000786/* Define if you have OPENEXR library */
787#undef OPENEXR_DELEGATE
788
cristya448bd22011-10-14 12:38:13 +0000789/* Name of package */
790#undef PACKAGE
791
cristy3ed852e2009-09-05 21:47:34 +0000792/* Define to the address where bug reports for this package should be sent. */
793#undef PACKAGE_BUGREPORT
794
795/* Define to the full name of this package. */
796#undef PACKAGE_NAME
797
798/* Define to the full name and version of this package. */
799#undef PACKAGE_STRING
800
801/* Define to the one symbol short name of this package. */
802#undef PACKAGE_TARNAME
803
cristy8b350f62009-11-15 23:12:43 +0000804/* Define to the home page for this package. */
805#undef PACKAGE_URL
806
cristy3ed852e2009-09-05 21:47:34 +0000807/* Define to the version of this package. */
808#undef PACKAGE_VERSION
809
cristya054b762012-03-26 23:16:00 +0000810/* Define if you have PANGOCAIRO library */
811#undef PANGOCAIRO_DELEGATE
cristy41cbe8a2011-10-27 01:35:18 +0000812
813/* Define if you have PANGO library */
814#undef PANGO_DELEGATE
815
cristy3ed852e2009-09-05 21:47:34 +0000816/* Define if you have PNG library */
817#undef PNG_DELEGATE
818
819/* Define to necessary symbol if this constant uses a non-standard name on
820 your system. */
821#undef PTHREAD_CREATE_JOINABLE
822
823/* Pixel cache threshold in MB (defaults to available memory) */
824#undef PixelCacheThreshold
825
826/* Number of bits in a pixel Quantum (8/16/32/64) */
cristye52f12f2012-12-31 15:32:36 +0000827#undef QUANTUM_DEPTH_OBSOLETE_IN_H
cristy3ed852e2009-09-05 21:47:34 +0000828
829/* Define as the return type of signal handlers (`int' or `void'). */
830#undef RETSIGTYPE
831
832/* Define if you have RSVG library */
833#undef RSVG_DELEGATE
834
835/* Define to the type of arg 1 for `select'. */
836#undef SELECT_TYPE_ARG1
837
838/* Define to the type of args 2, 3 and 4 for `select'. */
839#undef SELECT_TYPE_ARG234
840
841/* Define to the type of arg 5 for `select'. */
842#undef SELECT_TYPE_ARG5
843
cristyad38abe2012-12-23 23:03:21 +0000844/* Sharearch directory name without ABI part. */
cristy506d3852012-12-04 18:10:07 +0000845#undef SHAREARCH_BASEDIRNAME
cristy670aa3c2011-11-03 00:54:00 +0000846
cristyad38abe2012-12-23 23:03:21 +0000847/* Sharearch directory dirname */
cristy506d3852012-12-04 18:10:07 +0000848#undef SHAREARCH_DIRNAME
cristy670aa3c2011-11-03 00:54:00 +0000849
850/* Directory where architecture-independent configuration files live. */
cristy4f820712011-04-01 12:35:43 +0000851#undef SHARE_PATH
cristy3ed852e2009-09-05 21:47:34 +0000852
853/* Subdirectory of lib where architecture-independent configuration files
854 live. */
cristy4f820712011-04-01 12:35:43 +0000855#undef SHARE_RELATIVE_PATH
cristy3ed852e2009-09-05 21:47:34 +0000856
cristy9b86f202012-11-28 21:55:35 +0000857/* The size of `double', as computed by sizeof. */
858#undef SIZEOF_DOUBLE
859
860/* The size of `double_t', as computed by sizeof. */
861#undef SIZEOF_DOUBLE_T
862
863/* The size of `float', as computed by sizeof. */
864#undef SIZEOF_FLOAT
865
866/* The size of `float_t', as computed by sizeof. */
867#undef SIZEOF_FLOAT_T
868
869/* The size of `long double', as computed by sizeof. */
870#undef SIZEOF_LONG_DOUBLE
871
cristy3ed852e2009-09-05 21:47:34 +0000872/* The size of `off_t', as computed by sizeof. */
873#undef SIZEOF_OFF_T
874
875/* The size of `signed int', as computed by sizeof. */
876#undef SIZEOF_SIGNED_INT
877
878/* The size of `signed long', as computed by sizeof. */
879#undef SIZEOF_SIGNED_LONG
880
881/* The size of `signed long long', as computed by sizeof. */
882#undef SIZEOF_SIGNED_LONG_LONG
883
884/* The size of `signed short', as computed by sizeof. */
885#undef SIZEOF_SIGNED_SHORT
886
887/* The size of `size_t', as computed by sizeof. */
888#undef SIZEOF_SIZE_T
889
cristy330e9352010-06-01 18:42:49 +0000890/* The size of `ssize_t', as computed by sizeof. */
891#undef SIZEOF_SSIZE_T
892
cristy3ed852e2009-09-05 21:47:34 +0000893/* The size of `unsigned int', as computed by sizeof. */
894#undef SIZEOF_UNSIGNED_INT
895
896/* The size of `unsigned int*', as computed by sizeof. */
897#undef SIZEOF_UNSIGNED_INTP
898
899/* The size of `unsigned long', as computed by sizeof. */
900#undef SIZEOF_UNSIGNED_LONG
901
902/* The size of `unsigned long long', as computed by sizeof. */
903#undef SIZEOF_UNSIGNED_LONG_LONG
904
905/* The size of `unsigned short', as computed by sizeof. */
906#undef SIZEOF_UNSIGNED_SHORT
907
908/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
909#undef STAT_MACROS_BROKEN
910
911/* Define to 1 if you have the ANSI C header files. */
912#undef STDC_HEADERS
913
cristy7d4a1d62011-10-13 15:54:12 +0000914/* Define to 1 if strerror_r returns char *. */
915#undef STRERROR_R_CHAR_P
916
cristy55bf91c2010-09-24 00:29:41 +0000917/* Define if you have POSIX threads libraries and header files. */
918#undef THREAD_SUPPORT
919
cristy3ed852e2009-09-05 21:47:34 +0000920/* Define if you have TIFF library */
921#undef TIFF_DELEGATE
922
923/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
924#undef TIME_WITH_SYS_TIME
925
926/* Define to 1 if your <sys/time.h> declares `struct tm'. */
927#undef TM_IN_SYS_TIME
928
929/* Enable extensions on AIX 3, Interix. */
930#ifndef _ALL_SOURCE
931# undef _ALL_SOURCE
932#endif
933/* Enable GNU extensions on systems that have them. */
934#ifndef _GNU_SOURCE
935# undef _GNU_SOURCE
936#endif
937/* Enable threading extensions on Solaris. */
938#ifndef _POSIX_PTHREAD_SEMANTICS
939# undef _POSIX_PTHREAD_SEMANTICS
940#endif
941/* Enable extensions on HP NonStop. */
942#ifndef _TANDEM_SOURCE
943# undef _TANDEM_SOURCE
944#endif
945/* Enable general extensions on Solaris. */
946#ifndef __EXTENSIONS__
947# undef __EXTENSIONS__
948#endif
949
950
cristya448bd22011-10-14 12:38:13 +0000951/* Version number of package */
952#undef VERSION
953
cristyb1860752011-03-14 00:27:46 +0000954/* Define if you have WEBP library */
955#undef WEBP_DELEGATE
956
cristy3ed852e2009-09-05 21:47:34 +0000957/* Define to use the Windows GDI32 library */
958#undef WINGDI32_DELEGATE
959
960/* Define if using the dmalloc debugging malloc package */
961#undef WITH_DMALLOC
962
cristy32f75d42015-06-05 18:46:23 +0000963/* Define if you have WMF library */
cristy3ed852e2009-09-05 21:47:34 +0000964#undef WMF_DELEGATE
965
966/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
967 significant byte first (like Motorola and SPARC, unlike Intel). */
968#if defined AC_APPLE_UNIVERSAL_BUILD
969# if defined __BIG_ENDIAN__
970# define WORDS_BIGENDIAN 1
971# endif
972#else
973# ifndef WORDS_BIGENDIAN
974# undef WORDS_BIGENDIAN
975# endif
976#endif
977
978/* Location of X11 configure files */
979#undef X11_CONFIGURE_PATH
980
981/* Define if you have X11 library */
982#undef X11_DELEGATE
983
984/* Define if you have XML library */
985#undef XML_DELEGATE
986
987/* Define to 1 if the X Window System is missing or not being used. */
988#undef X_DISPLAY_MISSING
989
cristy6e3607c2011-09-13 13:59:17 +0000990/* Build self-contained, embeddable, zero-configuration ImageMagick */
991#undef ZERO_CONFIGURATION_SUPPORT
992
cristy32f75d42015-06-05 18:46:23 +0000993/* Define if you have ZLIB library */
cristy3ed852e2009-09-05 21:47:34 +0000994#undef ZLIB_DELEGATE
995
cristy14fefe52012-05-21 00:59:18 +0000996/* Enable large inode numbers on Mac OS X 10.5. */
997#ifndef _DARWIN_USE_64_BIT_INODE
998# define _DARWIN_USE_64_BIT_INODE 1
999#endif
1000
cristy3ed852e2009-09-05 21:47:34 +00001001/* Number of bits in a file offset, on hosts where this is settable. */
1002#undef _FILE_OFFSET_BITS
1003
1004/* enable run-time bounds-checking */
1005#undef _FORTIFY_SOURCE
1006
1007/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1008#undef _LARGEFILE_SOURCE
1009
1010/* Define for large files, on AIX-style hosts. */
1011#undef _LARGE_FILES
1012
1013/* Define to 1 if on MINIX. */
1014#undef _MINIX
1015
cristy99cc3002010-01-21 14:50:11 +00001016/* Define this for the OpenCL Accelerator */
1017#undef _OPENCL
1018
cristy3ed852e2009-09-05 21:47:34 +00001019/* Define to 2 if the system does not provide POSIX.1 features except with
1020 this defined. */
1021#undef _POSIX_1_SOURCE
1022
1023/* Define to 1 if you need to in order for `stat' and other things to work. */
1024#undef _POSIX_SOURCE
1025
cristy501c8042011-05-26 17:46:28 +00001026/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1027 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1028 #define below would cause a syntax error. */
1029#undef _UINT32_T
1030
1031/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1032 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1033 #define below would cause a syntax error. */
1034#undef _UINT64_T
1035
1036/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1037 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1038 #define below would cause a syntax error. */
1039#undef _UINT8_T
1040
cristy3ed852e2009-09-05 21:47:34 +00001041/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1042#ifndef __CHAR_UNSIGNED__
1043# undef __CHAR_UNSIGNED__
1044#endif
1045
cristy3ed852e2009-09-05 21:47:34 +00001046/* Define to appropriate substitue if compiler does not have __func__ */
1047#undef __func__
1048
cristye80f9cb2013-01-09 01:09:31 +00001049/* Define to empty if `const' does not conform to ANSI C. */
1050#undef const
1051
cristy501c8042011-05-26 17:46:28 +00001052/* Define to `int' if <sys/types.h> doesn't define. */
1053#undef gid_t
1054
cristy3ed852e2009-09-05 21:47:34 +00001055/* Define to `__inline__' or `__inline' if that's what the C compiler
1056 calls it, or to nothing if 'inline' is not supported under any name. */
1057#ifndef __cplusplus
1058#undef inline
1059#endif
1060
cristy501c8042011-05-26 17:46:28 +00001061/* Define to the type of a signed integer type of width exactly 16 bits if
1062 such a type exists and the standard includes do not define it. */
1063#undef int16_t
1064
1065/* Define to the type of a signed integer type of width exactly 32 bits if
1066 such a type exists and the standard includes do not define it. */
1067#undef int32_t
1068
1069/* Define to the type of a signed integer type of width exactly 64 bits if
1070 such a type exists and the standard includes do not define it. */
1071#undef int64_t
1072
1073/* Define to the type of a signed integer type of width exactly 8 bits if such
1074 a type exists and the standard includes do not define it. */
1075#undef int8_t
1076
1077/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1078 not define. */
1079#undef intmax_t
1080
1081/* Define to the type of a signed integer type wide enough to hold a pointer,
1082 if such a type exists, and if the system does not define it. */
1083#undef intptr_t
1084
1085/* Define to a type if <wchar.h> does not define. */
1086#undef mbstate_t
1087
cristy3ed852e2009-09-05 21:47:34 +00001088/* Define to `int' if <sys/types.h> does not define. */
1089#undef mode_t
1090
1091/* Define to `long int' if <sys/types.h> does not define. */
1092#undef off_t
1093
1094/* Define to `int' if <sys/types.h> does not define. */
1095#undef pid_t
1096
1097/* Define to the equivalent of the C99 'restrict' keyword, or to
1098 nothing if this is not supported. Do not define if restrict is
1099 supported directly. */
1100#undef restrict
cristy8b350f62009-11-15 23:12:43 +00001101/* Work around a bug in Sun C++: it does not support _Restrict or
1102 __restrict__, even though the corresponding Sun C compiler ends up with
1103 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1104 previous line. Perhaps some future version of Sun C++ will work with
1105 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001106#if defined __SUNPRO_CC && !defined __RESTRICT
1107# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001108# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001109#endif
1110
1111/* Define to `unsigned int' if <sys/types.h> does not define. */
1112#undef size_t
1113
1114/* Define to `int' if <sys/types.h> does not define. */
1115#undef ssize_t
1116
cristy501c8042011-05-26 17:46:28 +00001117/* Define to `int' if <sys/types.h> doesn't define. */
1118#undef uid_t
1119
1120/* Define to the type of an unsigned integer type of width exactly 16 bits if
1121 such a type exists and the standard includes do not define it. */
1122#undef uint16_t
1123
1124/* Define to the type of an unsigned integer type of width exactly 32 bits if
1125 such a type exists and the standard includes do not define it. */
1126#undef uint32_t
1127
1128/* Define to the type of an unsigned integer type of width exactly 64 bits if
1129 such a type exists and the standard includes do not define it. */
1130#undef uint64_t
1131
1132/* Define to the type of an unsigned integer type of width exactly 8 bits if
1133 such a type exists and the standard includes do not define it. */
1134#undef uint8_t
1135
1136/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1137 do not define. */
1138#undef uintmax_t
1139
1140/* Define to the type of an unsigned integer type wide enough to hold a
1141 pointer, if such a type exists, and if the system does not define it. */
1142#undef uintptr_t
1143
cristy3ed852e2009-09-05 21:47:34 +00001144/* Define as `fork' if `vfork' does not work. */
1145#undef vfork
1146
1147/* Define to empty if the keyword `volatile' does not work. Warning: valid
1148 code using `volatile' can become incorrect without. Disable with care. */
1149#undef volatile