]>
git.saurik.com Git - wxWidgets.git/blob - src/tiff/libtiff/tif_config.h.in
1 /* libtiff/tif_config.h.in. Generated from configure.ac by autoheader. */
3 /* Support CCITT Group 3 & 4 algorithms */
6 /* Pick up YCbCr subsampling info from the JPEG data stream to support files
7 lacking the tag (default enabled). */
8 #undef CHECK_JPEG_YCBCR_SUBSAMPLING
10 /* Support C++ stream API (requires C++ compiler) */
13 /* Treat extra sample as alpha (default enabled). The RGBA interface will
14 treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPHA. Many
15 packages produce RGBA files but don't mark the alpha properly. */
16 #undef DEFAULT_EXTRASAMPLE_AS_ALPHA
18 /* Use the Apple OpenGL framework. */
19 #undef HAVE_APPLE_OPENGL_FRAMEWORK
21 /* Define to 1 if you have the <assert.h> header file. */
24 /* Define to 1 if you have the <dlfcn.h> header file. */
27 /* Define to 1 if you have the <fcntl.h> header file. */
30 /* Define to 1 if you have the `floor' function. */
33 /* Define to 1 if you have the `getopt' function. */
36 /* Define as 0 or 1 according to the floating point format suported by the
40 /* Define to 1 if the system has the type `int16'. */
43 /* Define to 1 if the system has the type `int32'. */
46 /* Define to 1 if the system has the type `int8'. */
49 /* Define to 1 if you have the <inttypes.h> header file. */
50 #undef HAVE_INTTYPES_H
52 /* Define to 1 if you have the `isascii' function. */
55 /* Define to 1 if you have the `lfind' function. */
58 /* Define to 1 if you have the `c' library (-lc). */
61 /* Define to 1 if you have the `m' library (-lm). */
64 /* Define to 1 if you have the <limits.h> header file. */
67 /* Define to 1 if you have the <malloc.h> header file. */
70 /* Define to 1 if you have the `memmove' function. */
73 /* Define to 1 if you have the <memory.h> header file. */
76 /* Define to 1 if you have the `memset' function. */
79 /* Define to 1 if you have the `mmap' function. */
82 /* Define to 1 if you have the `pow' function. */
85 /* Define if you have POSIX threads libraries and header files. */
88 /* Define to 1 if you have the <search.h> header file. */
91 /* Define to 1 if you have the `sqrt' function. */
94 /* Define to 1 if you have the <stdint.h> header file. */
97 /* Define to 1 if you have the <stdlib.h> header file. */
100 /* Define to 1 if you have the `strcasecmp' function. */
101 #undef HAVE_STRCASECMP
103 /* Define to 1 if you have the `strchr' function. */
106 /* Define to 1 if you have the <strings.h> header file. */
107 #undef HAVE_STRINGS_H
109 /* Define to 1 if you have the <string.h> header file. */
112 /* Define to 1 if you have the `strrchr' function. */
115 /* Define to 1 if you have the `strstr' function. */
118 /* Define to 1 if you have the `strtol' function. */
121 /* Define to 1 if you have the `strtoul' function. */
124 /* Define to 1 if you have the <sys/stat.h> header file. */
125 #undef HAVE_SYS_STAT_H
127 /* Define to 1 if you have the <sys/time.h> header file. */
128 #undef HAVE_SYS_TIME_H
130 /* Define to 1 if you have the <sys/types.h> header file. */
131 #undef HAVE_SYS_TYPES_H
133 /* Define to 1 if you have the <unistd.h> header file. */
136 /* Define to 1 if you have the <windows.h> header file. */
137 #undef HAVE_WINDOWS_H
139 /* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
141 #undef HOST_BIGENDIAN
143 /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
144 #undef HOST_FILLORDER
146 /* Support JPEG compression (requires IJG JPEG library) */
149 /* Support LogLuv high dynamic range encoding */
150 #undef LOGLUV_SUPPORT
152 /* Define to the sub-directory in which libtool stores uninstalled libraries.
156 /* Support LZW algorithm */
159 /* Support Microsoft Document Imaging format */
162 /* Support NeXT 2-bit RLE algorithm */
165 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
166 #undef NO_MINUS_C_MINUS_O
168 /* Support Old JPEG compresson (read contrib/ojpeg/README first! Compilation
169 fails with unpatched IJG JPEG library) */
172 /* Name of package */
175 /* Define to the address where bug reports for this package should be sent. */
176 #undef PACKAGE_BUGREPORT
178 /* Define to the full name of this package. */
181 /* Define to the full name and version of this package. */
182 #undef PACKAGE_STRING
184 /* Define to the one symbol short name of this package. */
185 #undef PACKAGE_TARNAME
187 /* Define to the version of this package. */
188 #undef PACKAGE_VERSION
190 /* Support Macintosh PackBits algorithm */
191 #undef PACKBITS_SUPPORT
193 /* Support Pixar log-format algorithm (requires Zlib) */
194 #undef PIXARLOG_SUPPORT
196 /* Define to necessary symbol if this constant uses a non-standard name on
198 #undef PTHREAD_CREATE_JOINABLE
200 /* The size of a `int', as computed by sizeof. */
203 /* The size of a `long', as computed by sizeof. */
206 /* Define to 1 if you have the ANSI C header files. */
209 /* Support strip chopping (whether or not to convert single-strip uncompressed
210 images to mutiple strips of specified size to reduce memory usage) */
211 #undef STRIPCHOP_DEFAULT
213 /* Default size of the strip in bytes (when strip chopping enabled) */
214 #undef STRIP_SIZE_DEFAULT
216 /* Enable SubIFD tag (330) support */
217 #undef SUBIFD_SUPPORT
219 /* Support ThunderScan 4-bit RLE algorithm */
220 #undef THUNDER_SUPPORT
222 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
223 #undef TIME_WITH_SYS_TIME
225 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
226 #undef TM_IN_SYS_TIME
228 /* Version number of package */
231 /* Define to 1 if your processor stores words with the most significant byte
232 first (like Motorola and SPARC, unlike Intel and VAX). */
233 #undef WORDS_BIGENDIAN
235 /* Define to 1 if the X Window System is missing or not being used. */
236 #undef X_DISPLAY_MISSING
238 /* Support Deflate compression */
241 /* Number of bits in a file offset, on hosts where this is settable. */
242 #undef _FILE_OFFSET_BITS
244 /* Define for large files, on AIX-style hosts. */
247 /* Define to empty if `const' does not conform to ANSI C. */
250 /* Define to `__inline__' or `__inline' if that's what the C compiler
251 calls it, or to nothing if 'inline' is not supported under any name. */
256 /* Define to `long' if <sys/types.h> does not define. */
259 /* Define to `unsigned' if <sys/types.h> does not define. */