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/* Support C++ stream API (requires C++ compiler) */
14#undef CXX_SUPPORT
15
16/* Treat extra sample as alpha (default enabled). The RGBA interface will
17   treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPHA. Many
18   packages produce RGBA files but don't mark the alpha properly. */
19#undef DEFAULT_EXTRASAMPLE_AS_ALPHA
20
21/* Use the Apple OpenGL framework. */
22#undef HAVE_APPLE_OPENGL_FRAMEWORK
23
24/* Define to 1 if you have the <assert.h> header file. */
25#undef HAVE_ASSERT_H
26
27/* Define to 1 if you have the <dlfcn.h> header file. */
28#undef HAVE_DLFCN_H
29
30/* Define to 1 if you have the <fcntl.h> header file. */
31#undef HAVE_FCNTL_H
32
33/* Define to 1 if you have the `floor' function. */
34#undef HAVE_FLOOR
35
36/* Define to 1 if you have the `getopt' function. */
37#undef HAVE_GETOPT
38
39/* Define as 0 or 1 according to the floating point format suported by the
40   machine */
41#undef HAVE_IEEEFP
42
43/* Define to 1 if the system has the type `int16'. */
44#undef HAVE_INT16
45
46/* Define to 1 if the system has the type `int32'. */
47#undef HAVE_INT32
48
49/* Define to 1 if the system has the type `int8'. */
50#undef HAVE_INT8
51
52/* Define to 1 if you have the <inttypes.h> header file. */
53#undef HAVE_INTTYPES_H
54
55/* Define to 1 if you have the <io.h> header file. */
56#undef HAVE_IO_H
57
58/* Define to 1 if you have the `isascii' function. */
59#undef HAVE_ISASCII
60
61/* Define to 1 if you have the `jbg_newlen' function. */
62#undef HAVE_JBG_NEWLEN
63
64/* Define to 1 if you have the `lfind' function. */
65#undef HAVE_LFIND
66
67/* Define to 1 if you have the `c' library (-lc). */
68#undef HAVE_LIBC
69
70/* Define to 1 if you have the `m' library (-lm). */
71#undef HAVE_LIBM
72
73/* Define to 1 if you have the <limits.h> header file. */
74#undef HAVE_LIMITS_H
75
76/* Define to 1 if you have the <malloc.h> header file. */
77#undef HAVE_MALLOC_H
78
79/* Define to 1 if you have the `memmove' function. */
80#undef HAVE_MEMMOVE
81
82/* Define to 1 if you have the <memory.h> header file. */
83#undef HAVE_MEMORY_H
84
85/* Define to 1 if you have the `memset' function. */
86#undef HAVE_MEMSET
87
88/* Define to 1 if you have the `mmap' function. */
89#undef HAVE_MMAP
90
91/* Define to 1 if you have the `pow' function. */
92#undef HAVE_POW
93
94/* Define if you have POSIX threads libraries and header files. */
95#undef HAVE_PTHREAD
96
97/* Define to 1 if you have the <search.h> header file. */
98#undef HAVE_SEARCH_H
99
100/* Define to 1 if you have the `setmode' function. */
101#undef HAVE_SETMODE
102
103/* Define to 1 if you have the `sqrt' function. */
104#undef HAVE_SQRT
105
106/* Define to 1 if you have the <stdint.h> header file. */
107#undef HAVE_STDINT_H
108
109/* Define to 1 if you have the <stdlib.h> header file. */
110#undef HAVE_STDLIB_H
111
112/* Define to 1 if you have the `strcasecmp' function. */
113#undef HAVE_STRCASECMP
114
115/* Define to 1 if you have the `strchr' function. */
116#undef HAVE_STRCHR
117
118/* Define to 1 if you have the <strings.h> header file. */
119#undef HAVE_STRINGS_H
120
121/* Define to 1 if you have the <string.h> header file. */
122#undef HAVE_STRING_H
123
124/* Define to 1 if you have the `strrchr' function. */
125#undef HAVE_STRRCHR
126
127/* Define to 1 if you have the `strstr' function. */
128#undef HAVE_STRSTR
129
130/* Define to 1 if you have the `strtol' function. */
131#undef HAVE_STRTOL
132
133/* Define to 1 if you have the `strtoul' function. */
134#undef HAVE_STRTOUL
135
136/* Define to 1 if you have the <sys/stat.h> header file. */
137#undef HAVE_SYS_STAT_H
138
139/* Define to 1 if you have the <sys/time.h> header file. */
140#undef HAVE_SYS_TIME_H
141
142/* Define to 1 if you have the <sys/types.h> header file. */
143#undef HAVE_SYS_TYPES_H
144
145/* Define to 1 if you have the <unistd.h> header file. */
146#undef HAVE_UNISTD_H
147
148/* Define to 1 if you have the <windows.h> header file. */
149#undef HAVE_WINDOWS_H
150
151/* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
152   (Intel) */
153#undef HOST_BIGENDIAN
154
155/* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
156#undef HOST_FILLORDER
157
158/* Support ISO JBIG compression (requires JBIG-KIT library) */
159#undef JBIG_SUPPORT
160
161/* Support JPEG compression (requires IJG JPEG library) */
162#undef JPEG_SUPPORT
163
164/* Support LogLuv high dynamic range encoding */
165#undef LOGLUV_SUPPORT
166
167/* Define to the sub-directory in which libtool stores uninstalled libraries.
168   */
169#undef LT_OBJDIR
170
171/* Support LZW algorithm */
172#undef LZW_SUPPORT
173
174/* Support Microsoft Document Imaging format */
175#undef MDI_SUPPORT
176
177/* Support NeXT 2-bit RLE algorithm */
178#undef NEXT_SUPPORT
179
180/* Define to 1 if your C compiler doesn't accept -c and -o together. */
181#undef NO_MINUS_C_MINUS_O
182
183/* Support Old JPEG compresson (read-only) */
184#undef OJPEG_SUPPORT
185
186/* Support Macintosh PackBits algorithm */
187#undef PACKBITS_SUPPORT
188
189/* Support Pixar log-format algorithm (requires Zlib) */
190#undef PIXARLOG_SUPPORT
191
192/* Define to necessary symbol if this constant uses a non-standard name on
193   your system. */
194#undef PTHREAD_CREATE_JOINABLE
195
196/* The size of `int', as computed by sizeof. */
197#undef SIZEOF_INT
198
199/* The size of `long', as computed by sizeof. */
200#undef SIZEOF_LONG
201
202/* The size of `signed long', as computed by sizeof. */
203#undef SIZEOF_SIGNED_LONG
204
205/* The size of `signed long long', as computed by sizeof. */
206#undef SIZEOF_SIGNED_LONG_LONG
207
208/* The size of `unsigned long', as computed by sizeof. */
209#undef SIZEOF_UNSIGNED_LONG
210
211/* The size of `unsigned long long', as computed by sizeof. */
212#undef SIZEOF_UNSIGNED_LONG_LONG
213
214/* Define to 1 if you have the ANSI C header files. */
215#undef STDC_HEADERS
216
217/* Support strip chopping (whether or not to convert single-strip uncompressed
218   images to mutiple strips of specified size to reduce memory usage) */
219#undef STRIPCHOP_DEFAULT
220
221/* Default size of the strip in bytes (when strip chopping enabled) */
222#undef STRIP_SIZE_DEFAULT
223
224/* Enable SubIFD tag (330) support */
225#undef SUBIFD_SUPPORT
226
227/* Support ThunderScan 4-bit RLE algorithm */
228#undef THUNDER_SUPPORT
229
230/* Signed 64-bit type formatter */
231#undef TIFF_INT64_FORMAT
232
233/* Signed 64-bit type */
234#undef TIFF_INT64_T
235
236/* Unsigned 64-bit type formatter */
237#undef TIFF_UINT64_FORMAT
238
239/* Unsigned 64-bit type */
240#undef TIFF_UINT64_T
241
242/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
243#undef TIME_WITH_SYS_TIME
244
245/* Define to 1 if your <sys/time.h> declares `struct tm'. */
246#undef TM_IN_SYS_TIME
247
248/* Version number of package */
249#undef VERSION
250
251/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
252   significant byte first (like Motorola and SPARC, unlike Intel). */
253#if defined AC_APPLE_UNIVERSAL_BUILD
254# if defined __BIG_ENDIAN__
255#  define WORDS_BIGENDIAN 1
256# endif
257#else
258# ifndef WORDS_BIGENDIAN
259#  undef WORDS_BIGENDIAN
260# endif
261#endif
262
263/* Define to 1 if the X Window System is missing or not being used. */
264#undef X_DISPLAY_MISSING
265
266/* Support Deflate compression */
267#undef ZIP_SUPPORT
268
269/* Number of bits in a file offset, on hosts where this is settable. */
270#undef _FILE_OFFSET_BITS
271
272/* Define for large files, on AIX-style hosts. */
273#undef _LARGE_FILES
274
275/* Define to empty if `const' does not conform to ANSI C. */
276#undef const
277
278/* Define to `__inline__' or `__inline' if that's what the C compiler
279   calls it, or to nothing if 'inline' is not supported under any name.  */
280#ifndef __cplusplus
281#undef inline
282#endif
283
284/* Define to `long int' if <sys/types.h> does not define. */
285#undef off_t
286
287/* Define to `unsigned int' if <sys/types.h> does not define. */
288#undef size_t
289