root / ImageMagick / trunk / config / config.h.in

Revision 12199, 23.1 kB (checked in by cristy, 4 days ago)
Line 
1/* 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
46/* Build self-contained, embeddable, zero-configuration ImageMagick
47   (experimental) */
48#undef EMBEDDABLE_SUPPORT
49
50/* exclude deprecated methods in MagickCore API */
51#undef EXCLUDE_DEPRECATED
52
53/* Directory where executables are installed. */
54#undef EXECUTABLE_PATH
55
56/* Location of filter modules */
57#undef FILTER_PATH
58
59/* Subdirectory of lib where filter modules are installed */
60#undef FILTER_RELATIVE_PATH
61
62/* Define if you have FONTCONFIG library */
63#undef FONTCONFIG_DELEGATE
64
65/* Define if you have FlashPIX library */
66#undef FPX_DELEGATE
67
68/* Define if you have FreeType (TrueType font) library */
69#undef FREETYPE_DELEGATE
70
71/* Define if you have Ghostscript library or framework */
72#undef GS_DELEGATE
73
74/* Define if you have GVC library */
75#undef GVC_DELEGATE
76
77/* Define to 1 if you have the `argz_add' function. */
78#undef HAVE_ARGZ_ADD
79
80/* Define to 1 if you have the `argz_append' function. */
81#undef HAVE_ARGZ_APPEND
82
83/* Define to 1 if you have the `argz_count' function. */
84#undef HAVE_ARGZ_COUNT
85
86/* Define to 1 if you have the `argz_create_sep' function. */
87#undef HAVE_ARGZ_CREATE_SEP
88
89/* Define to 1 if you have the <argz.h> header file. */
90#undef HAVE_ARGZ_H
91
92/* Define to 1 if you have the `argz_insert' function. */
93#undef HAVE_ARGZ_INSERT
94
95/* Define to 1 if you have the `argz_next' function. */
96#undef HAVE_ARGZ_NEXT
97
98/* Define to 1 if you have the `argz_stringify' function. */
99#undef HAVE_ARGZ_STRINGIFY
100
101/* Define to 1 if you have the <arm/limits.h> header file. */
102#undef HAVE_ARM_LIMITS_H
103
104/* Define to 1 if you have the `atexit' function. */
105#undef HAVE_ATEXIT
106
107/* define if bool is a built-in type */
108#undef HAVE_BOOL
109
110/* Define to 1 if you have the `clock' function. */
111#undef HAVE_CLOCK
112
113/* Define to 1 if you have the `clock_gettime' function. */
114#undef HAVE_CLOCK_GETTIME
115
116/* Define to 1 if you have the `closedir' function. */
117#undef HAVE_CLOSEDIR
118
119/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
120   you don't. */
121#undef HAVE_DECL_CYGWIN_CONV_PATH
122
123/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
124   */
125#undef HAVE_DECL_PREAD
126
127/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
128   */
129#undef HAVE_DECL_PWRITE
130
131/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
132   don't. */
133#undef HAVE_DECL_STRLCPY
134
135/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
136   don't. */
137#undef HAVE_DECL_VSNPRINTF
138
139/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
140   */
141#undef HAVE_DIRENT_H
142
143/* Define if you have the GNU dld library. */
144#undef HAVE_DLD
145
146/* Define to 1 if you have the <dld.h> header file. */
147#undef HAVE_DLD_H
148
149/* Define to 1 if you have the `dlerror' function. */
150#undef HAVE_DLERROR
151
152/* Define to 1 if you have the <dlfcn.h> header file. */
153#undef HAVE_DLFCN_H
154
155/* Define to 1 if you have the <dl.h> header file. */
156#undef HAVE_DL_H
157
158/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
159#undef HAVE_DOPRNT
160
161/* Define if you have the _dyld_func_lookup function. */
162#undef HAVE_DYLD
163
164/* Define to 1 if you have the <errno.h> header file. */
165#undef HAVE_ERRNO_H
166
167/* Define to 1 if the system has the type `error_t'. */
168#undef HAVE_ERROR_T
169
170/* Define to 1 if you have the `execvp' function. */
171#undef HAVE_EXECVP
172
173/* Define to 1 if you have the <fcntl.h> header file. */
174#undef HAVE_FCNTL_H
175
176/* Define to 1 if you have the `floor' function. */
177#undef HAVE_FLOOR
178
179/* Define to 1 if you have the `fork' function. */
180#undef HAVE_FORK
181
182/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
183#undef HAVE_FSEEKO
184
185/* Define to 1 if you have the <ft2build.h> header file. */
186#undef HAVE_FT2BUILD_H
187
188/* 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
197/* Define to 1 if you have the `getdtablesize' function. */
198#undef HAVE_GETDTABLESIZE
199
200/* Define to 1 if you have the `getexecname' function. */
201#undef HAVE_GETEXECNAME
202
203/* Define to 1 if you have the `getpagesize' function. */
204#undef HAVE_GETPAGESIZE
205
206/* Define to 1 if you have the `getpid' function. */
207#undef HAVE_GETPID
208
209/* Define to 1 if you have the `gettimeofday' function. */
210#undef HAVE_GETTIMEOFDAY
211
212/* Define to 1 if you have the <inttypes.h> header file. */
213#undef HAVE_INTTYPES_H
214
215/* Define if you have the <lcms.h> header file. */
216#undef HAVE_LCMS_H
217
218/* Define if you have the <lcms/lcms.h> header file. */
219#undef HAVE_LCMS_LCMS_H
220
221/* Define if you have the libdl library or equivalent. */
222#undef HAVE_LIBDL
223
224/* Define if libdlloader will be built on this platform */
225#undef HAVE_LIBDLLOADER
226
227/* Define to 1 if you have the `gcov' library (-lgcov). */
228#undef HAVE_LIBGCOV
229
230/* Define to 1 if you have the <limits.h> header file. */
231#undef HAVE_LIMITS_H
232
233/* Define to 1 if you have the <locale.h> header file. */
234#undef HAVE_LOCALE_H
235
236/* Define to 1 if the system has the type `long double'. */
237#undef HAVE_LONG_DOUBLE
238
239/* Define to 1 if the type `long double' works and has more range or precision
240   than `double'. */
241#undef HAVE_LONG_DOUBLE_WIDER
242
243/* Define to 1 if you have the `lstat' function. */
244#undef HAVE_LSTAT
245
246/* define if the compiler implements L"widestring" */
247#undef HAVE_LSTRING
248
249/* Define this if a modern libltdl is already installed */
250#undef HAVE_LTDL
251
252/* Define to 1 if you have the <machine/param.h> header file. */
253#undef HAVE_MACHINE_PARAM_H
254
255/* Define to 1 if you have the <mach-o/dyld.h> header file. */
256#undef HAVE_MACH_O_DYLD_H
257
258/* Define to 1 if you have the `memmove' function. */
259#undef HAVE_MEMMOVE
260
261/* Define to 1 if you have the <memory.h> header file. */
262#undef HAVE_MEMORY_H
263
264/* Define to 1 if you have the `memset' function. */
265#undef HAVE_MEMSET
266
267/* Define to 1 if you have the `mkstemp' function. */
268#undef HAVE_MKSTEMP
269
270/* Define to 1 if you have a working `mmap' system call. */
271#undef HAVE_MMAP
272
273/* Define to 1 if you have a working `mmap' system call. */
274#undef HAVE_MMAP_FILEIO
275
276/* Define to 1 if you have the `munmap' function. */
277#undef HAVE_MUNMAP
278
279/* define if the compiler implements namespaces */
280#undef HAVE_NAMESPACES
281
282/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
283#undef HAVE_NDIR_H
284
285/* Define to 1 if you have the `opendir' function. */
286#undef HAVE_OPENDIR
287
288/* Define to 1 if you have the <OS.h> header file. */
289#undef HAVE_OS_H
290
291/* Define to 1 if you have the `pclose' function. */
292#undef HAVE_PCLOSE
293
294/* Define to 1 if you have the `poll' function. */
295#undef HAVE_POLL
296
297/* Define to 1 if you have the `popen' function. */
298#undef HAVE_POPEN
299
300/* Define to 1 if you have the `posix_fallocate' function. */
301#undef HAVE_POSIX_FALLOCATE
302
303/* Define to 1 if you have the `pow' function. */
304#undef HAVE_POW
305
306/* Define to 1 if you have the `pread' function. */
307#undef HAVE_PREAD
308
309/* Define if libtool can extract symbol lists from object files. */
310#undef HAVE_PRELOADED_SYMBOLS
311
312/* Define if you have POSIX threads libraries and header files. */
313#undef HAVE_PTHREAD
314
315/* Define to 1 if you have the `pwrite' function. */
316#undef HAVE_PWRITE
317
318/* Define to 1 if you have the `raise' function. */
319#undef HAVE_RAISE
320
321/* Define to 1 if you have the `rand_r' function. */
322#undef HAVE_RAND_R
323
324/* Define to 1 if you have the `readdir' function. */
325#undef HAVE_READDIR
326
327/* Define to 1 if you have the `readlink' function. */
328#undef HAVE_READLINK
329
330/* Define to 1 if you have the `realpath' function. */
331#undef HAVE_REALPATH
332
333/* Define to 1 if you have the `seekdir' function. */
334#undef HAVE_SEEKDIR
335
336/* Define to 1 if you have the `select' function. */
337#undef HAVE_SELECT
338
339/* Define to 1 if you have the `setlocale' function. */
340#undef HAVE_SETLOCALE
341
342/* Define to 1 if you have the `setvbuf' function. */
343#undef HAVE_SETVBUF
344
345/* X11 server supports shape extension */
346#undef HAVE_SHAPE
347
348/* X11 server supports shared memory extension */
349#undef HAVE_SHARED_MEMORY
350
351/* Define if you have the shl_load function. */
352#undef HAVE_SHL_LOAD
353
354/* Define to 1 if you have the `sigaction' function. */
355#undef HAVE_SIGACTION
356
357/* Define to 1 if you have the `sigemptyset' function. */
358#undef HAVE_SIGEMPTYSET
359
360/* Define to 1 if you have the `sqrt' function. */
361#undef HAVE_SQRT
362
363/* Define to 1 if you have the `stat' function. */
364#undef HAVE_STAT
365
366/* Define to 1 if you have the <stdarg.h> header file. */
367#undef HAVE_STDARG_H
368
369/* Define to 1 if stdbool.h conforms to C99. */
370#undef HAVE_STDBOOL_H
371
372/* Define to 1 if you have the <stddef.h> header file. */
373#undef HAVE_STDDEF_H
374
375/* Define to 1 if you have the <stdint.h> header file. */
376#undef HAVE_STDINT_H
377
378/* Define to 1 if you have the <stdlib.h> header file. */
379#undef HAVE_STDLIB_H
380
381/* define if the compiler supports ISO C++ standard library */
382#undef HAVE_STD_LIBS
383
384/* define if the compiler supports the std namespace */
385#undef HAVE_STD_NAMESPACE
386
387/* Define to 1 if you have the `strcasecmp' function. */
388#undef HAVE_STRCASECMP
389
390/* Define to 1 if you have the `strchr' function. */
391#undef HAVE_STRCHR
392
393/* Define to 1 if you have the `strcspn' function. */
394#undef HAVE_STRCSPN
395
396/* Define to 1 if you have the `strdup' function. */
397#undef HAVE_STRDUP
398
399/* Define to 1 if you have the `strerror' function. */
400#undef HAVE_STRERROR
401
402/* Define to 1 if cpp supports the ANSI # stringizing operator. */
403#undef HAVE_STRINGIZE
404
405/* Define to 1 if you have the <strings.h> header file. */
406#undef HAVE_STRINGS_H
407
408/* Define to 1 if you have the <string.h> header file. */
409#undef HAVE_STRING_H
410
411/* Define to 1 if you have the `strlcat' function. */
412#undef HAVE_STRLCAT
413
414/* Define to 1 if you have the `strlcpy' function. */
415#undef HAVE_STRLCPY
416
417/* Define to 1 if you have the `strncasecmp' function. */
418#undef HAVE_STRNCASECMP
419
420/* Define to 1 if you have the `strpbrk' function. */
421#undef HAVE_STRPBRK
422
423/* Define to 1 if you have the `strrchr' function. */
424#undef HAVE_STRRCHR
425
426/* Define to 1 if you have the `strspn' function. */
427#undef HAVE_STRSPN
428
429/* Define to 1 if you have the `strstr' function. */
430#undef HAVE_STRSTR
431
432/* Define to 1 if you have the `strtol' function. */
433#undef HAVE_STRTOL
434
435/* Define to 1 if you have the `symlink' function. */
436#undef HAVE_SYMLINK
437
438/* Define to 1 if you have the `sysconf' function. */
439#undef HAVE_SYSCONF
440
441/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
442   */
443#undef HAVE_SYS_DIR_H
444
445/* Define to 1 if you have the <sys/dl.h> header file. */
446#undef HAVE_SYS_DL_H
447
448/* Define to 1 if you have the <sys/ipc.h> header file. */
449#undef HAVE_SYS_IPC_H
450
451/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
452   */
453#undef HAVE_SYS_NDIR_H
454
455/* Define to 1 if you have the <sys/resource.h> header file. */
456#undef HAVE_SYS_RESOURCE_H
457
458/* Define to 1 if you have the <sys/select.h> header file. */
459#undef HAVE_SYS_SELECT_H
460
461/* Define to 1 if you have the <sys/socket.h> header file. */
462#undef HAVE_SYS_SOCKET_H
463
464/* Define to 1 if you have the <sys/stat.h> header file. */
465#undef HAVE_SYS_STAT_H
466
467/* Define to 1 if you have the <sys/syslimits.h> header file. */
468#undef HAVE_SYS_SYSLIMITS_H
469
470/* Define to 1 if you have the <sys/timeb.h> header file. */
471#undef HAVE_SYS_TIMEB_H
472
473/* Define to 1 if you have the <sys/times.h> header file. */
474#undef HAVE_SYS_TIMES_H
475
476/* Define to 1 if you have the <sys/time.h> header file. */
477#undef HAVE_SYS_TIME_H
478
479/* Define to 1 if you have the <sys/types.h> header file. */
480#undef HAVE_SYS_TYPES_H
481
482/* Define to 1 if you have the <sys/wait.h> header file. */
483#undef HAVE_SYS_WAIT_H
484
485/* Define to 1 if you have the `telldir' function. */
486#undef HAVE_TELLDIR
487
488/* Define to 1 if you have the `tempnam' function. */
489#undef HAVE_TEMPNAM
490
491/* Define to 1 if you have the <tiffconf.h> header file. */
492#undef HAVE_TIFFCONF_H
493
494/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
495#undef HAVE_TIFFISCODECCONFIGURED
496
497/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
498#undef HAVE_TIFFMERGEFIELDINFO
499
500/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
501#undef HAVE_TIFFREADEXIFDIRECTORY
502
503/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
504#undef HAVE_TIFFSETERRORHANDLEREXT
505
506/* Define to 1 if you have the `TIFFSetTagExtender' function. */
507#undef HAVE_TIFFSETTAGEXTENDER
508
509/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
510#undef HAVE_TIFFSETWARNINGHANDLEREXT
511
512/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
513#undef HAVE_TIFFSWABARRAYOFTRIPLES
514
515/* Define to 1 if you have the `times' function. */
516#undef HAVE_TIMES
517
518/* Define to 1 if you have the <unistd.h> header file. */
519#undef HAVE_UNISTD_H
520
521/* Define to 1 if you have the `usleep' function. */
522#undef HAVE_USLEEP
523
524/* Define to 1 if you have the `vfork' function. */
525#undef HAVE_VFORK
526
527/* Define to 1 if you have the <vfork.h> header file. */
528#undef HAVE_VFORK_H
529
530/* Define to 1 if you have the `vprintf' function. */
531#undef HAVE_VPRINTF
532
533/* Define to 1 if you have the `vsnprintf' function. */
534#undef HAVE_VSNPRINTF
535
536/* Define to 1 if you have the `vsprintf' function. */
537#undef HAVE_VSPRINTF
538
539/* Define to 1 if you have the `waitpid' function. */
540#undef HAVE_WAITPID
541
542/* Define to 1 if you have the <wchar.h> header file. */
543#undef HAVE_WCHAR_H
544
545/* This value is set to 1 to indicate that the system argz facility works */
546#undef HAVE_WORKING_ARGZ
547
548/* Define to 1 if `fork' works. */
549#undef HAVE_WORKING_FORK
550
551/* Define to 1 if `vfork' works. */
552#undef HAVE_WORKING_VFORK
553
554/* Define to 1 if the system has the type `_Bool'. */
555#undef HAVE__BOOL
556
557/* Define to 1 if you have the `_exit' function. */
558#undef HAVE__EXIT
559
560/* Define to 1 if you have the `_NSGetExecutablePath' function. */
561#undef HAVE__NSGETEXECUTABLEPATH
562
563/* Define to 1 if you have the `_pclose' function. */
564#undef HAVE__PCLOSE
565
566/* Define to 1 if you have the `_popen' function. */
567#undef HAVE__POPEN
568
569/* Define to 1 if you have the `_wfopen' function. */
570#undef HAVE__WFOPEN
571
572/* accurately represent the wide range of intensity levels in real scenes */
573#undef HDRI_SUPPORT
574
575/* Define if you have umem memory allocation library */
576#undef HasUMEM
577
578/* ImageMagick is formally installed under prefix */
579#undef INSTALLED_SUPPORT
580
581/* Define if you have JBIG library */
582#undef JBIG_DELEGATE
583
584/* Define if you have JPEG version 2 "Jasper" library */
585#undef JP2_DELEGATE
586
587/* Define if you have JPEG library */
588#undef JPEG_DELEGATE
589
590/* Define if you have LCMS library */
591#undef LCMS_DELEGATE
592
593/* Directory where architecture-dependent files live. */
594#undef LIBRARY_PATH
595
596/* Subdirectory of lib where ImageMagick architecture dependent files are
597   installed */
598#undef LIBRARY_RELATIVE_PATH
599
600/* Define if you have LQR library */
601#undef LQR_DELEGATE
602
603/* Define if using libltdl to support dynamically loadable modules */
604#undef LTDL_DELEGATE
605
606/* Define if the OS needs help to load dependent libraries for dlopen(). */
607#undef LTDL_DLOPEN_DEPLIBS
608
609/* Define to the system default library search path. */
610#undef LT_DLSEARCH_PATH
611
612/* The archive extension */
613#undef LT_LIBEXT
614
615/* Define to the extension used for runtime loadable modules, say, ".so". */
616#undef LT_MODULE_EXT
617
618/* Define to the name of the environment variable that determines the run-time
619   module search path. */
620#undef LT_MODULE_PATH_VAR
621
622/* Define to the sub-directory in which libtool stores uninstalled libraries.
623   */
624#undef LT_OBJDIR
625
626/* Define to prepend to default font search path. */
627#undef MAGICK_FONT_PATH
628
629/* Magick API method prefix */
630#undef NAMESPACE_PREFIX
631
632/* Turn off assert statements */
633#undef NDEBUG
634
635/* Define if dlsym() requires a leading underscore in symbol names. */
636#undef NEED_USCORE
637
638/* Define to 1 if your C compiler doesn't accept -c and -o together. */
639#undef NO_MINUS_C_MINUS_O
640
641/* Define if you have OPENEXR library */
642#undef OPENEXR_DELEGATE
643
644/* Name of package */
645#undef PACKAGE
646
647/* Define to the address where bug reports for this package should be sent. */
648#undef PACKAGE_BUGREPORT
649
650/* Define to the full name of this package. */
651#undef PACKAGE_NAME
652
653/* Define to the full name and version of this package. */
654#undef PACKAGE_STRING
655
656/* Define to the one symbol short name of this package. */
657#undef PACKAGE_TARNAME
658
659/* Define to the version of this package. */
660#undef PACKAGE_VERSION
661
662/* Define if you have PNG library */
663#undef PNG_DELEGATE
664
665/* Define to necessary symbol if this constant uses a non-standard name on
666   your system. */
667#undef PTHREAD_CREATE_JOINABLE
668
669/* Pixel cache threshold in MB (defaults to available memory) */
670#undef PixelCacheThreshold
671
672/* Number of bits in a pixel Quantum (8/16/32/64) */
673#undef QUANTUM_DEPTH
674
675/* Define as the return type of signal handlers (`int' or `void'). */
676#undef RETSIGTYPE
677
678/* Define if you have RSVG library */
679#undef RSVG_DELEGATE
680
681/* Define to the type of arg 1 for `select'. */
682#undef SELECT_TYPE_ARG1
683
684/* Define to the type of args 2, 3 and 4 for `select'. */
685#undef SELECT_TYPE_ARG234
686
687/* Define to the type of arg 5 for `select'. */
688#undef SELECT_TYPE_ARG5
689
690/* Directory where architecture-independent configuration files live. */
691#undef SHARE_CONFIGURE_PATH
692
693/* Subdirectory of lib where architecture-independent configuration files
694   live. */
695#undef SHARE_CONFIGURE_RELATIVE_PATH
696
697/* Directory where architecture-independent files live. */
698#undef SHARE_PATH
699
700/* The size of `off_t', as computed by sizeof. */
701#undef SIZEOF_OFF_T
702
703/* The size of `signed int', as computed by sizeof. */
704#undef SIZEOF_SIGNED_INT
705
706/* The size of `signed long', as computed by sizeof. */
707#undef SIZEOF_SIGNED_LONG
708
709/* The size of `signed long long', as computed by sizeof. */
710#undef SIZEOF_SIGNED_LONG_LONG
711
712/* The size of `signed short', as computed by sizeof. */
713#undef SIZEOF_SIGNED_SHORT
714
715/* The size of `size_t', as computed by sizeof. */
716#undef SIZEOF_SIZE_T
717
718/* The size of `unsigned int', as computed by sizeof. */
719#undef SIZEOF_UNSIGNED_INT
720
721/* The size of `unsigned int*', as computed by sizeof. */
722#undef SIZEOF_UNSIGNED_INTP
723
724/* The size of `unsigned long', as computed by sizeof. */
725#undef SIZEOF_UNSIGNED_LONG
726
727/* The size of `unsigned long long', as computed by sizeof. */
728#undef SIZEOF_UNSIGNED_LONG_LONG
729
730/* The size of `unsigned short', as computed by sizeof. */
731#undef SIZEOF_UNSIGNED_SHORT
732
733/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
734#undef STAT_MACROS_BROKEN
735
736/* Define to 1 if you have the ANSI C header files. */
737#undef STDC_HEADERS
738
739/* Define if you have TIFF library */
740#undef TIFF_DELEGATE
741
742/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
743#undef TIME_WITH_SYS_TIME
744
745/* Define to 1 if your <sys/time.h> declares `struct tm'. */
746#undef TM_IN_SYS_TIME
747
748/* Enable extensions on AIX 3, Interix.  */
749#ifndef _ALL_SOURCE
750# undef _ALL_SOURCE
751#endif
752/* Enable GNU extensions on systems that have them.  */
753#ifndef _GNU_SOURCE
754# undef _GNU_SOURCE
755#endif
756/* Enable threading extensions on Solaris.  */
757#ifndef _POSIX_PTHREAD_SEMANTICS
758# undef _POSIX_PTHREAD_SEMANTICS
759#endif
760/* Enable extensions on HP NonStop.  */
761#ifndef _TANDEM_SOURCE
762# undef _TANDEM_SOURCE
763#endif
764/* Enable general extensions on Solaris.  */
765#ifndef __EXTENSIONS__
766# undef __EXTENSIONS__
767#endif
768
769
770/* Version number of package */
771#undef VERSION
772
773/* Define to use the Windows GDI32 library */
774#undef WINGDI32_DELEGATE
775
776/* Define if using the dmalloc debugging malloc package */
777#undef WITH_DMALLOC
778
779/* Define if you have wmflite library */
780#undef WMFLITE_DELEGATE
781
782/* Define if you have wmf library */
783#undef WMF_DELEGATE
784
785/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
786   significant byte first (like Motorola and SPARC, unlike Intel). */
787#if defined AC_APPLE_UNIVERSAL_BUILD
788# if defined __BIG_ENDIAN__
789#  define WORDS_BIGENDIAN 1
790# endif
791#else
792# ifndef WORDS_BIGENDIAN
793#  undef WORDS_BIGENDIAN
794# endif
795#endif
796
797/* Location of X11 configure files */
798#undef X11_CONFIGURE_PATH
799
800/* Define if you have X11 library */
801#undef X11_DELEGATE
802
803/* Define if you have XML library */
804#undef XML_DELEGATE
805
806/* Define to 1 if the X Window System is missing or not being used. */
807#undef X_DISPLAY_MISSING
808
809/* Define if you have zlib compression library */
810#undef ZLIB_DELEGATE
811
812/* Number of bits in a file offset, on hosts where this is settable. */
813#undef _FILE_OFFSET_BITS
814
815/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
816#undef _LARGEFILE_SOURCE
817
818/* Define for large files, on AIX-style hosts. */
819#undef _LARGE_FILES
820
821/* Define to 1 if on MINIX. */
822#undef _MINIX
823
824/* Define to 2 if the system does not provide POSIX.1 features except with
825   this defined. */
826#undef _POSIX_1_SOURCE
827
828/* Define to 1 if you need to in order for `stat' and other things to work. */
829#undef _POSIX_SOURCE
830
831/* Define to 1 if type `char' is unsigned and you are not using gcc.  */
832#ifndef __CHAR_UNSIGNED__
833# undef __CHAR_UNSIGNED__
834#endif
835
836/* Define so that glibc/gnulib argp.h does not typedef error_t. */
837#undef __error_t_defined
838
839/* Define to appropriate substitue if compiler does not have __func__ */
840#undef __func__
841
842/* Define to empty if `const' does not conform to ANSI C. */
843#undef const
844
845/* Define to a type to use for `error_t' if it is not otherwise available. */
846#undef error_t
847
848/* Define to `__inline__' or `__inline' if that's what the C compiler
849   calls it, or to nothing if 'inline' is not supported under any name.  */
850#ifndef __cplusplus
851#undef inline
852#endif
853
854/* Define to `int' if <sys/types.h> does not define. */
855#undef mode_t
856
857/* Define to `long int' if <sys/types.h> does not define. */
858#undef off_t
859
860/* Define to `int' if <sys/types.h> does not define. */
861#undef pid_t
862
863/* Define to the equivalent of the C99 'restrict' keyword, or to
864   nothing if this is not supported.  Do not define if restrict is
865   supported directly.  */
866#undef restrict
867/* Work around a bug in Sun C++: it does not support _Restrict, even
868   though the corresponding Sun C compiler does, which causes
869   "#define restrict _Restrict" in the previous line.  Perhaps some future
870   version of Sun C++ will work with _Restrict; if so, it'll probably
871   define __RESTRICT, just as Sun C does.  */
872#if defined __SUNPRO_CC && !defined __RESTRICT
873# define _Restrict
874#endif
875
876/* Define to `unsigned int' if <sys/types.h> does not define. */
877#undef size_t
878
879/* Define to `int' if <sys/types.h> does not define. */
880#undef ssize_t
881
882/* Define as `fork' if `vfork' does not work. */
883#undef vfork
884
885/* Define to empty if the keyword `volatile' does not work. Warning: valid
886   code using `volatile' can become incorrect without. Disable with care. */
887#undef volatile
Note: See TracBrowser for help on using the browser.