Merge branch 'vendor/OPENSSL'
[dragonfly.git] / lib / libarchive / config.h
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* Version number of bsdcpio */
5 /* #undef BSDCPIO_VERSION_STRING */
6
7 /* Version number of bsdtar */
8 /* #undef BSDTAR_VERSION_STRING */
9
10 /* Define to 1 if you have the `acl_create_entry' function. */
11 /* #undef HAVE_ACL_CREATE_ENTRY */
12
13 /* Define to 1 if you have the `acl_get_perm' function. */
14 /* #undef HAVE_ACL_GET_PERM */
15
16 /* Define to 1 if you have the `acl_get_perm_np' function. */
17 /* #undef HAVE_ACL_GET_PERM_NP */
18
19 /* Define to 1 if you have the `acl_init' function. */
20 /* #undef HAVE_ACL_INIT */
21
22 /* Define to 1 if you have the <acl/libacl.h> header file. */
23 /* #undef HAVE_ACL_LIBACL_H */
24
25 /* Define to 1 if the system has the type `acl_permset_t'. */
26 /* #undef HAVE_ACL_PERMSET_T */
27
28 /* Define to 1 if you have the `acl_set_fd' function. */
29 /* #undef HAVE_ACL_SET_FD */
30
31 /* Define to 1 if you have the `acl_set_fd_np' function. */
32 /* #undef HAVE_ACL_SET_FD_NP */
33
34 /* Define to 1 if you have the `acl_set_file' function. */
35 /* #undef HAVE_ACL_SET_FILE */
36
37 /* True for systems with POSIX ACL support */
38 #define HAVE_ACL_USER 1
39
40 /* Define to 1 if you have the <attr/xattr.h> header file. */
41 /* #undef HAVE_ATTR_XATTR_H */
42
43 /* Define to 1 if you have the <bzlib.h> header file. */
44 #define HAVE_BZLIB_H 1
45
46 /* Define to 1 if you have the `chflags' function. */
47 #define HAVE_CHFLAGS 1
48
49 /* Define to 1 if you have the `chown' function. */
50 #define HAVE_CHOWN 1
51
52 /* Define to 1 if you have the `chroot' function. */
53 #define HAVE_CHROOT 1
54
55 /* Define to 1 if you have the <ctype.h> header file. */
56 #define HAVE_CTYPE_H 1
57
58 /* Define to 1 if you have the `cygwin_conv_path' function. */
59 /* #undef HAVE_CYGWIN_CONV_PATH */
60
61 /* Define to 1 if you have the declaration of `INT64_MAX', and to 0 if you
62    don't. */
63 #define HAVE_DECL_INT64_MAX 1
64
65 /* Define to 1 if you have the declaration of `INT64_MIN', and to 0 if you
66    don't. */
67 #define HAVE_DECL_INT64_MIN 1
68
69 /* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
70    */
71 #define HAVE_DECL_OPTARG 1
72
73 /* Define to 1 if you have the declaration of `optind', and to 0 if you don't.
74    */
75 #define HAVE_DECL_OPTIND 1
76
77 /* Define to 1 if you have the declaration of `SIZE_MAX', and to 0 if you
78    don't. */
79 #define HAVE_DECL_SIZE_MAX 1
80
81 /* Define to 1 if you have the declaration of `SSIZE_MAX', and to 0 if you
82    don't. */
83 #define HAVE_DECL_SSIZE_MAX 1
84
85 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
86    don't. */
87 #define HAVE_DECL_STRERROR_R 1
88
89 /* Define to 1 if you have the declaration of `UINT32_MAX', and to 0 if you
90    don't. */
91 #define HAVE_DECL_UINT32_MAX 1
92
93 /* Define to 1 if you have the declaration of `UINT64_MAX', and to 0 if you
94    don't. */
95 #define HAVE_DECL_UINT64_MAX 1
96
97 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
98    */
99 #define HAVE_DIRENT_H 1
100
101 /* Define to 1 if you have the <dlfcn.h> header file. */
102 #define HAVE_DLFCN_H 1
103
104 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
105 /* #undef HAVE_DOPRNT */
106
107 /* Define to 1 if nl_langinfo supports D_MD_ORDER */
108 #define HAVE_D_MD_ORDER 1
109
110 /* A possible errno value for invalid file format errors */
111 #define HAVE_EFTYPE 1
112
113 /* A possible errno value for invalid file format errors */
114 #define HAVE_EILSEQ 1
115
116 /* Define to 1 if you have the <errno.h> header file. */
117 #define HAVE_ERRNO_H 1
118
119 /* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */
120 /* #undef HAVE_EXT2FS_EXT2_FS_H */
121
122 /* Define to 1 if you have the `extattr_get_file' function. */
123 #define HAVE_EXTATTR_GET_FILE 1
124
125 /* Define to 1 if you have the `extattr_list_file' function. */
126 /* #undef HAVE_EXTATTR_LIST_FILE */
127
128 /* Define to 1 if you have the `extattr_set_fd' function. */
129 /* #undef HAVE_EXTATTR_SET_FD */
130
131 /* Define to 1 if you have the `extattr_set_file' function. */
132 /* #undef HAVE_EXTATTR_SET_FILE */
133
134 /* Define to 1 if you have the `fchdir' function. */
135 #define HAVE_FCHDIR 1
136
137 /* Define to 1 if you have the `fchflags' function. */
138 #define HAVE_FCHFLAGS 1
139
140 /* Define to 1 if you have the `fchmod' function. */
141 #define HAVE_FCHMOD 1
142
143 /* Define to 1 if you have the `fchown' function. */
144 #define HAVE_FCHOWN 1
145
146 /* Define to 1 if you have the `fcntl' function. */
147 #define HAVE_FCNTL 1
148
149 /* Define to 1 if you have the <fcntl.h> header file. */
150 #define HAVE_FCNTL_H 1
151
152 /* Define to 1 if your system has a working POSIX `fnmatch' function. */
153 #define HAVE_FNMATCH 1
154
155 /* Define to 1 if fnmatch(3) supports the FNM_LEADING_DIR flag */
156 #define HAVE_FNM_LEADING_DIR 1
157
158 /* Define to 1 if you have the `fork' function. */
159 #define HAVE_FORK 1
160
161 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
162 #define HAVE_FSEEKO 1
163
164 /* Define to 1 if you have the `fsetxattr' function. */
165 /* #undef HAVE_FSETXATTR */
166
167 /* Define to 1 if you have the `fstat' function. */
168 #define HAVE_FSTAT 1
169
170 /* Define to 1 if you have the `ftruncate' function. */
171 #define HAVE_FTRUNCATE 1
172
173 /* Define to 1 if you have the `futimes' function. */
174 #define HAVE_FUTIMES 1
175
176 /* Define to 1 if you have the `geteuid' function. */
177 #define HAVE_GETEUID 1
178
179 /* Define to 1 if you have the `getpid' function. */
180 #define HAVE_GETPID 1
181
182 /* Define to 1 if you have the `getxattr' function. */
183 /* #undef HAVE_GETXATTR */
184
185 /* Define to 1 if you have the <grp.h> header file. */
186 #define HAVE_GRP_H 1
187
188 /* Define to 1 if the system has the type `intmax_t'. */
189 #define HAVE_INTMAX_T 1
190
191 /* Define to 1 if you have the <inttypes.h> header file. */
192 #define HAVE_INTTYPES_H 1
193
194 /* Define to 1 if you have the <langinfo.h> header file. */
195 #define HAVE_LANGINFO_H 1
196
197 /* Define to 1 if you have the `lchflags' function. */
198 #define HAVE_LCHFLAGS 1
199
200 /* Define to 1 if you have the `lchmod' function. */
201 #define HAVE_LCHMOD 1
202
203 /* Define to 1 if you have the `lchown' function. */
204 #define HAVE_LCHOWN 1
205
206 /* Define to 1 if you have the `lgetxattr' function. */
207 /* #undef HAVE_LGETXATTR */
208
209 /* Define to 1 if you have the `acl' library (-lacl). */
210 /* #undef HAVE_LIBACL */
211
212 /* Define to 1 if you have the `attr' library (-lattr). */
213 /* #undef HAVE_LIBATTR */
214
215 /* Define to 1 if you have the `bz2' library (-lbz2). */
216 #define HAVE_LIBBZ2 1
217
218 /* Define to 1 if you have the `lzma' library (-llzma). */
219 /* #undef HAVE_LIBLZMA */
220
221 /* Define to 1 if you have the `lzmadec' library (-llzmadec). */
222 /* #undef HAVE_LIBLZMADEC */
223
224 /* Define to 1 if you have the `z' library (-lz). */
225 #define HAVE_LIBZ 1
226
227 /* Define to 1 if you have the <limits.h> header file. */
228 #define HAVE_LIMITS_H 1
229
230 /* Define to 1 if you have the <linux/fs.h> header file. */
231 /* #undef HAVE_LINUX_FS_H */
232
233 /* Define to 1 if you have the `listxattr' function. */
234 /* #undef HAVE_LISTXATTR */
235
236 /* Define to 1 if you have the `llistxattr' function. */
237 /* #undef HAVE_LLISTXATTR */
238
239 /* Define to 1 if you have the <locale.h> header file. */
240 #define HAVE_LOCALE_H 1
241
242 /* Define to 1 if the system has the type `long long int'. */
243 #define HAVE_LONG_LONG_INT 1
244
245 /* Define to 1 if you have the `lsetxattr' function. */
246 /* #undef HAVE_LSETXATTR */
247
248 /* Define to 1 if `lstat' has the bug that it succeeds when given the
249    zero-length file name argument. */
250 /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
251
252 /* Define to 1 if you have the `lutimes' function. */
253 #define HAVE_LUTIMES 1
254
255 /* Define to 1 if you have the <lzmadec.h> header file. */
256 /* #undef HAVE_LZMADEC_H */
257
258 /* Define to 1 if you have the <lzma.h> header file. */
259 /* #undef HAVE_LZMA_H */
260
261 /* Define to 1 if you have the `MD5' functions. */
262 #define HAVE_MD5 1
263
264 /* Define to 1 if you have the <md5.h> header file. */
265 #define HAVE_MD5_H 1
266
267 /* Define to 1 if you have the `memmove' function. */
268 #define HAVE_MEMMOVE 1
269
270 /* Define to 1 if you have the <memory.h> header file. */
271 #define HAVE_MEMORY_H 1
272
273 /* Define to 1 if you have the `memset' function. */
274 #define HAVE_MEMSET 1
275
276 /* Define to 1 if you have the `mkdir' function. */
277 #define HAVE_MKDIR 1
278
279 /* Define to 1 if you have the `mkfifo' function. */
280 #define HAVE_MKFIFO 1
281
282 /* Define to 1 if you have the `mknod' function. */
283 #define HAVE_MKNOD 1
284
285 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
286 /* #undef HAVE_NDIR_H */
287
288 /* Define to 1 if you have the `nl_langinfo' function. */
289 #define HAVE_NL_LANGINFO 1
290
291 /* Define to 1 if you have the <openssl/md5.h> header file. */
292 #define HAVE_OPENSSL_MD5_H 1
293
294 /* Define to 1 if you have the <openssl/ripemd.h> header file. */
295 #define HAVE_OPENSSL_RIPEMD_H 1
296
297 /* Define to 1 if you have the <openssl/sha.h> header file. */
298 #define HAVE_OPENSSL_SHA_H 1
299
300 /* Define to 1 if you have the <paths.h> header file. */
301 #define HAVE_PATHS_H 1
302
303 /* Define to 1 if you have the `pipe' function. */
304 #define HAVE_PIPE 1
305
306 /* Define to 1 if you have the `poll' function. */
307 #define HAVE_POLL 1
308
309 /* Define to 1 if you have the <poll.h> header file. */
310 #define HAVE_POLL_H 1
311
312 /* Define to 1 if you have the <pwd.h> header file. */
313 #define HAVE_PWD_H 1
314
315 /* Define to 1 if you have the `readlink' function. */
316 #define HAVE_READLINK 1
317
318 /* Define to 1 if you have the <regex.h> header file. */
319 #define HAVE_REGEX_H 1
320
321 /* Define to 1 if you have the <ripemd.h> header file. */
322 #define HAVE_RIPEMD_H 1
323
324 /* Define to 1 if you have the `RIPEMD160' functions. */
325 #define HAVE_RMD160 1
326
327 /* Define to 1 if you have the <rmd160.h> header file. */
328 #define HAVE_RMD160_H 1
329
330 /* Define to 1 if you have the `select' function. */
331 #define HAVE_SELECT 1
332
333 /* Define to 1 if you have the `setenv' function. */
334 #define HAVE_SETENV 1
335
336 /* Define to 1 if you have the `setlocale' function. */
337 #define HAVE_SETLOCALE 1
338
339 /* Define to 1 if you have the `SHA1' functions. */
340 #define HAVE_SHA1 1
341
342 /* Define to 1 if you have the <sha1.h> header file. */
343 /* #undef HAVE_SHA1_H */
344
345 /* Define to 1 if you have the `SHA256' functions. */
346 #define HAVE_SHA256 1
347
348 /* Define to 1 if you have the <sha256.h> header file. */
349 #define HAVE_SHA256_H 1
350
351 /* Define to 1 if you have the <sha2.h> header file. */
352 /* #undef HAVE_SHA2_H */
353
354 /* Define to 1 if you have the `SHA384' functions. */
355 #define HAVE_SHA384 1
356
357 /* Define to 1 if you have the `SHA512' functions. */
358 #define HAVE_SHA512 1
359
360 /* Define to 1 if you have the <sha.h> header file. */
361 #define HAVE_SHA_H 1
362
363 /* Define to 1 if you have the <signal.h> header file. */
364 #define HAVE_SIGNAL_H 1
365
366 /* Define to 1 if `stat' has the bug that it succeeds when given the
367    zero-length file name argument. */
368 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
369
370 /* Define to 1 if you have the <stdarg.h> header file. */
371 #define HAVE_STDARG_H 1
372
373 /* Define to 1 if you have the <stdint.h> header file. */
374 #define HAVE_STDINT_H 1
375
376 /* Define to 1 if you have the <stdlib.h> header file. */
377 #define HAVE_STDLIB_H 1
378
379 /* Define to 1 if you have the `strchr' function. */
380 #define HAVE_STRCHR 1
381
382 /* Define to 1 if you have the `strdup' function. */
383 #define HAVE_STRDUP 1
384
385 /* Define to 1 if you have the `strerror' function. */
386 #define HAVE_STRERROR 1
387
388 /* Define to 1 if you have the `strerror_r' function. */
389 #define HAVE_STRERROR_R 1
390
391 /* Define to 1 if you have the `strftime' function. */
392 #define HAVE_STRFTIME 1
393
394 /* Define to 1 if you have the <strings.h> header file. */
395 #define HAVE_STRINGS_H 1
396
397 /* Define to 1 if you have the <string.h> header file. */
398 #define HAVE_STRING_H 1
399
400 /* Define to 1 if you have the `strrchr' function. */
401 #define HAVE_STRRCHR 1
402
403 /* Define to 1 if `st_birthtime' is member of `struct stat'. */
404 /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIME */
405
406 /* Define to 1 if `st_birthtimespec.tv_nsec' is member of `struct stat'. */
407 /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC */
408
409 /* Define to 1 if `st_blksize' is member of `struct stat'. */
410 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
411
412 /* Define to 1 if `st_flags' is member of `struct stat'. */
413 #define HAVE_STRUCT_STAT_ST_FLAGS 1
414
415 /* Define to 1 if `st_mtimespec.tv_nsec' is member of `struct stat'. */
416 #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
417
418 /* Define to 1 if `st_mtime_n' is member of `struct stat'. */
419 /* #undef HAVE_STRUCT_STAT_ST_MTIME_N */
420
421 /* Define to 1 if `st_mtime_usec' is member of `struct stat'. */
422 /* #undef HAVE_STRUCT_STAT_ST_MTIME_USEC */
423
424 /* Define to 1 if `st_mtim.tv_nsec' is member of `struct stat'. */
425 /* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
426
427 /* Define to 1 if `st_umtime' is member of `struct stat'. */
428 /* #undef HAVE_STRUCT_STAT_ST_UMTIME */
429
430 /* Define to 1 if you have the <sys/acl.h> header file. */
431 #define HAVE_SYS_ACL_H 1
432
433 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
434    */
435 /* #undef HAVE_SYS_DIR_H */
436
437 /* Define to 1 if you have the <sys/extattr.h> header file. */
438 #define HAVE_SYS_EXTATTR_H 1
439
440 /* Define to 1 if you have the <sys/ioctl.h> header file. */
441 #define HAVE_SYS_IOCTL_H 1
442
443 /* Define to 1 if you have the <sys/mkdev.h> header file. */
444 /* #undef HAVE_SYS_MKDEV_H */
445
446 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
447    */
448 /* #undef HAVE_SYS_NDIR_H */
449
450 /* Define to 1 if you have the <sys/param.h> header file. */
451 #define HAVE_SYS_PARAM_H 1
452
453 /* Define to 1 if you have the <sys/poll.h> header file. */
454 #define HAVE_SYS_POLL_H 1
455
456 /* Define to 1 if you have the <sys/select.h> header file. */
457 #define HAVE_SYS_SELECT_H 1
458
459 /* Define to 1 if you have the <sys/stat.h> header file. */
460 #define HAVE_SYS_STAT_H 1
461
462 /* Define to 1 if you have the <sys/time.h> header file. */
463 #define HAVE_SYS_TIME_H 1
464
465 /* Define to 1 if you have the <sys/types.h> header file. */
466 #define HAVE_SYS_TYPES_H 1
467
468 /* Define to 1 if you have the <sys/utime.h> header file. */
469 /* #undef HAVE_SYS_UTIME_H */
470
471 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
472 #define HAVE_SYS_WAIT_H 1
473
474 /* Define to 1 if you have the <sys/xattr.h> header file. */
475 /* #undef HAVE_SYS_XATTR_H */
476
477 /* Define to 1 if you have the `timegm' function. */
478 #define HAVE_TIMEGM 1
479
480 /* Define to 1 if you have the <time.h> header file. */
481 #define HAVE_TIME_H 1
482
483 /* Define to 1 if you have the `tzset' function. */
484 #define HAVE_TZSET 1
485
486 /* Define to 1 if the system has the type `uintmax_t'. */
487 #define HAVE_UINTMAX_T 1
488
489 /* Define to 1 if you have the <unistd.h> header file. */
490 #define HAVE_UNISTD_H 1
491
492 /* Define to 1 if you have the `unsetenv' function. */
493 #define HAVE_UNSETENV 1
494
495 /* Define to 1 if the system has the type `unsigned long long'. */
496 #define HAVE_UNSIGNED_LONG_LONG 1
497
498 /* Define to 1 if the system has the type `unsigned long long int'. */
499 #define HAVE_UNSIGNED_LONG_LONG_INT 1
500
501 /* Define to 1 if you have the `utime' function. */
502 #define HAVE_UTIME 1
503
504 /* Define to 1 if you have the `utimes' function. */
505 #define HAVE_UTIMES 1
506
507 /* Define to 1 if you have the <utime.h> header file. */
508 #define HAVE_UTIME_H 1
509
510 /* Define to 1 if you have the `vfork' function. */
511 #define HAVE_VFORK 1
512
513 /* Define to 1 if you have the `vprintf' function. */
514 #define HAVE_VPRINTF 1
515
516 /* Define to 1 if you have the <wchar.h> header file. */
517 #define HAVE_WCHAR_H 1
518
519 /* Define to 1 if the system has the type `wchar_t'. */
520 #define HAVE_WCHAR_T 1
521
522 /* Define to 1 if you have the `wcrtomb' function. */
523 #define HAVE_WCRTOMB 1
524
525 /* Define to 1 if you have the `wcscpy' function. */
526 #define HAVE_WCSCPY 1
527
528 /* Define to 1 if you have the `wcslen' function. */
529 #define HAVE_WCSLEN 1
530
531 /* Define to 1 if you have the `wctomb' function. */
532 #define HAVE_WCTOMB 1
533
534 /* Define to 1 if you have the <wctype.h> header file. */
535 #define HAVE_WCTYPE_H 1
536
537 /* Define to 1 if you have the <windows.h> header file. */
538 /* #undef HAVE_WINDOWS_H */
539
540 /* Define to 1 if you have the `wmemcmp' function. */
541 #define HAVE_WMEMCMP 1
542
543 /* Define to 1 if you have the `wmemcpy' function. */
544 #define HAVE_WMEMCPY 1
545
546 /* Define to 1 if you have the <zlib.h> header file. */
547 #define HAVE_ZLIB_H 1
548
549 /* Version number of libarchive as a single integer */
550 /* #undef LIBARCHIVE_VERSION */
551
552 /* Version number of libarchive */
553 /* #undef LIBARCHIVE_VERSION_STRING */
554
555 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
556    slash. */
557 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
558
559 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
560    */
561 /* #undef MAJOR_IN_MKDEV */
562
563 /* Define to 1 if `major', `minor', and `makedev' are declared in
564    <sysmacros.h>. */
565 /* #undef MAJOR_IN_SYSMACROS */
566
567 /* Define to the generates final MD5 hash function. */
568 /* #undef MD5_Final */
569
570 /* Define to the initializes MD5 context function. */
571 /* #undef MD5_Init */
572
573 /* Define to the updates MD5 context function. */
574 /* #undef MD5_Update */
575
576 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
577 /* #undef NO_MINUS_C_MINUS_O */
578
579 /* Name of package */
580 #define PACKAGE "libarchive"
581
582 /* Define to the address where bug reports for this package should be sent. */
583 #define PACKAGE_BUGREPORT "kientzle@freebsd.org"
584
585 /* Define to the full name of this package. */
586 #define PACKAGE_NAME "libarchive"
587
588 /* Define to the full name and version of this package. */
589 /* #undef PACKAGE_STRING */
590
591 /* Define to the one symbol short name of this package. */
592 #define PACKAGE_TARNAME "libarchive"
593
594 /* Define to the version of this package. */
595 /* #undef PACKAGE_VERSION */
596
597 /* Define to the generates final RIPEMD160 hash function. */
598 /* #undef RIPEMD160_Final */
599
600 /* Define to the initializes RIPEMD160 context function. */
601 /* #undef RIPEMD160_Init */
602
603 /* Define to the updates RIPEMD160 context function. */
604 /* #undef RIPEMD160_Update */
605
606 /* Define to the generates final SHA1 hash function. */
607 /* #undef SHA1_Final */
608
609 /* Define to the initializes SHA1 context function. */
610 /* #undef SHA1_Init */
611
612 /* Define to the updates SHA1 context function. */
613 /* #undef SHA1_Update */
614
615 /* The size of `wchar_t', as computed by sizeof. */
616 #define SIZEOF_WCHAR_T 4
617
618 /* Define to 1 if you have the ANSI C header files. */
619 #define STDC_HEADERS 1
620
621 /* Define to 1 if strerror_r returns char *. */
622 /* #undef STRERROR_R_CHAR_P */
623
624 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
625 #define TIME_WITH_SYS_TIME 1
626
627 /* Version number of package */
628 /* #undef VERSION */
629
630 /* Number of bits in a file offset, on hosts where this is settable. */
631 /* #undef _FILE_OFFSET_BITS */
632
633 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
634 /* #undef _LARGEFILE_SOURCE */
635
636 /* Define for large files, on AIX-style hosts. */
637 /* #undef _LARGE_FILES */
638
639 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
640    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
641    #define below would cause a syntax error. */
642 /* #undef _UINT64_T */
643
644 /* Define to empty if `const' does not conform to ANSI C. */
645 /* #undef const */
646
647 /* Define to `int' if <sys/types.h> doesn't define. */
648 /* #undef gid_t */
649
650 /* Define to `unsigned long' if <sys/types.h> does not define. */
651 /* #undef id_t */
652
653 /* Define to the type of a signed integer type of width exactly 64 bits if
654    such a type exists and the standard includes do not define it. */
655 /* #undef int64_t */
656
657 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
658    not define. */
659 /* #undef intmax_t */
660
661 /* Define to `int' if <sys/types.h> does not define. */
662 /* #undef mode_t */
663
664 /* Define to `long long' if <sys/types.h> does not define. */
665 /* #undef off_t */
666
667 /* Define to `unsigned int' if <sys/types.h> does not define. */
668 /* #undef size_t */
669
670 /* Define to `int' if <sys/types.h> doesn't define. */
671 /* #undef uid_t */
672
673 /* Define to the type of an unsigned integer type of width exactly 64 bits if
674    such a type exists and the standard includes do not define it. */
675 /* #undef uint64_t */
676
677 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
678    do not define. */
679 /* #undef uintmax_t */
680
681 /* Define to `unsigned int' if <sys/types.h> does not define. */
682 /* #undef uintptr_t */