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