~sergei.glushchenko/percona-xtrabackup/xb-pprint

« back to all changes in this revision

Viewing changes to src/libarchive/build/cmake/config.h.in

merge parallel compression branch.

Show diffs side-by-side

added added

removed removed

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