1/* libtiff/tif_config.h.cmake.in.  Not generated, but originated from autoheader.  */
2/* This file must be kept up-to-date with needed substitutions from libtiff/tif_config.h.in. */
3
4/* Support CCITT Group 3 & 4 algorithms */
5#cmakedefine CCITT_SUPPORT 1
6
7/* Pick up YCbCr subsampling info from the JPEG data stream to support files
8   lacking the tag (default enabled). */
9#cmakedefine CHECK_JPEG_YCBCR_SUBSAMPLING 1
10
11/* enable partial strip reading for large strips (experimental) */
12#cmakedefine CHUNKY_STRIP_READ_SUPPORT 1
13
14/* Support C++ stream API (requires C++ compiler) */
15#cmakedefine CXX_SUPPORT 1
16
17/* enable deferred strip/tile offset/size loading (experimental) */
18#cmakedefine DEFER_STRILE_LOAD 1
19
20/* Define to 1 if you have the <assert.h> header file. */
21#cmakedefine HAVE_ASSERT_H 1
22
23/* Define to 1 if you have the <dlfcn.h> header file. */
24#cmakedefine HAVE_DLFCN_H 1
25
26/* Define to 1 if you have the <fcntl.h> header file. */
27#cmakedefine HAVE_FCNTL_H 1
28
29/* Define to 1 if you have the `floor' function. */
30#cmakedefine HAVE_FLOOR 1
31
32/* Define to 1 if you have the `getopt' function. */
33#cmakedefine HAVE_GETOPT 1
34
35/* Define to 1 if you have the <GLUT/glut.h> header file. */
36#cmakedefine HAVE_GLUT_GLUT_H 1
37
38/* Define to 1 if you have the <GL/glut.h> header file. */
39#cmakedefine HAVE_GL_GLUT_H 1
40
41/* Define to 1 if you have the <GL/glu.h> header file. */
42#cmakedefine HAVE_GL_GLU_H 1
43
44/* Define to 1 if you have the <GL/gl.h> header file. */
45#cmakedefine HAVE_GL_GL_H 1
46
47/* Define to 1 if you have the <inttypes.h> header file. */
48#cmakedefine HAVE_INTTYPES_H 1
49
50/* Define to 1 if you have the <io.h> header file. */
51#cmakedefine HAVE_IO_H 1
52
53/* Define to 1 if you have the `isascii' function. */
54#cmakedefine HAVE_ISASCII 1
55
56/* Define to 1 if you have the `jbg_newlen' function. */
57#cmakedefine HAVE_JBG_NEWLEN 1
58
59/* Define to 1 if you have the `lfind' function. */
60#cmakedefine HAVE_LFIND 1
61
62/* Define to 1 if you have the <limits.h> header file. */
63#cmakedefine HAVE_LIMITS_H 1
64
65/* Define to 1 if you have the <malloc.h> header file. */
66#cmakedefine HAVE_MALLOC_H 1
67
68/* Define to 1 if you have the `memmove' function. */
69#cmakedefine HAVE_MEMMOVE 1
70
71/* Define to 1 if you have the <memory.h> header file. */
72#cmakedefine HAVE_MEMORY_H 1
73
74/* Define to 1 if you have the `memset' function. */
75#cmakedefine HAVE_MEMSET 1
76
77/* Define to 1 if you have the `mmap' function. */
78#cmakedefine HAVE_MMAP 1
79
80/* Define to 1 if you have the <OpenGL/glu.h> header file. */
81#cmakedefine HAVE_OPENGL_GLU_H 1
82
83/* Define to 1 if you have the <OpenGL/gl.h> header file. */
84#cmakedefine HAVE_OPENGL_GL_H 1
85
86/* Define to 1 if you have the `pow' function. */
87#cmakedefine HAVE_POW 1
88
89/* Define to 1 if you have the <search.h> header file. */
90#cmakedefine HAVE_SEARCH_H 1
91
92/* Define to 1 if you have the `setmode' function. */
93#cmakedefine HAVE_SETMODE 1
94
95/* Define to 1 if you have the `snprintf' function. */
96#cmakedefine HAVE_SNPRINTF 1
97
98/* Define to 1 if you have the `sqrt' function. */
99#cmakedefine HAVE_SQRT 1
100
101/* Define to 1 if you have the <stdint.h> header file. */
102#cmakedefine HAVE_STDINT_H 1
103
104/* Define to 1 if you have the `strcasecmp' function. */
105#cmakedefine HAVE_STRCASECMP 1
106
107/* Define to 1 if you have the `strchr' function. */
108#cmakedefine HAVE_STRCHR 1
109
110/* Define to 1 if you have the <strings.h> header file. */
111#cmakedefine HAVE_STRINGS_H 1
112
113/* Define to 1 if you have the <string.h> header file. */
114#cmakedefine HAVE_STRING_H 1
115
116/* Define to 1 if you have the `strrchr' function. */
117#cmakedefine HAVE_STRRCHR 1
118
119/* Define to 1 if you have the `strstr' function. */
120#cmakedefine HAVE_STRSTR 1
121
122/* Define to 1 if you have the `strtol' function. */
123#cmakedefine HAVE_STRTOL 1
124
125/* Define to 1 if you have the `strtoul' function. */
126#cmakedefine HAVE_STRTOUL 1
127
128/* Define to 1 if you have the `strtoull' function. */
129#cmakedefine HAVE_STRTOULL 1
130
131/* Define to 1 if you have the <sys/time.h> header file. */
132#cmakedefine HAVE_SYS_TIME_H 1
133
134/* Define to 1 if you have the <sys/types.h> header file. */
135#cmakedefine HAVE_SYS_TYPES_H 1
136
137/* Define to 1 if you have the <unistd.h> header file. */
138#cmakedefine HAVE_UNISTD_H 1
139
140/* 8/12 bit libjpeg dual mode enabled */
141#cmakedefine JPEG_DUAL_MODE_8_12 1
142
143/* 12bit libjpeg primary include file with path */
144#define LIBJPEG_12_PATH @LIBJPEG_12_PATH@
145
146/* Support LZMA2 compression */
147#cmakedefine LZMA_SUPPORT 1
148
149/* Name of package */
150#define PACKAGE "@PACKAGE_NAME@"
151
152/* Define to the address where bug reports for this package should be sent. */
153#define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
154
155/* Define to the full name of this package. */
156#define PACKAGE_NAME "@PACKAGE_NAME@"
157
158/* Define to the full name and version of this package. */
159#define PACKAGE_STRING "@PACKAGE_STRING@"
160
161/* Define to the one symbol short name of this package. */
162#define PACKAGE_TARNAME "@PACKAGE_TARNAME@"
163
164/* Define to the home page for this package. */
165#define PACKAGE_URL "@PACKAGE_URL@"
166
167/* Define to the version of this package. */
168#define PACKAGE_VERSION "@PACKAGE_VERSION@"
169
170/* The size of `signed int', as computed by sizeof. */
171#define SIZEOF_SIGNED_INT @SIZEOF_SIGNED_INT@
172
173/* The size of `signed long', as computed by sizeof. */
174#define SIZEOF_SIGNED_LONG @SIZEOF_SIGNED_LONG@
175
176/* The size of `signed long long', as computed by sizeof. */
177#define SIZEOF_SIGNED_LONG_LONG @SIZEOF_SIGNED_LONG_LONG@
178
179/* The size of `signed short', as computed by sizeof. */
180#define SIZEOF_SIGNED_SHORT @SIZEOF_SIGNED_SHORT@
181
182/* The size of `unsigned char *', as computed by sizeof. */
183#define SIZEOF_UNSIGNED_CHAR_P @SIZEOF_UNSIGNED_CHAR_P@
184
185/* The size of `unsigned int', as computed by sizeof. */
186#define SIZEOF_UNSIGNED_INT @SIZEOF_UNSIGNED_INT@
187
188/* The size of `unsigned long', as computed by sizeof. */
189#define SIZEOF_UNSIGNED_LONG @SIZEOF_UNSIGNED_LONG@
190
191/* The size of `unsigned long long', as computed by sizeof. */
192#define SIZEOF_UNSIGNED_LONG_LONG @SIZEOF_UNSIGNED_LONG_LONG@
193
194/* The size of `unsigned short', as computed by sizeof. */
195#define SIZEOF_UNSIGNED_SHORT @SIZEOF_UNSIGNED_SHORT@
196
197/* Default size of the strip in bytes (when strip chopping enabled) */
198#define STRIP_SIZE_DEFAULT @STRIP_SIZE_DEFAULT@
199
200/* Signed 32-bit type formatter */
201#define TIFF_INT32_FORMAT "@TIFF_INT32_FORMAT@"
202
203/* Signed 64-bit type formatter */
204#define TIFF_INT64_FORMAT "@TIFF_INT64_FORMAT@"
205
206/* Pointer difference type formatter */
207#define TIFF_PTRDIFF_FORMAT "@TIFF_PTRDIFF_FORMAT@"
208
209/* Unsigned size type formatter */
210#define TIFF_SIZE_FORMAT "@TIFF_SIZE_FORMAT@"
211
212/* Signed size type formatter */
213#define TIFF_SSIZE_FORMAT "@TIFF_SSIZE_FORMAT@"
214
215/* Unsigned 32-bit type formatter */
216#define TIFF_UINT32_FORMAT "@TIFF_UINT32_FORMAT@"
217
218/* Unsigned 64-bit type formatter */
219#define TIFF_UINT64_FORMAT "@TIFF_UINT64_FORMAT@"
220
221/* Unsigned 8-bit type */
222#define TIFF_UINT8_T @TIFF_UINT8_T@
223
224/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
225#undef TIME_WITH_SYS_TIME
226
227/* Define to 1 if your <sys/time.h> declares `struct tm'. */
228#cmakedefine TM_IN_SYS_TIME 1
229
230/* define to use win32 IO system */
231#cmakedefine USE_WIN32_FILEIO 1
232
233/* Version number of package */
234#define VERSION "@PACKAGE_VERSION@"
235
236/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
237   significant byte first (like Motorola and SPARC, unlike Intel). */
238#if defined AC_APPLE_UNIVERSAL_BUILD
239# if defined __BIG_ENDIAN__
240#  define WORDS_BIGENDIAN 1
241# endif
242#else
243# ifndef WORDS_BIGENDIAN
244#  undef WORDS_BIGENDIAN
245# endif
246#endif
247
248/* Number of bits in a file offset, on hosts where this is settable. */
249#define _FILE_OFFSET_BITS @FILE_OFFSET_BITS@
250
251/* Define to `__inline__' or `__inline' if that's what the C compiler
252   calls it, or to nothing if 'inline' is not supported under any name.  */
253#ifndef __cplusplus
254#define inline @INLINE_KEYWORD@
255#endif
256
257/* Define to `long int' if <sys/types.h> does not define. */
258#undef off_t
259
260/* Define to `unsigned int' if <sys/types.h> does not define. */
261#undef size_t
262