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