Skip to content

Latest commit

 

History

History
393 lines (278 loc) · 10.4 KB

tif_config.h

File metadata and controls

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