]> git.saurik.com Git - wxWidgets.git/blob - src/tiff/libtiff/tif_config.h.in
Add check for destroying window with mouse capture in wxGTK.
[wxWidgets.git] / src / tiff / libtiff / tif_config.h.in
1 /* libtiff/tif_config.h.in. Generated from configure.ac by autoheader. */
2
3 /* Support CCITT Group 3 & 4 algorithms */
4 #undef CCITT_SUPPORT
5
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
9
10 /* Support C++ stream API (requires C++ compiler) */
11 #undef CXX_SUPPORT
12
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
17
18 /* Use the Apple OpenGL framework. */
19 #undef HAVE_APPLE_OPENGL_FRAMEWORK
20
21 /* Define to 1 if you have the <assert.h> header file. */
22 #undef HAVE_ASSERT_H
23
24 /* Define to 1 if you have the <dlfcn.h> header file. */
25 #undef HAVE_DLFCN_H
26
27 /* Define to 1 if you have the <fcntl.h> header file. */
28 #undef HAVE_FCNTL_H
29
30 /* Define to 1 if you have the `floor' function. */
31 #undef HAVE_FLOOR
32
33 /* Define to 1 if you have the `getopt' function. */
34 #undef HAVE_GETOPT
35
36 /* Define as 0 or 1 according to the floating point format suported by the
37 machine */
38 #undef HAVE_IEEEFP
39
40 /* Define to 1 if the system has the type `int16'. */
41 #undef HAVE_INT16
42
43 /* Define to 1 if the system has the type `int32'. */
44 #undef HAVE_INT32
45
46 /* Define to 1 if the system has the type `int8'. */
47 #undef HAVE_INT8
48
49 /* Define to 1 if you have the <inttypes.h> header file. */
50 #undef HAVE_INTTYPES_H
51
52 /* Define to 1 if you have the `isascii' function. */
53 #undef HAVE_ISASCII
54
55 /* Define to 1 if you have the `lfind' function. */
56 #undef HAVE_LFIND
57
58 /* Define to 1 if you have the `c' library (-lc). */
59 #undef HAVE_LIBC
60
61 /* Define to 1 if you have the `m' library (-lm). */
62 #undef HAVE_LIBM
63
64 /* Define to 1 if you have the <limits.h> header file. */
65 #undef HAVE_LIMITS_H
66
67 /* Define to 1 if you have the <malloc.h> header file. */
68 #undef HAVE_MALLOC_H
69
70 /* Define to 1 if you have the `memmove' function. */
71 #undef HAVE_MEMMOVE
72
73 /* Define to 1 if you have the <memory.h> header file. */
74 #undef HAVE_MEMORY_H
75
76 /* Define to 1 if you have the `memset' function. */
77 #undef HAVE_MEMSET
78
79 /* Define to 1 if you have the `mmap' function. */
80 #undef HAVE_MMAP
81
82 /* Define to 1 if you have the `pow' function. */
83 #undef HAVE_POW
84
85 /* Define if you have POSIX threads libraries and header files. */
86 #undef HAVE_PTHREAD
87
88 /* Define to 1 if you have the <search.h> header file. */
89 #undef HAVE_SEARCH_H
90
91 /* Define to 1 if you have the `sqrt' function. */
92 #undef HAVE_SQRT
93
94 /* Define to 1 if you have the <stdint.h> header file. */
95 #undef HAVE_STDINT_H
96
97 /* Define to 1 if you have the <stdlib.h> header file. */
98 #undef HAVE_STDLIB_H
99
100 /* Define to 1 if you have the `strcasecmp' function. */
101 #undef HAVE_STRCASECMP
102
103 /* Define to 1 if you have the `strchr' function. */
104 #undef HAVE_STRCHR
105
106 /* Define to 1 if you have the <strings.h> header file. */
107 #undef HAVE_STRINGS_H
108
109 /* Define to 1 if you have the <string.h> header file. */
110 #undef HAVE_STRING_H
111
112 /* Define to 1 if you have the `strrchr' function. */
113 #undef HAVE_STRRCHR
114
115 /* Define to 1 if you have the `strstr' function. */
116 #undef HAVE_STRSTR
117
118 /* Define to 1 if you have the `strtol' function. */
119 #undef HAVE_STRTOL
120
121 /* Define to 1 if you have the `strtoul' function. */
122 #undef HAVE_STRTOUL
123
124 /* Define to 1 if you have the <sys/stat.h> header file. */
125 #undef HAVE_SYS_STAT_H
126
127 /* Define to 1 if you have the <sys/time.h> header file. */
128 #undef HAVE_SYS_TIME_H
129
130 /* Define to 1 if you have the <sys/types.h> header file. */
131 #undef HAVE_SYS_TYPES_H
132
133 /* Define to 1 if you have the <unistd.h> header file. */
134 #undef HAVE_UNISTD_H
135
136 /* Define to 1 if you have the <windows.h> header file. */
137 #undef HAVE_WINDOWS_H
138
139 /* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
140 (Intel) */
141 #undef HOST_BIGENDIAN
142
143 /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
144 #undef HOST_FILLORDER
145
146 /* Support JPEG compression (requires IJG JPEG library) */
147 #undef JPEG_SUPPORT
148
149 /* Support LogLuv high dynamic range encoding */
150 #undef LOGLUV_SUPPORT
151
152 /* Define to the sub-directory in which libtool stores uninstalled libraries.
153 */
154 #undef LT_OBJDIR
155
156 /* Support LZW algorithm */
157 #undef LZW_SUPPORT
158
159 /* Support Microsoft Document Imaging format */
160 #undef MDI_SUPPORT
161
162 /* Support NeXT 2-bit RLE algorithm */
163 #undef NEXT_SUPPORT
164
165 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
166 #undef NO_MINUS_C_MINUS_O
167
168 /* Support Old JPEG compresson (read contrib/ojpeg/README first! Compilation
169 fails with unpatched IJG JPEG library) */
170 #undef OJPEG_SUPPORT
171
172 /* Name of package */
173 #undef PACKAGE
174
175 /* Define to the address where bug reports for this package should be sent. */
176 #undef PACKAGE_BUGREPORT
177
178 /* Define to the full name of this package. */
179 #undef PACKAGE_NAME
180
181 /* Define to the full name and version of this package. */
182 #undef PACKAGE_STRING
183
184 /* Define to the one symbol short name of this package. */
185 #undef PACKAGE_TARNAME
186
187 /* Define to the version of this package. */
188 #undef PACKAGE_VERSION
189
190 /* Support Macintosh PackBits algorithm */
191 #undef PACKBITS_SUPPORT
192
193 /* Support Pixar log-format algorithm (requires Zlib) */
194 #undef PIXARLOG_SUPPORT
195
196 /* Define to necessary symbol if this constant uses a non-standard name on
197 your system. */
198 #undef PTHREAD_CREATE_JOINABLE
199
200 /* The size of a `int', as computed by sizeof. */
201 #undef SIZEOF_INT
202
203 /* The size of a `long', as computed by sizeof. */
204 #undef SIZEOF_LONG
205
206 /* Define to 1 if you have the ANSI C header files. */
207 #undef STDC_HEADERS
208
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
212
213 /* Default size of the strip in bytes (when strip chopping enabled) */
214 #undef STRIP_SIZE_DEFAULT
215
216 /* Enable SubIFD tag (330) support */
217 #undef SUBIFD_SUPPORT
218
219 /* Support ThunderScan 4-bit RLE algorithm */
220 #undef THUNDER_SUPPORT
221
222 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
223 #undef TIME_WITH_SYS_TIME
224
225 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
226 #undef TM_IN_SYS_TIME
227
228 /* Version number of package */
229 #undef VERSION
230
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
234
235 /* Define to 1 if the X Window System is missing or not being used. */
236 #undef X_DISPLAY_MISSING
237
238 /* Support Deflate compression */
239 #undef ZIP_SUPPORT
240
241 /* Number of bits in a file offset, on hosts where this is settable. */
242 #undef _FILE_OFFSET_BITS
243
244 /* Define for large files, on AIX-style hosts. */
245 #undef _LARGE_FILES
246
247 /* Define to empty if `const' does not conform to ANSI C. */
248 #undef const
249
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. */
252 #ifndef __cplusplus
253 #undef inline
254 #endif
255
256 /* Define to `long' if <sys/types.h> does not define. */
257 #undef off_t
258
259 /* Define to `unsigned' if <sys/types.h> does not define. */
260 #undef size_t