tif_config.h
Go to the documentation of this file.
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 #define 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 #define CHECK_JPEG_YCBCR_SUBSAMPLING 1
10 
11 /* enable partial strip reading for large strips (experimental) */
12 /* #undef CHUNKY_STRIP_READ_SUPPORT */
13 
14 /* Support C++ stream API (requires C++ compiler) */
15 /* #undef CXX_SUPPORT */
16 
17 /* enable deferred strip/tile offset/size loading (experimental) */
18 /* #undef DEFER_STRILE_LOAD */
19 
20 /* Define to 1 if you have the <assert.h> header file. */
21 #define HAVE_ASSERT_H 1
22 
23 /* Define to 1 if you have the <dlfcn.h> header file. */
24 #define HAVE_DLFCN_H 1
25 
26 /* Define to 1 if you have the <fcntl.h> header file. */
27 #define HAVE_FCNTL_H 1
28 
29 /* Define to 1 if you have the `getopt' function. */
30 /* #undef HAVE_GETOPT */
31 
32 /* Define to 1 if you have the <GLUT/glut.h> header file. */
33 /* #undef HAVE_GLUT_GLUT_H */
34 
35 /* Define to 1 if you have the <GL/glut.h> header file. */
36 /* #undef HAVE_GL_GLUT_H */
37 
38 /* Define to 1 if you have the <GL/glu.h> header file. */
39 /* #undef HAVE_GL_GLU_H */
40 
41 /* Define to 1 if you have the <GL/gl.h> header file. */
42 /* #undef HAVE_GL_GL_H */
43 
44 /* Define to 1 if you have the <inttypes.h> header file. */
45 #define HAVE_INTTYPES_H 1
46 
47 /* Define to 1 if you have the <io.h> header file. */
48 /* #undef HAVE_IO_H */
49 
50 /* Define to 1 if you have the `jbg_newlen' function. */
51 /* #undef HAVE_JBG_NEWLEN */
52 
53 /* Define to 1 if you have the `lfind' function. */
54 /* #undef HAVE_LFIND */
55 
56 /* Define to 1 if you have the `mmap' function. */
57 #define HAVE_MMAP 1
58 
59 /* Define to 1 if you have the <OpenGL/glu.h> header file. */
60 /* #undef HAVE_OPENGL_GLU_H */
61 
62 /* Define to 1 if you have the <OpenGL/gl.h> header file. */
63 /* #undef HAVE_OPENGL_GL_H */
64 
65 /* Define to 1 if you have the <search.h> header file. */
66 #define HAVE_SEARCH_H 1
67 
68 /* Define to 1 if you have the `setmode' function. */
69 /* #undef HAVE_SETMODE */
70 
71 /* Define to 1 if you have the `snprintf' function. */
72 #define HAVE_SNPRINTF 1
73 
74 /* Define to 1 if you have the <stdint.h> header file. */
75 #define HAVE_STDINT_H 1
76 
77 /* Define to 1 if you have the `strcasecmp' function. */
78 #define HAVE_STRCASECMP 1
79 
80 /* Define to 1 if you have the <strings.h> header file. */
81 #define HAVE_STRINGS_H 1
82 
83 /* Define to 1 if you have the <string.h> header file. */
84 #define HAVE_STRING_H 1
85 
86 /* Define to 1 if you have the `strtol' function. */
87 /* #undef HAVE_STRTOL */
88 
89 /* Define to 1 if you have the `strtoll' function. */
90 /* #undef HAVE_STRTOLL */
91 
92 /* Define to 1 if you have the `strtoul' function. */
93 /* #undef HAVE_STRTOUL */
94 
95 /* Define to 1 if you have the `strtoull' function. */
96 /* #undef HAVE_STRTOULL */
97 
98 /* Define to 1 if you have the <sys/time.h> header file. */
99 /* #undef HAVE_SYS_TIME_H */
100 
101 /* Define to 1 if you have the <sys/types.h> header file. */
102 #define HAVE_SYS_TYPES_H 1
103 
104 /* Define to 1 if you have the <unistd.h> header file. */
105 #define HAVE_UNISTD_H 1
106 
107 /* 8/12 bit libjpeg dual mode enabled */
108 /* #undef JPEG_DUAL_MODE_8_12 */
109 
110 /* 12bit libjpeg primary include file with path */
111 #define LIBJPEG_12_PATH
112 
113 /* Support LZMA2 compression */
114 /* #undef LZMA_SUPPORT */
115 
116 /* Support ZSTD compression */
117 /* #undef ZSTD_SUPPORT */
118 
119 /* Support WEBP compression */
120 /* #undef WEBP_SUPPORT */
121 
122 /* Name of package */
123 #define PACKAGE "LibTIFF Software"
124 
125 /* Define to the address where bug reports for this package should be sent. */
126 #define PACKAGE_BUGREPORT "tiff@lists.maptools.org"
127 
128 /* Define to the full name of this package. */
129 #define PACKAGE_NAME "LibTIFF Software"
130 
131 /* Define to the full name and version of this package. */
132 #define PACKAGE_STRING "LibTIFF Software "
133 
134 /* Define to the one symbol short name of this package. */
135 #define PACKAGE_TARNAME "tiff"
136 
137 /* Define to the home page for this package. */
138 #define PACKAGE_URL ""
139 
140 /* Define to the version of this package. */
141 #define PACKAGE_VERSION ""
142 
143 /* The size of `signed int', as computed by sizeof. */
144 #define SIZEOF_SIGNED_INT 4
145 
146 /* The size of `signed long', as computed by sizeof. */
147 #define SIZEOF_SIGNED_LONG 8
148 
149 /* The size of `signed long long', as computed by sizeof. */
150 #define SIZEOF_SIGNED_LONG_LONG 8
151 
152 /* The size of `unsigned char *', as computed by sizeof. */
153 #define SIZEOF_UNSIGNED_CHAR_P 8
154 
155 /* The size of `unsigned int', as computed by sizeof. */
156 #define SIZEOF_UNSIGNED_INT 4
157 
158 /* The size of `unsigned long', as computed by sizeof. */
159 #define SIZEOF_UNSIGNED_LONG 8
160 
161 /* The size of `unsigned long long', as computed by sizeof. */
162 #define SIZEOF_UNSIGNED_LONG_LONG 8
163 
164 /* The size of `unsigned short', as computed by sizeof. */
165 #define SIZEOF_UNSIGNED_SHORT
166 
167 /* Default size of the strip in bytes (when strip chopping enabled) */
168 #define STRIP_SIZE_DEFAULT 8192
169 
170 /* Signed 32-bit type formatter */
171 #define TIFF_INT32_FORMAT "%d"
172 
173 /* Signed 64-bit type formatter */
174 #define TIFF_INT64_FORMAT "%ld"
175 
176 /* Pointer difference type formatter */
177 #define TIFF_PTRDIFF_FORMAT "%ld"
178 
179 /* Unsigned size type formatter */
180 #define TIFF_SIZE_FORMAT "%lu"
181 
182 /* Signed size type formatter */
183 #define TIFF_SSIZE_FORMAT "%ld"
184 
185 /* Unsigned 32-bit type formatter */
186 #define TIFF_UINT32_FORMAT "%u"
187 
188 /* Unsigned 64-bit type formatter */
189 #define TIFF_UINT64_FORMAT "%lu"
190 
191 /* Unsigned 8-bit type */
192 #define TIFF_UINT8_T unsigned char
193 
194 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
195 #undef TIME_WITH_SYS_TIME
196 
197 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
198 #define TM_IN_SYS_TIME 1
199 
200 /* define to use win32 IO system */
201 /* #undef USE_WIN32_FILEIO */
202 
203 /* Version number of package */
204 #define VERSION ""
205 
206 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
207  significant byte first (like Motorola and SPARC, unlike Intel). */
208 #if defined AC_APPLE_UNIVERSAL_BUILD
209 # if defined __BIG_ENDIAN__
210 # define WORDS_BIGENDIAN 1
211 # endif
212 #else
213 # ifndef WORDS_BIGENDIAN
214 # undef WORDS_BIGENDIAN
215 # endif
216 #endif
217 
218 /* Number of bits in a file offset, on hosts where this is settable. */
219 #define _FILE_OFFSET_BITS 64
220 
221 /* Define to `__inline__' or `__inline' if that's what the C compiler
222  calls it, or to nothing if 'inline' is not supported under any name. */
223 #ifndef __cplusplus
224 #define inline inline
225 #endif
226 
227 /* Define to `long int' if <sys/types.h> does not define. */
228 #undef off_t
229 
230 /* Define to `unsigned int' if <sys/types.h> does not define. */
231 #undef size_t