1/* libtiff/tif_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/* Support CCITT Group 3 & 4 algorithms */
7#undef CCITT_SUPPORT
8
9/* Pick up YCbCr subsampling info from the JPEG data stream to support files
10   lacking the tag (default enabled). */
11#undef CHECK_JPEG_YCBCR_SUBSAMPLING
12
13/* enable partial strip reading for large strips (experimental) */
14#undef CHUNKY_STRIP_READ_SUPPORT
15
16/* Support C++ stream API (requires C++ compiler) */
17#undef CXX_SUPPORT
18
19/* Treat extra sample as alpha (default enabled). The RGBA interface will
20   treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPHA. Many
21   packages produce RGBA files but don't mark the alpha properly. */
22#undef DEFAULT_EXTRASAMPLE_AS_ALPHA
23
24/* enable deferred strip/tile offset/size loading (experimental) */
25#undef DEFER_STRILE_LOAD
26
27/* Define to 1 if you have the <assert.h> header file. */
28#undef HAVE_ASSERT_H
29
30/* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
31   */
32#undef HAVE_DECL_OPTARG
33
34/* Define to 1 if you have the <dlfcn.h> header file. */
35#undef HAVE_DLFCN_H
36
37/* Define to 1 if you have the <fcntl.h> header file. */
38#undef HAVE_FCNTL_H
39
40/* Define to 1 if you have the `floor' function. */
41#undef HAVE_FLOOR
42
43/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
44#undef HAVE_FSEEKO
45
46/* Define to 1 if you have the `getopt' function. */
47#undef HAVE_GETOPT
48
49/* Define to 1 if you have the <GLUT/glut.h> header file. */
50#undef HAVE_GLUT_GLUT_H
51
52/* Define to 1 if you have the <GL/glut.h> header file. */
53#undef HAVE_GL_GLUT_H
54
55/* Define to 1 if you have the <GL/glu.h> header file. */
56#undef HAVE_GL_GLU_H
57
58/* Define to 1 if you have the <GL/gl.h> header file. */
59#undef HAVE_GL_GL_H
60
61/* Define as 0 or 1 according to the floating point format suported by the
62   machine */
63#undef HAVE_IEEEFP
64
65/* Define to 1 if the system has the type `int16'. */
66#undef HAVE_INT16
67
68/* Define to 1 if the system has the type `int32'. */
69#undef HAVE_INT32
70
71/* Define to 1 if the system has the type `int8'. */
72#undef HAVE_INT8
73
74/* Define to 1 if you have the <inttypes.h> header file. */
75#undef HAVE_INTTYPES_H
76
77/* Define to 1 if you have the <io.h> header file. */
78#undef HAVE_IO_H
79
80/* Define to 1 if you have the `isascii' function. */
81#undef HAVE_ISASCII
82
83/* Define to 1 if you have the `jbg_newlen' function. */
84#undef HAVE_JBG_NEWLEN
85
86/* Define to 1 if you have the `lfind' function. */
87#undef HAVE_LFIND
88
89/* Define to 1 if you have the <limits.h> header file. */
90#undef HAVE_LIMITS_H
91
92/* Define to 1 if you have the <malloc.h> header file. */
93#undef HAVE_MALLOC_H
94
95/* Define to 1 if you have the `memmove' function. */
96#undef HAVE_MEMMOVE
97
98/* Define to 1 if you have the <memory.h> header file. */
99#undef HAVE_MEMORY_H
100
101/* Define to 1 if you have the `memset' function. */
102#undef HAVE_MEMSET
103
104/* Define to 1 if you have the `mmap' function. */
105#undef HAVE_MMAP
106
107/* Define to 1 if you have the <OpenGL/glu.h> header file. */
108#undef HAVE_OPENGL_GLU_H
109
110/* Define to 1 if you have the <OpenGL/gl.h> header file. */
111#undef HAVE_OPENGL_GL_H
112
113/* Define to 1 if you have the `pow' function. */
114#undef HAVE_POW
115
116/* Define if you have POSIX threads libraries and header files. */
117#undef HAVE_PTHREAD
118
119/* Define to 1 if you have the <search.h> header file. */
120#undef HAVE_SEARCH_H
121
122/* Define to 1 if you have the `setmode' function. */
123#undef HAVE_SETMODE
124
125/* Define to 1 if you have the `snprintf' function. */
126#undef HAVE_SNPRINTF
127
128/* Define to 1 if you have the `sqrt' function. */
129#undef HAVE_SQRT
130
131/* Define to 1 if you have the <stdint.h> header file. */
132#undef HAVE_STDINT_H
133
134/* Define to 1 if you have the <stdlib.h> header file. */
135#undef HAVE_STDLIB_H
136
137/* Define to 1 if you have the `strcasecmp' function. */
138#undef HAVE_STRCASECMP
139
140/* Define to 1 if you have the `strchr' function. */
141#undef HAVE_STRCHR
142
143/* Define to 1 if you have the <strings.h> header file. */
144#undef HAVE_STRINGS_H
145
146/* Define to 1 if you have the <string.h> header file. */
147#undef HAVE_STRING_H
148
149/* Define to 1 if you have the `strrchr' function. */
150#undef HAVE_STRRCHR
151
152/* Define to 1 if you have the `strstr' function. */
153#undef HAVE_STRSTR
154
155/* Define to 1 if you have the `strtol' function. */
156#undef HAVE_STRTOL
157
158/* Define to 1 if you have the `strtoul' function. */
159#undef HAVE_STRTOUL
160
161/* Define to 1 if you have the `strtoull' function. */
162#undef HAVE_STRTOULL
163
164/* Define to 1 if you have the <sys/stat.h> header file. */
165#undef HAVE_SYS_STAT_H
166
167/* Define to 1 if you have the <sys/time.h> header file. */
168#undef HAVE_SYS_TIME_H
169
170/* Define to 1 if you have the <sys/types.h> header file. */
171#undef HAVE_SYS_TYPES_H
172
173/* Define to 1 if you have the <unistd.h> header file. */
174#undef HAVE_UNISTD_H
175
176/* Use nonstandard varargs form for the GLU tesselator callback */
177#undef HAVE_VARARGS_GLU_TESSCB
178
179/* Define to 1 if you have the <windows.h> header file. */
180#undef HAVE_WINDOWS_H
181
182/* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
183   (Intel) */
184#undef HOST_BIGENDIAN
185
186/* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
187#undef HOST_FILLORDER
188
189/* Support ISO JBIG compression (requires JBIG-KIT library) */
190#undef JBIG_SUPPORT
191
192/* 8/12 bit libjpeg dual mode enabled */
193#undef JPEG_DUAL_MODE_8_12
194
195/* Support JPEG compression (requires IJG JPEG library) */
196#undef JPEG_SUPPORT
197
198/* 12bit libjpeg primary include file with path */
199#undef LIBJPEG_12_PATH
200
201/* Support LogLuv high dynamic range encoding */
202#undef LOGLUV_SUPPORT
203
204/* Define to the sub-directory where libtool stores uninstalled libraries. */
205#undef LT_OBJDIR
206
207/* Support LZMA2 compression */
208#undef LZMA_SUPPORT
209
210/* Support LZW algorithm */
211#undef LZW_SUPPORT
212
213/* Support Microsoft Document Imaging format */
214#undef MDI_SUPPORT
215
216/* Support NeXT 2-bit RLE algorithm */
217#undef NEXT_SUPPORT
218
219/* Support Old JPEG compresson (read-only) */
220#undef OJPEG_SUPPORT
221
222/* Name of package */
223#undef PACKAGE
224
225/* Define to the address where bug reports for this package should be sent. */
226#undef PACKAGE_BUGREPORT
227
228/* Define to the full name of this package. */
229#undef PACKAGE_NAME
230
231/* Define to the full name and version of this package. */
232#undef PACKAGE_STRING
233
234/* Define to the one symbol short name of this package. */
235#undef PACKAGE_TARNAME
236
237/* Define to the home page for this package. */
238#undef PACKAGE_URL
239
240/* Define to the version of this package. */
241#undef PACKAGE_VERSION
242
243/* Support Macintosh PackBits algorithm */
244#undef PACKBITS_SUPPORT
245
246/* Support Pixar log-format algorithm (requires Zlib) */
247#undef PIXARLOG_SUPPORT
248
249/* Define to necessary symbol if this constant uses a non-standard name on
250   your system. */
251#undef PTHREAD_CREATE_JOINABLE
252
253/* The size of `signed int', as computed by sizeof. */
254#undef SIZEOF_SIGNED_INT
255
256/* The size of `signed long', as computed by sizeof. */
257#undef SIZEOF_SIGNED_LONG
258
259/* The size of `signed long long', as computed by sizeof. */
260#undef SIZEOF_SIGNED_LONG_LONG
261
262/* The size of `signed short', as computed by sizeof. */
263#undef SIZEOF_SIGNED_SHORT
264
265/* The size of `size_t', as computed by sizeof. */
266#undef SIZEOF_SIZE_T
267
268/* The size of `unsigned char *', as computed by sizeof. */
269#undef SIZEOF_UNSIGNED_CHAR_P
270
271/* The size of `unsigned int', as computed by sizeof. */
272#undef SIZEOF_UNSIGNED_INT
273
274/* The size of `unsigned long', as computed by sizeof. */
275#undef SIZEOF_UNSIGNED_LONG
276
277/* The size of `unsigned long long', as computed by sizeof. */
278#undef SIZEOF_UNSIGNED_LONG_LONG
279
280/* The size of `unsigned short', as computed by sizeof. */
281#undef SIZEOF_UNSIGNED_SHORT
282
283/* Define to 1 if you have the ANSI C header files. */
284#undef STDC_HEADERS
285
286/* Support strip chopping (whether or not to convert single-strip uncompressed
287   images to mutiple strips of specified size to reduce memory usage) */
288#undef STRIPCHOP_DEFAULT
289
290/* Default size of the strip in bytes (when strip chopping enabled) */
291#undef STRIP_SIZE_DEFAULT
292
293/* Enable SubIFD tag (330) support */
294#undef SUBIFD_SUPPORT
295
296/* Support ThunderScan 4-bit RLE algorithm */
297#undef THUNDER_SUPPORT
298
299/* Signed 16-bit type */
300#undef TIFF_INT16_T
301
302/* Signed 32-bit type formatter */
303#undef TIFF_INT32_FORMAT
304
305/* Signed 32-bit type */
306#undef TIFF_INT32_T
307
308/* Signed 64-bit type formatter */
309#undef TIFF_INT64_FORMAT
310
311/* Signed 64-bit type */
312#undef TIFF_INT64_T
313
314/* Signed 8-bit type */
315#undef TIFF_INT8_T
316
317/* Pointer difference type formatter */
318#undef TIFF_PTRDIFF_FORMAT
319
320/* Pointer difference type */
321#undef TIFF_PTRDIFF_T
322
323/* Size type formatter */
324#undef TIFF_SIZE_FORMAT
325
326/* Unsigned size type */
327#undef TIFF_SIZE_T
328
329/* Signed size type formatter */
330#undef TIFF_SSIZE_FORMAT
331
332/* Signed size type */
333#undef TIFF_SSIZE_T
334
335/* Unsigned 16-bit type */
336#undef TIFF_UINT16_T
337
338/* Unsigned 32-bit type formatter */
339#undef TIFF_UINT32_FORMAT
340
341/* Unsigned 32-bit type */
342#undef TIFF_UINT32_T
343
344/* Unsigned 64-bit type formatter */
345#undef TIFF_UINT64_FORMAT
346
347/* Unsigned 64-bit type */
348#undef TIFF_UINT64_T
349
350/* Unsigned 8-bit type */
351#undef TIFF_UINT8_T
352
353/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
354#undef TIME_WITH_SYS_TIME
355
356/* Define to 1 if your <sys/time.h> declares `struct tm'. */
357#undef TM_IN_SYS_TIME
358
359/* define to use win32 IO system */
360#undef USE_WIN32_FILEIO
361
362/* Version number of package */
363#undef VERSION
364
365/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
366   significant byte first (like Motorola and SPARC, unlike Intel). */
367#if defined AC_APPLE_UNIVERSAL_BUILD
368# if defined __BIG_ENDIAN__
369#  define WORDS_BIGENDIAN 1
370# endif
371#else
372# ifndef WORDS_BIGENDIAN
373#  undef WORDS_BIGENDIAN
374# endif
375#endif
376
377/* Define to 1 if the X Window System is missing or not being used. */
378#undef X_DISPLAY_MISSING
379
380/* Support Deflate compression */
381#undef ZIP_SUPPORT
382
383/* Enable large inode numbers on Mac OS X 10.5.  */
384#ifndef _DARWIN_USE_64_BIT_INODE
385# define _DARWIN_USE_64_BIT_INODE 1
386#endif
387
388/* Number of bits in a file offset, on hosts where this is settable. */
389#undef _FILE_OFFSET_BITS
390
391/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
392#undef _LARGEFILE_SOURCE
393
394/* Define for large files, on AIX-style hosts. */
395#undef _LARGE_FILES
396
397/* Define to empty if `const' does not conform to ANSI C. */
398#undef const
399
400/* Define to `__inline__' or `__inline' if that's what the C compiler
401   calls it, or to nothing if 'inline' is not supported under any name.  */
402#ifndef __cplusplus
403#undef inline
404#endif
405
406/* Define to `long int' if <sys/types.h> does not define. */
407#undef off_t
408
409/* Define to `unsigned int' if <sys/types.h> does not define. */
410#undef size_t
411