1#include <TargetConditionals.h>
2
3/* config.h.  Generated from config.h.in by configure.  */
4/* config.h.in.  Generated from configure.ac by autoheader.  */
5
6/* Version number of bsdcpio */
7#define BSDCPIO_VERSION_STRING "2.8.3"
8
9/* Version number of bsdtar */
10#define BSDTAR_VERSION_STRING "2.8.3"
11
12/* Define to 1 if you have the `acl_create_entry' function. */
13#define HAVE_ACL_CREATE_ENTRY 1
14
15/* Define to 1 if you have the `acl_get_link' function. */
16/* #undef HAVE_ACL_GET_LINK */
17
18/* Define to 1 if you have the `acl_get_link_np' function. */
19#define HAVE_ACL_GET_LINK_NP 1
20
21/* Define to 1 if you have the `acl_get_perm' function. */
22/* #undef HAVE_ACL_GET_PERM */
23
24/* Define to 1 if you have the `acl_get_perm_np' function. */
25#define HAVE_ACL_GET_PERM_NP 1
26
27/* Define to 1 if you have the `acl_init' function. */
28#define HAVE_ACL_INIT 1
29
30/* Define to 1 if you have the <acl/libacl.h> header file. */
31/* #undef HAVE_ACL_LIBACL_H */
32
33/* Define to 1 if the system has the type `acl_permset_t'. */
34#define HAVE_ACL_PERMSET_T 1
35
36/* Define to 1 if you have the `acl_set_fd' function. */
37#define HAVE_ACL_SET_FD 1
38
39/* Define to 1 if you have the `acl_set_fd_np' function. */
40#define HAVE_ACL_SET_FD_NP 1
41
42/* Define to 1 if you have the `acl_set_file' function. */
43#define HAVE_ACL_SET_FILE 1
44
45/* True for systems with POSIX ACL support */
46/* #undef HAVE_ACL_USER */
47
48/* Define to 1 if you have the <attr/xattr.h> header file. */
49/* #undef HAVE_ATTR_XATTR_H */
50
51/* Define to 1 if you have the <bzlib.h> header file. */
52#define HAVE_BZLIB_H 1
53
54/* Define to 1 if you have the `chflags' function. */
55#define HAVE_CHFLAGS 1
56
57/* Define to 1 if you have the `chown' function. */
58#define HAVE_CHOWN 1
59
60/* Define to 1 if you have the `chroot' function. */
61#define HAVE_CHROOT 1
62
63/* Define to 1 if you have the <ctype.h> header file. */
64#define HAVE_CTYPE_H 1
65
66/* Define to 1 if you have the `cygwin_conv_path' function. */
67/* #undef HAVE_CYGWIN_CONV_PATH */
68
69/* Define to 1 if you have the declaration of `INT64_MAX', and to 0 if you
70   don't. */
71#define HAVE_DECL_INT64_MAX 1
72
73/* Define to 1 if you have the declaration of `INT64_MIN', and to 0 if you
74   don't. */
75#define HAVE_DECL_INT64_MIN 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 0
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 <expat.h> header file. */
120/* #undef HAVE_EXPAT_H */
121
122/* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */
123/* #undef HAVE_EXT2FS_EXT2_FS_H */
124
125/* Define to 1 if you have the `extattr_get_file' function. */
126/* #undef HAVE_EXTATTR_GET_FILE */
127
128/* Define to 1 if you have the `extattr_list_file' function. */
129/* #undef HAVE_EXTATTR_LIST_FILE */
130
131/* Define to 1 if you have the `extattr_set_fd' function. */
132/* #undef HAVE_EXTATTR_SET_FD */
133
134/* Define to 1 if you have the `extattr_set_file' function. */
135/* #undef HAVE_EXTATTR_SET_FILE */
136
137/* Define to 1 if you have the `fchdir' function. */
138#define HAVE_FCHDIR 1
139
140/* Define to 1 if you have the `fchflags' function. */
141#define HAVE_FCHFLAGS 1
142
143/* Define to 1 if you have the `fchmod' function. */
144#define HAVE_FCHMOD 1
145
146/* Define to 1 if you have the `fchown' function. */
147#define HAVE_FCHOWN 1
148
149/* Define to 1 if you have the `fcntl' function. */
150#define HAVE_FCNTL 1
151
152/* Define to 1 if you have the <fcntl.h> header file. */
153#define HAVE_FCNTL_H 1
154
155/* Define to 1 if you have the `fork' function. */
156#define HAVE_FORK 1
157
158/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
159#define HAVE_FSEEKO 1
160
161/* Define to 1 if you have the `fsetxattr' function. */
162#define HAVE_FSETXATTR 1
163
164/* Define to 1 if you have the `fstat' function. */
165#define HAVE_FSTAT 1
166
167/* Define to 1 if you have the `ftruncate' function. */
168#define HAVE_FTRUNCATE 1
169
170/* Define to 1 if you have the `futimens' function. */
171/* #undef HAVE_FUTIMENS */
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#define HAVE_GETXATTR 1
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 <io.h> header file. */
195/* #undef HAVE_IO_H */
196
197/* Define to 1 if you have the <langinfo.h> header file. */
198#define HAVE_LANGINFO_H 1
199
200/* Define to 1 if you have the `lchflags' function. */
201#define HAVE_LCHFLAGS 1
202
203/* Define to 1 if you have the `lchmod' function. */
204#define HAVE_LCHMOD 1
205
206/* Define to 1 if you have the `lchown' function. */
207#define HAVE_LCHOWN 1
208
209/* Define to 1 if you have the `lgetxattr' function. */
210/* #undef HAVE_LGETXATTR */
211
212/* Define to 1 if you have the `acl' library (-lacl). */
213/* #undef HAVE_LIBACL */
214
215/* Define to 1 if you have the `attr' library (-lattr). */
216/* #undef HAVE_LIBATTR */
217
218/* Define to 1 if you have the `bz2' library (-lbz2). */
219#define HAVE_LIBBZ2 1
220
221/* Define to 1 if you have the `expat' library (-lexpat). */
222/* #undef HAVE_LIBEXPAT */
223
224/* Define to 1 if you have the `lzma' library (-llzma). */
225#define HAVE_LIBLZMA 1
226
227/* Define to 1 if you have the `lzmadec' library (-llzmadec). */
228/* #undef HAVE_LIBLZMADEC */
229
230/* Define to 1 if you have the `xml2' library (-lxml2). */
231#define HAVE_LIBXML2 1
232
233/* Define to 1 if you have the <libxml/xmlreader.h> header file. */
234#define HAVE_LIBXML_XMLREADER_H 1
235
236/* Define to 1 if you have the `z' library (-lz). */
237#define HAVE_LIBZ 1
238
239/* Define to 1 if you have the <limits.h> header file. */
240#define HAVE_LIMITS_H 1
241
242/* Define to 1 if you have the `link' function. */
243#define HAVE_LINK 1
244
245/* Define to 1 if you have the <linux/fs.h> header file. */
246/* #undef HAVE_LINUX_FS_H */
247
248/* Define to 1 if you have the `listxattr' function. */
249#define HAVE_LISTXATTR 1
250
251/* Define to 1 if you have the `llistxattr' function. */
252/* #undef HAVE_LLISTXATTR */
253
254/* Define to 1 if you have the <locale.h> header file. */
255#define HAVE_LOCALE_H 1
256
257/* Define to 1 if the system has the type `long long int'. */
258#define HAVE_LONG_LONG_INT 1
259
260/* Define to 1 if you have the `lsetxattr' function. */
261/* #undef HAVE_LSETXATTR */
262
263/* Define to 1 if you have the `lstat' function. */
264#define HAVE_LSTAT 1
265
266/* Define to 1 if `lstat' has the bug that it succeeds when given the
267   zero-length file name argument. */
268/* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
269
270/* Define to 1 if you have the `lutimes' function. */
271#define HAVE_LUTIMES 1
272
273/* Define to 1 if you have the <lzmadec.h> header file. */
274/* #undef HAVE_LZMADEC_H */
275
276/* Define to 1 if you have the <lzma.h> header file. */
277#define HAVE_LZMA_H 1
278
279/* Define to 1 if you have the `MD5Init' function. */
280/* #undef HAVE_MD5INIT */
281
282/* Define to 1 if you have the <md5.h> header file. */
283#define HAVE_MD5_H 1
284
285/* Define to 1 if you have the `memmove' function. */
286#define HAVE_MEMMOVE 1
287
288/* Define to 1 if you have the <memory.h> header file. */
289#define HAVE_MEMORY_H 1
290
291/* Define to 1 if you have the `memset' function. */
292#define HAVE_MEMSET 1
293
294/* Define to 1 if you have the `mkdir' function. */
295#define HAVE_MKDIR 1
296
297/* Define to 1 if you have the `mkfifo' function. */
298#define HAVE_MKFIFO 1
299
300/* Define to 1 if you have the `mknod' function. */
301#define HAVE_MKNOD 1
302
303/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
304/* #undef HAVE_NDIR_H */
305
306/* Define to 1 if you have the `nl_langinfo' function. */
307#define HAVE_NL_LANGINFO 1
308
309/* Define to 1 if you have the <openssl/md5.h> header file. */
310/* #undef HAVE_OPENSSL_MD5_H */
311
312/* Define to 1 if you have the <openssl/ripemd.h> header file. */
313/* #undef HAVE_OPENSSL_RIPEMD_H */
314
315/* Define to 1 if your openssl has the `SHA256_Init' function. */
316/* #undef HAVE_OPENSSL_SHA256_INIT */
317
318/* Define to 1 if your openssl has the `SHA384_Init' function. */
319/* #undef HAVE_OPENSSL_SHA384_INIT */
320
321/* Define to 1 if your openssl has the `SHA512_Init' function. */
322/* #undef HAVE_OPENSSL_SHA512_INIT */
323
324/* Define to 1 if you have the <openssl/sha.h> header file. */
325/* #undef HAVE_OPENSSL_SHA_H */
326
327/* Define to 1 if you have the <paths.h> header file. */
328#define HAVE_PATHS_H 1
329
330/* Define to 1 if you have the `pipe' function. */
331#define HAVE_PIPE 1
332
333/* Define to 1 if you have the `poll' function. */
334#define HAVE_POLL 1
335
336/* Define to 1 if you have the <poll.h> header file. */
337#define HAVE_POLL_H 1
338
339/* Define to 1 if you have the <pwd.h> header file. */
340#define HAVE_PWD_H 1
341
342/* Define to 1 if you have the `readlink' function. */
343#define HAVE_READLINK 1
344
345/* Define to 1 if you have the <regex.h> header file. */
346#define HAVE_REGEX_H 1
347
348/* Define to 1 if you have the <ripemd.h> header file. */
349#define HAVE_RIPEMD_H 1
350
351/* Define to 1 if you have the `RMD160Init' function. */
352/* #undef HAVE_RMD160INIT */
353
354/* Define to 1 if you have the <rmd160.h> header file. */
355/* #undef HAVE_RMD160_H */
356
357/* Define to 1 if you have the `select' function. */
358#define HAVE_SELECT 1
359
360/* Define to 1 if you have the `setenv' function. */
361#define HAVE_SETENV 1
362
363/* Define to 1 if you have the `setlocale' function. */
364#define HAVE_SETLOCALE 1
365
366/* Define to 1 if you have the `SHA1Init' function. */
367/* #undef HAVE_SHA1INIT */
368
369/* Define to 1 if you have the <sha1.h> header file. */
370/* #undef HAVE_SHA1_H */
371
372/* Define to 1 if you have the `SHA256Init' function. */
373/* #undef HAVE_SHA256INIT */
374
375/* Define to 1 if you have the <sha256.h> header file. */
376#define HAVE_SHA256_H 1
377
378/* Define to 1 if you have the `SHA256_Init' function. */
379/* #undef HAVE_SHA256_INIT */
380
381/* Define to 1 if you have the <sha2.h> header file. */
382/* #undef HAVE_SHA2_H */
383
384/* Define to 1 if you have the `SHA384Init' function. */
385/* #undef HAVE_SHA384INIT */
386
387/* Define to 1 if you have the `SHA384_Init' function. */
388/* #undef HAVE_SHA384_INIT */
389
390/* Define to 1 if you have the `SHA512Init' function. */
391/* #undef HAVE_SHA512INIT */
392
393/* Define to 1 if you have the `SHA512_Init' function. */
394/* #undef HAVE_SHA512_INIT */
395
396/* Define to 1 if you have the <sha.h> header file. */
397#define HAVE_SHA_H 1
398
399/* Define to 1 if you have the `sigaction' function. */
400#define HAVE_SIGACTION 1
401
402/* Define to 1 if you have the <signal.h> header file. */
403#define HAVE_SIGNAL_H 1
404
405/* Define to 1 if `stat' has the bug that it succeeds when given the
406   zero-length file name argument. */
407/* #undef HAVE_STAT_EMPTY_STRING_BUG */
408
409/* Define to 1 if you have the <stdarg.h> header file. */
410#define HAVE_STDARG_H 1
411
412/* Define to 1 if you have the <stdint.h> header file. */
413#define HAVE_STDINT_H 1
414
415/* Define to 1 if you have the <stdlib.h> header file. */
416#define HAVE_STDLIB_H 1
417
418/* Define to 1 if you have the `strchr' function. */
419#define HAVE_STRCHR 1
420
421/* Define to 1 if you have the `strdup' function. */
422#define HAVE_STRDUP 1
423
424/* Define to 1 if you have the `strerror' function. */
425#define HAVE_STRERROR 1
426
427/* Define to 1 if you have the `strerror_r' function. */
428#define HAVE_STRERROR_R 1
429
430/* Define to 1 if you have the `strftime' function. */
431#define HAVE_STRFTIME 1
432
433/* Define to 1 if you have the <strings.h> header file. */
434#define HAVE_STRINGS_H 1
435
436/* Define to 1 if you have the <string.h> header file. */
437#define HAVE_STRING_H 1
438
439/* Define to 1 if you have the `strncpy_s' function. */
440/* #undef HAVE_STRNCPY_S */
441
442/* Define to 1 if you have the `strrchr' function. */
443#define HAVE_STRRCHR 1
444
445/* Define to 1 if `st_birthtime' is member of `struct stat'. */
446#define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
447
448/* Define to 1 if `st_birthtimespec.tv_nsec' is member of `struct stat'. */
449#define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
450
451/* Define to 1 if `st_blksize' is member of `struct stat'. */
452#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
453
454/* Define to 1 if `st_flags' is member of `struct stat'. */
455#define HAVE_STRUCT_STAT_ST_FLAGS 1
456
457/* Define to 1 if `st_mtimespec.tv_nsec' is member of `struct stat'. */
458#define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
459
460/* Define to 1 if `st_mtime_n' is member of `struct stat'. */
461/* #undef HAVE_STRUCT_STAT_ST_MTIME_N */
462
463/* Define to 1 if `st_mtime_usec' is member of `struct stat'. */
464/* #undef HAVE_STRUCT_STAT_ST_MTIME_USEC */
465
466/* Define to 1 if `st_mtim.tv_nsec' is member of `struct stat'. */
467/* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
468
469/* Define to 1 if `st_umtime' is member of `struct stat'. */
470/* #undef HAVE_STRUCT_STAT_ST_UMTIME */
471
472/* Define to 1 if you have the `symlink' function. */
473#define HAVE_SYMLINK 1
474
475/* Define to 1 if you have the <sys/acl.h> header file. */
476#define HAVE_SYS_ACL_H 1
477
478/* Define to 1 if you have the <sys/cdefs.h> header file. */
479#define HAVE_SYS_CDEFS_H 1
480
481/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
482   */
483/* #undef HAVE_SYS_DIR_H */
484
485/* Define to 1 if you have the <sys/extattr.h> header file. */
486/* #undef HAVE_SYS_EXTATTR_H */
487
488/* Define to 1 if you have the <sys/ioctl.h> header file. */
489#define HAVE_SYS_IOCTL_H 1
490
491/* Define to 1 if you have the <sys/mkdev.h> header file. */
492/* #undef HAVE_SYS_MKDEV_H */
493
494/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
495   */
496/* #undef HAVE_SYS_NDIR_H */
497
498/* Define to 1 if you have the <sys/param.h> header file. */
499#define HAVE_SYS_PARAM_H 1
500
501/* Define to 1 if you have the <sys/poll.h> header file. */
502#define HAVE_SYS_POLL_H 1
503
504/* Define to 1 if you have the <sys/select.h> header file. */
505#define HAVE_SYS_SELECT_H 1
506
507/* Define to 1 if you have the <sys/stat.h> header file. */
508#define HAVE_SYS_STAT_H 1
509
510/* Define to 1 if you have the <sys/time.h> header file. */
511#define HAVE_SYS_TIME_H 1
512
513/* Define to 1 if you have the <sys/types.h> header file. */
514#define HAVE_SYS_TYPES_H 1
515
516/* Define to 1 if you have the <sys/utime.h> header file. */
517/* #undef HAVE_SYS_UTIME_H */
518
519/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
520#define HAVE_SYS_WAIT_H 1
521
522/* Define to 1 if you have the <sys/xattr.h> header file. */
523#define HAVE_SYS_XATTR_H 1
524
525/* Define to 1 if you have the `timegm' function. */
526#define HAVE_TIMEGM 1
527
528/* Define to 1 if you have the <time.h> header file. */
529#define HAVE_TIME_H 1
530
531/* Define to 1 if you have the `tzset' function. */
532#define HAVE_TZSET 1
533
534/* Define to 1 if the system has the type `uintmax_t'. */
535#define HAVE_UINTMAX_T 1
536
537/* Define to 1 if you have the <unistd.h> header file. */
538#define HAVE_UNISTD_H 1
539
540/* Define to 1 if you have the `unsetenv' function. */
541#define HAVE_UNSETENV 1
542
543/* Define to 1 if the system has the type `unsigned long long'. */
544#define HAVE_UNSIGNED_LONG_LONG 1
545
546/* Define to 1 if the system has the type `unsigned long long int'. */
547#define HAVE_UNSIGNED_LONG_LONG_INT 1
548
549/* Define to 1 if you have the `utime' function. */
550#define HAVE_UTIME 1
551
552/* Define to 1 if you have the `utimensat' function. */
553/* #undef HAVE_UTIMENSAT */
554
555/* Define to 1 if you have the `utimes' function. */
556#define HAVE_UTIMES 1
557
558/* Define to 1 if you have the <utime.h> header file. */
559#define HAVE_UTIME_H 1
560
561/* Define to 1 if you have the `vfork' function. */
562#define HAVE_VFORK 1
563
564/* Define to 1 if you have the `vprintf' function. */
565#define HAVE_VPRINTF 1
566
567/* Define to 1 if you have the <wchar.h> header file. */
568#define HAVE_WCHAR_H 1
569
570/* Define to 1 if the system has the type `wchar_t'. */
571#define HAVE_WCHAR_T 1
572
573/* Define to 1 if you have the `wcrtomb' function. */
574/* #undef HAVE_WCRTOMB */
575
576/* Define to 1 if you have the `wcscpy' function. */
577#define HAVE_WCSCPY 1
578
579/* Define to 1 if you have the `wcslen' function. */
580#define HAVE_WCSLEN 1
581
582/* Define to 1 if you have the `wctomb' function. */
583/* #undef HAVE_WCTOMB */
584
585/* Define to 1 if you have the <wctype.h> header file. */
586#define HAVE_WCTYPE_H 1
587
588/* Define to 1 if you have the <windows.h> header file. */
589/* #undef HAVE_WINDOWS_H */
590
591/* Define to 1 if you have the `wmemcmp' function. */
592#define HAVE_WMEMCMP 1
593
594/* Define to 1 if you have the `wmemcpy' function. */
595#define HAVE_WMEMCPY 1
596
597/* Define to 1 if you have the <zlib.h> header file. */
598#define HAVE_ZLIB_H 1
599
600/* Version number of libarchive as a single integer */
601#define LIBARCHIVE_VERSION_NUMBER "2008003"
602
603/* Version number of libarchive */
604#define LIBARCHIVE_VERSION_STRING "2.8.3"
605
606/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
607   slash. */
608/* #undef LSTAT_FOLLOWS_SLASHED_SYMLINK */
609
610/* Define to the sub-directory in which libtool stores uninstalled libraries.
611   */
612#define LT_OBJDIR ".libs/"
613
614/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
615   */
616/* #undef MAJOR_IN_MKDEV */
617
618/* Define to 1 if `major', `minor', and `makedev' are declared in
619   <sysmacros.h>. */
620/* #undef MAJOR_IN_SYSMACROS */
621
622/* Define to 1 if your C compiler doesn't accept -c and -o together. */
623/* #undef NO_MINUS_C_MINUS_O */
624
625/* Name of package */
626#define PACKAGE "libarchive"
627
628/* Define to the address where bug reports for this package should be sent. */
629#define PACKAGE_BUGREPORT "kientzle@freebsd.org"
630
631/* Define to the full name of this package. */
632#define PACKAGE_NAME "libarchive"
633
634/* Define to the full name and version of this package. */
635#define PACKAGE_STRING "libarchive 2.8.3"
636
637/* Define to the one symbol short name of this package. */
638#define PACKAGE_TARNAME "libarchive"
639
640/* Define to the version of this package. */
641#define PACKAGE_VERSION "2.8.3"
642
643/* The size of `wchar_t', as computed by sizeof. */
644#define SIZEOF_WCHAR_T 4
645
646/* Define to 1 if you have the ANSI C header files. */
647#define STDC_HEADERS 1
648
649/* Define to 1 if strerror_r returns char *. */
650/* #undef STRERROR_R_CHAR_P */
651
652/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
653#define TIME_WITH_SYS_TIME 1
654
655/* Version number of package */
656#define VERSION "2.8.3"
657
658/* Define to '0x0500' for Windows 2000 APIs. */
659/* #undef WINVER */
660
661/* Number of bits in a file offset, on hosts where this is settable. */
662/* #undef _FILE_OFFSET_BITS */
663
664/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
665/* #undef _LARGEFILE_SOURCE */
666
667/* Define for large files, on AIX-style hosts. */
668/* #undef _LARGE_FILES */
669
670/* Define to 1 if on MINIX. */
671/* #undef _MINIX */
672
673/* Define to 2 if the system does not provide POSIX.1 features except with
674   this defined. */
675/* #undef _POSIX_1_SOURCE */
676
677/* Define to 1 if you need to in order for `stat' and other things to work. */
678/* #undef _POSIX_SOURCE */
679
680/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
681   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
682   #define below would cause a syntax error. */
683/* #undef _UINT64_T */
684
685/* Define to '0x0500' for Windows 2000 APIs. */
686/* #undef _WIN32_WINNT */
687
688/* Enable extensions on AIX 3, Interix.  */
689#ifndef _ALL_SOURCE
690# define _ALL_SOURCE 1
691#endif
692/* Enable GNU extensions on systems that have them.  */
693#ifndef _GNU_SOURCE
694# define _GNU_SOURCE 1
695#endif
696/* Enable threading extensions on Solaris.  */
697#ifndef _POSIX_PTHREAD_SEMANTICS
698# define _POSIX_PTHREAD_SEMANTICS 1
699#endif
700/* Enable extensions on HP NonStop.  */
701#ifndef _TANDEM_SOURCE
702# define _TANDEM_SOURCE 1
703#endif
704/* Enable general extensions on Solaris.  */
705#ifndef __EXTENSIONS__
706# define __EXTENSIONS__ 1
707#endif
708
709
710/* Define to empty if `const' does not conform to ANSI C. */
711/* #undef const */
712
713/* Define to match typeof st_gid field of struct stat if <sys/types.h> doesn't
714   define. */
715/* #undef gid_t */
716
717/* Define to `unsigned long' if <sys/types.h> does not define. */
718/* #undef id_t */
719
720/* Define to the type of a signed integer type of width exactly 64 bits if
721   such a type exists and the standard includes do not define it. */
722/* #undef int64_t */
723
724/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
725   not define. */
726/* #undef intmax_t */
727
728/* Define to `int' if <sys/types.h> does not define. */
729/* #undef mode_t */
730
731/* Define to `long long' if <sys/types.h> does not define. */
732/* #undef off_t */
733
734/* Define to `unsigned int' if <sys/types.h> does not define. */
735/* #undef size_t */
736
737/* Define to match typeof st_uid field of struct stat if <sys/types.h> doesn't
738   define. */
739/* #undef uid_t */
740
741/* Define to the type of an unsigned integer type of width exactly 64 bits if
742   such a type exists and the standard includes do not define it. */
743/* #undef uint64_t */
744
745/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
746   do not define. */
747/* #undef uintmax_t */
748
749/* Define to `unsigned int' if <sys/types.h> does not define. */
750/* #undef uintptr_t */
751