Disk ARchive 2.8.1
Full featured and portable backup and archiving tool
config.h
1/* config.h. Generated from config.h.in by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */
3
4/* backtrace() call supported */
5#define BACKTRACE_AVAILABLE 1
6
7/* header and linking is available to have strong encryption works */
8#define CRYPTO_AVAILABLE 1
9
10/* dar and dar_suite version, definition in configure.ac */
11#define DAR_VERSION "2.8.1"
12
13/* if defined, activates support for Extended Attributes */
14#define EA_SUPPORT
15
16/* Define to 1 if translation of program messages to the user's native
17 language is requested. */
18#define ENABLE_NLS 1
19
20/* libthreadar expected major version */
21#define EXPECTED_MAJ_VERSION_THREADAR "1"
22
23/* furtive read mode is available */
24#define FURTIVE_READ_MODE_AVAILABLE 1
25
26/* minimum version expected of GPGME */
27#define GPGME_MIN_VERSION "1.2.0"
28
29/* GPGME is available to support public key based ciphering */
30#define GPGME_SUPPORT 1
31
32/* argon2.h header file availability */
33#define HAVE_ARGON2_H 1
34
35/* Define to 1 if you have the <arpa/inet.h> header file. */
36#define HAVE_ARPA_INET_H 1
37
38/* Define to 1 if you have the <attr/xattr.h> header file. */
39#define HAVE_ATTR_XATTR_H 1
40
41/* bzlib.h header file is available */
42#define HAVE_BZLIB_H 1
43
44/* whether the system has support for POSIX.1e capabilities */
45/* #undef HAVE_CAPABILITIES */
46
47/* Define to 1 if you have the Mac OS X function
48 CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
49/* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
50
51/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
52 the CoreFoundation framework. */
53/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
54
55/* Define to 1 if you have the `ctime_r' function. */
56#define HAVE_CTIME_R 1
57
58/* Define to 1 if you have the <ctype.h> header file. */
59#define HAVE_CTYPE_H 1
60
61/* libcurl.h header file is available */
62#define HAVE_CURL_CURL_H 1
63
64/* Define if the GNU dcgettext() function is already present or preinstalled.
65 */
66#define HAVE_DCGETTEXT 1
67
68/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
69 */
70#define HAVE_DIRENT_H 1
71
72/* Define to 1 if you have the <dlfcn.h> header file. */
73#define HAVE_DLFCN_H 1
74
75/* whether the system has the necessary routine to handle Door files */
76/* #undef HAVE_DOOR */
77
78/* Define to 1 if you have the <errno.h> header file. */
79#define HAVE_ERRNO_H 1
80
81/* Define to 1 if you have the <execinfo.h> header file. */
82#define HAVE_EXECINFO_H 1
83
84/* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */
85#define HAVE_EXT2FS_EXT2_FS_H 1
86
87/* Define to 1 if you have the <fcntl.h> header file. */
88#define HAVE_FCNTL_H 1
89
90/* whether the system provides fdatasync() system call */
91#define HAVE_FDATASYNC 1
92
93/* Define to 1 if you have the `fdopendir' function. */
94#define HAVE_FDOPENDIR 1
95
96/* Define to 1 if your system has a working POSIX `fnmatch' function. */
97#define HAVE_FNMATCH 1
98
99/* Define to 1 if you have the <fnmatch.h> header file. */
100#define HAVE_FNMATCH_H 1
101
102/* Define to 1 if you have the `fork' function. */
103#define HAVE_FORK 1
104
105/* gcrypt.h header file is available */
106#define HAVE_GCRYPT_H 1
107
108/* Define to 1 if you have the `getgrnam_r' function. */
109#define HAVE_GETGRNAM_R 1
110
111/* Define to 1 if you have the <getopt.h> header file. */
112#define HAVE_GETOPT_H 1
113
114/* a getopt() call is declared in <unistd.h> */
115#define HAVE_GETOPT_IN_UNISTD_H 1
116
117/* whether getopt_long() is available */
118#define HAVE_GETOPT_LONG 1
119
120/* a getopt_long() call is declared in <unistd.h> */
121/* #undef HAVE_GETOPT_LONG_IN_UNISTD_H */
122
123/* Define to 1 if you have the `getpwnam_r' function. */
124#define HAVE_GETPWNAM_R 1
125
126/* Define if the GNU gettext() function is already present or preinstalled. */
127#define HAVE_GETTEXT 1
128
129/* Define to 1 if you have the <gpgme.h> header file. */
130#define HAVE_GPGME_H 1
131
132/* Define to 1 if you have the <grp.h> header file. */
133#define HAVE_GRP_H 1
134
135/* Define if you have the iconv() function and it works. */
136#define HAVE_ICONV 1
137
138/* inttypes.h header availability */
139#define HAVE_INTTYPES_H 1
140
141/* Define to 1 if you have the `lchown' function. */
142#define HAVE_LCHOWN 1
143
144/* Define to 1 if you have the `argon2' library (-largon2). */
145#define HAVE_LIBARGON2 1
146
147/* Define to 1 if you have the `attr' library (-lattr). */
148#define HAVE_LIBATTR 1
149
150/* Define to 1 if you have the `bz2' library (-lbz2). */
151#define HAVE_LIBBZ2 1
152
153/* Define to 1 if you have the `c' library (-lc). */
154/* #undef HAVE_LIBC */
155
156/* Define to 1 if you have the `cap' library (-lcap). */
157/* #undef HAVE_LIBCAP */
158
159/* Libcurl library availability */
160#define HAVE_LIBCURL 1
161
162/* Define to 1 if you have the `dl' library (-ldl). */
163#define HAVE_LIBDL 1
164
165/* Define to 1 if you have the `execinfo' library (-lexecinfo). */
166/* #undef HAVE_LIBEXECINFO */
167
168/* Define to 1 if you have the `gcrypt' library (-lgcrypt). */
169#define HAVE_LIBGCRYPT 1
170
171/* Define to 1 if you have the `gnugetopt' library (-lgnugetopt). */
172/* #undef HAVE_LIBGNUGETOPT */
173
174/* Define to 1 if you have the `gpgme' library (-lgpgme). */
175#define HAVE_LIBGPGME 1
176
177/* Define to 1 if you have the `gpg-error' library (-lgpg-error). */
178#define HAVE_LIBGPG_ERROR 1
179
180/* Define to 1 if you have the <libintl.h> header file. */
181#define HAVE_LIBINTL_H 1
182
183/* Define to 1 if you have the `lz4' library (-llz4). */
184#define HAVE_LIBLZ4 1
185
186/* Define to 1 if you have the `lzma' library (-llzma). */
187#define HAVE_LIBLZMA 1
188
189/* Define to 1 if you have the `lzo2' library (-llzo2). */
190#define HAVE_LIBLZO2 1
191
192/* Define to 1 if you have the `nsl' library (-lnsl). */
193/* #undef HAVE_LIBNSL */
194
195/* Define to 1 if you have the `pthread' library (-lpthread). */
196#define HAVE_LIBPTHREAD 1
197
198/* Define to 1 if you have the `rhash' library (-lrhash). */
199#define HAVE_LIBRHASH 1
200
201/* Define to 1 if you have the `rsync' library (-lrsync). */
202#define HAVE_LIBRSYNC 1
203
204/* librsync.h header file is available */
205#define HAVE_LIBRSYNC_H 1
206
207/* Define to 1 if you have the `socket' library (-lsocket). */
208/* #undef HAVE_LIBSOCKET */
209
210/* Libssh library availability */
211#define HAVE_LIBSSH 1
212
213/* libssh.h header file is available */
214#define HAVE_LIBSSH_LIBSSH_H 1
215
216/* Define to 1 if you have the `threadar' library (-lthreadar). */
217/* #undef HAVE_LIBTHREADAR */
218
219/* libthreadar.h header file availability */
220#define HAVE_LIBTHREADAR_LIBTHREADAR_HPP 1
221
222/* Define to 1 if you have the `z' library (-lz). */
223#define HAVE_LIBZ 1
224
225/* Define to 1 if you have the `zstd' library (-lzstd). */
226#define HAVE_LIBZSTD 1
227
228/* Define to 1 if you have the <limits.h> header file. */
229#define HAVE_LIMITS_H 1
230
231/* Define to 1 if you have the <linux/capability.h> header file. */
232#define HAVE_LINUX_CAPABILITY_H 1
233
234/* Define to 1 if you have the <linux/ext2_fs.h> header file. */
235/* #undef HAVE_LINUX_EXT2_FS_H */
236
237/* Define to 1 if you have the `localtime_r' function. */
238#define HAVE_LOCALTIME_R 1
239
240/* Define to 1 if `lstat' has the bug that it succeeds when given the
241 zero-length file name argument. */
242/* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
243
244/* if lutimes() system call is available */
245#define HAVE_LUTIMES 1
246
247/* lz4.h header file is available */
248#define HAVE_LZ4_H 1
249
250/* lzma.h header file is available */
251#define HAVE_LZMA_H 1
252
253/* lzo/lzo1x.h header file is available */
254#define HAVE_LZO_LZO1X_H 1
255
256/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
257 to 0 otherwise. */
258#define HAVE_MALLOC 1
259
260/* Define to 1 if you have the `mkdir' function. */
261#define HAVE_MKDIR 1
262
263/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
264/* #undef HAVE_NDIR_H */
265
266/* Define to 1 if you have the <netinet/in.h> header file. */
267#define HAVE_NETINET_IN_H 1
268
269/* the optreset external variable exists to reset getopt standard call */
270/* #undef HAVE_OPTRESET */
271
272/* whether the system has support for posix_fadvise() */
273#define HAVE_POSIX_FADVISE 1
274
275/* Define to 1 if you have the <pthread.h> header file. */
276#define HAVE_PTHREAD_H 1
277
278/* Define to 1 if you have the <pwd.h> header file. */
279#define HAVE_PWD_H 1
280
281/* Define to 1 if you have the `readdir_r' function. */
282#define HAVE_READDIR_R 1
283
284/* Define to 1 if you have the `regcomp' function. */
285#define HAVE_REGCOMP 1
286
287/* Define to 1 if you have the <regex.h> header file. */
288#define HAVE_REGEX_H 1
289
290/* rhash.h header file is available */
291#define HAVE_RHASH_H 1
292
293/* Define to 1 if you have the `rmdir' function. */
294#define HAVE_RMDIR 1
295
296/* Define to 1 if you have the <signal.h> header file. */
297#define HAVE_SIGNAL_H 1
298
299/* system provides statx() system call, will be used to get inode birthtime on
300 Linux */
301#define HAVE_STATX_SYSCALL 1
302
303/* Define to 1 if `stat' has the bug that it succeeds when given the
304 zero-length file name argument. */
305/* #undef HAVE_STAT_EMPTY_STRING_BUG */
306
307/* Define to 1 if you have the <stddef.h> header file. */
308#define HAVE_STDDEF_H 1
309
310/* Define to 1 if you have the <stdint.h> header file. */
311#define HAVE_STDINT_H 1
312
313/* Define to 1 if you have the <stdio.h> header file. */
314#define HAVE_STDIO_H 1
315
316/* Define to 1 if you have the <stdlib.h> header file. */
317#define HAVE_STDLIB_H 1
318
319/* Define to 1 if you have the `strerror_r' function. */
320#define HAVE_STRERROR_R 1
321
322/* strerror_r() returns a char * */
323#define HAVE_STRERROR_R_CHAR_PTR 1
324
325/* Define to 1 if you have the <strings.h> header file. */
326#define HAVE_STRINGS_H 1
327
328/* Define to 1 if you have the <string.h> header file. */
329#define HAVE_STRING_H 1
330
331/* Define to 1 if `st_rdev' is a member of `struct stat'. */
332#define HAVE_STRUCT_STAT_ST_RDEV 1
333
334/* whether the system provides syncfs() system call */
335#define HAVE_SYNCFS 1
336
337/* Define to 1 if you have the <sys/capability.h> header file. */
338/* #undef HAVE_SYS_CAPABILITY_H */
339
340/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
341 */
342/* #undef HAVE_SYS_DIR_H */
343
344/* Define to 1 if you have the <sys/ioctl.h> header file. */
345#define HAVE_SYS_IOCTL_H 1
346
347/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
348 */
349/* #undef HAVE_SYS_NDIR_H */
350
351/* Define to 1 if you have the <sys/socket.h> header file. */
352#define HAVE_SYS_SOCKET_H 1
353
354/* Define to 1 if you have the <sys/stat.h> header file. */
355#define HAVE_SYS_STAT_H 1
356
357/* Define to 1 if you have the <sys/time.h> header file. */
358#define HAVE_SYS_TIME_H 1
359
360/* Define to 1 if you have the <sys/types.h> header file. */
361#define HAVE_SYS_TYPES_H 1
362
363/* Define to 1 if you have the <sys/un.h> header file. */
364#define HAVE_SYS_UN_H 1
365
366/* Define to 1 if you have the <sys/utsname.h> header file. */
367#define HAVE_SYS_UTSNAME_H 1
368
369/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
370#define HAVE_SYS_WAIT_H 1
371
372/* Define to 1 if you have the <sys/xattr.h> header file. */
373#define HAVE_SYS_XATTR_H 1
374
375/* Define to 1 if you have the <termios.h> header file. */
376#define HAVE_TERMIOS_H 1
377
378/* Define to 1 if you have the <time.h> header file. */
379#define HAVE_TIME_H 1
380
381/* Define to 1 if you have the <unistd.h> header file. */
382#define HAVE_UNISTD_H 1
383
384/* Define to 1 if you have the `utime' function. */
385#define HAVE_UTIME 1
386
387/* Define to 1 if you have the <utimes.h> header file. */
388/* #undef HAVE_UTIMES_H */
389
390/* Define to 1 if you have the <utime.h> header file. */
391#define HAVE_UTIME_H 1
392
393/* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
394#define HAVE_UTIME_NULL 1
395
396/* Define to 1 if you have the `vfork' function. */
397#define HAVE_VFORK 1
398
399/* Define to 1 if you have the <vfork.h> header file. */
400/* #undef HAVE_VFORK_H */
401
402/* Define to 1 if you have the <wchar.h> header file. */
403#define HAVE_WCHAR_H 1
404
405/* Define to 1 if you have the <wctype.h> header file. */
406#define HAVE_WCTYPE_H 1
407
408/* Define to 1 if `fork' works. */
409#define HAVE_WORKING_FORK 1
410
411/* Define to 1 if `vfork' works. */
412#define HAVE_WORKING_VFORK 1
413
414/* zlib.h header file is available */
415#define HAVE_ZLIB_H 1
416
417/* zstd.h header file is available */
418#define HAVE_ZSTD_H 1
419
420/* Define as const if the declaration of iconv() needs const. */
421#define ICONV_CONST
422
423/* when libargon2 could be found and linked against */
424#define LIBARGON2_AVAILABLE 1
425
426/* header and linking is available to have libbz2 functions */
427#define LIBBZ2_AVAILABLE 1
428
429/* libcurl is usable */
430#define LIBCURL_AVAILABLE 1
431
432/* if defined, activates the support for HFS+ create time FSA */
433/* #undef LIBDAR_BIRTHTIME */
434
435/* if defined, builds a very slow executable */
436/* #undef LIBDAR_DEBUG_MEMORY */
437
438/* macro to set the stack size of class inheriting from libthreadar::thread */
439#define LIBDAR_DEFAULT_STACK_SIZE 8*1024*1024
440
441/* activation of speed optimization for large directories */
442#define LIBDAR_FAST_DIR 1
443
444/* if defined, activates the ext2/3 nodump flag feature */
445#define LIBDAR_NODUMP_FEATURE 1
446
447/* if defined, informs the code that no optimization has been used for
448 compilation */
449/* #undef LIBDAR_NO_OPTIMIZATION */
450
451/* value for time accuracy representing an accuracy of 1 microsecond */
452#define LIBDAR_TIME_ACCURACY_MICROSECOND 6
453
454/* value for time accuracy representing an accuracy of 1 nanosecond */
455#define LIBDAR_TIME_ACCURACY_NANOSECOND 9
456
457/* value for time accuracy representing an accuracy of 1 second */
458#define LIBDAR_TIME_ACCURACY_SECOND 0
459
460/* timestamps read accuracy */
461#define LIBDAR_TIME_READ_ACCURACY 9
462
463/* timestamps write accuracy */
464#define LIBDAR_TIME_WRITE_ACCURACY 9
465
466/* headar and linking is available to have liblz4 fonctions */
467#define LIBLZ4_AVAILABLE 1
468
469/* header and linking is available to have liblzma functions */
470#define LIBLZMA_AVAILABLE 1
471
472/* header and linking is available to have lzo functions */
473#define LIBLZO2_AVAILABLE 1
474
475/* librsync is usable */
476#define LIBRSYNC_AVAILABLE 1
477
478/* libssh is usable */
479#define LIBSSH_AVAILABLE 1
480
481/* when libthreadar could be found and linked against */
482#define LIBTHREADAR_AVAILABLE 1
483
484/* libthreadar can emulate barrier feature on MacOS */
485#define LIBTHREADAR_BARRIER_MAC 1
486
487/* libthreadar thread class can set the stack size */
488#define LIBTHREADAR_STACK_FEATURE_AVAILABLE 1
489
490/* header and linking is available to have libzstd functions */
491#define LIBZSTD_AVAILABLE 1
492
493/* header and linking is available to have libz functions */
494#define LIBZ_AVAILABLE 1
495
496/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
497 slash. */
498#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
499
500/* Define to the sub-directory where libtool stores uninstalled libraries. */
501#define LT_OBJDIR ".libs/"
502
503/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
504 */
505/* #undef MAJOR_IN_MKDEV */
506
507/* Define to 1 if `major', `minor', and `makedev' are declared in
508 <sysmacros.h>. */
509#define MAJOR_IN_SYSMACROS 1
510
511/* libzstd minimum major version */
512#define MIN_MAJ_VERSION_ZSTD "1"
513
514/* libthreadar minimal medium version */
515#define MIN_MED_VERSION_THREADAR "5"
516
517/* libthreadar minimal minor version */
518#define MIN_MIN_VERSION_THREADAR "0"
519
520/* libzstd minimum minor version */
521#define MIN_MIN_VERSION_ZSTD "3"
522
523/* libgcrypt minimum version */
524#define MIN_VERSION_GCRYPT "1.4.0"
525
526/* ligcrypt minimum version without hash bug */
527#define MIN_VERSION_GCRYPT_HASH_BUG "1.6.0"
528
529/* Some *_r() stdlib call are missing to permit complete thread-safe support
530 by libdar */
531/* #undef MISSING_REENTRANT_LIBCALL */
532
533/* POSIX mutex (pthread_mutex_t) is available */
534#define MUTEX_WORKS 1
535
536/* if defined, activates support for Mac OS X Extended Attributes */
537/* #undef OSX_EA_SUPPORT */
538
539/* manually set CPU's registers' size */
540/* #undef OS_BITS */
541
542/* Name of package */
543#define PACKAGE "dar"
544
545/* Define to the address where bug reports for this package should be sent. */
546#define PACKAGE_BUGREPORT "http://sourceforge.net/tracker/?group_id=65612&atid=511612"
547
548/* Define to the full name of this package. */
549#define PACKAGE_NAME "DAR"
550
551/* Define to the full name and version of this package. */
552#define PACKAGE_STRING "DAR 2.8.1"
553
554/* Define to the one symbol short name of this package. */
555#define PACKAGE_TARNAME "dar"
556
557/* Define to the home page for this package. */
558#define PACKAGE_URL ""
559
560/* Define to the version of this package. */
561#define PACKAGE_VERSION "2.8.1"
562
563/* header and linking are available for whirlpool/librhash hash to work */
564#define RHASH_AVAILABLE 1
565
566/* The size of `off_t', as computed by sizeof. */
567#define SIZEOF_OFF_T 8
568
569/* The size of `size_t', as computed by sizeof. */
570#define SIZEOF_SIZE_T 8
571
572/* The size of `time_t', as computed by sizeof. */
573#define SIZEOF_TIME_T 8
574
575/* Define to 1 if all of the C90 standard headers exist (not just the ones
576 required in a freestanding environment). This macro is provided for
577 backward compatibility; new code need not use it. */
578#define STDC_HEADERS 1
579
580/* Version number of package */
581#define VERSION "2.8.1"
582
583/* activate makedev(), major() and minor() when _XOPEN_SOURCE is set */
584#define _BSD_SOURCE 1
585
586/* Define on Darwin to activate all library features */
587#define _DARWIN_C_SOURCE 1
588
589/* disabling warning about _BSD_SOURCE to be deprecated */
590#define _DEFAULT_SOURCE 1
591
592/* Number of bits in a file offset, on hosts where this is settable. */
593/* #undef _FILE_OFFSET_BITS */
594
595/* Define on Linux to activate all library features */
596#define _GNU_SOURCE 1
597
598/* Define for large files, on AIX-style hosts. */
599/* #undef _LARGE_FILES */
600
601/* Define on NetBSD to activate all library features */
602#define _NETBSD_SOURCE 1
603
604/* activates POSIX.1-2008 symbols in order to allow microsecond time setting,
605 as well as ctime_r() call */
606#define _XOPEN_SOURCE 700
607
608/* Define on FreeBSD to activate all library features */
609#define __BSD_VISIBLE 1
610
611/* Define to empty if `const' does not conform to ANSI C. */
612/* #undef const */
613
614/* Define to `__inline__' or `__inline' if that's what the C compiler
615 calls it, or to nothing if 'inline' is not supported under any name. */
616#ifndef __cplusplus
617/* #undef inline */
618#endif
619
620/* Define to rpl_malloc if the replacement function should be used. */
621/* #undef malloc */
622
623/* Define to `long int' if <sys/types.h> does not define. */
624/* #undef off_t */
625
626/* Define as a signed integer type capable of holding a process identifier. */
627/* #undef pid_t */
628
629/* Define to `unsigned int' if <sys/types.h> does not define. */
630/* #undef size_t */
631
632/* Define as `fork' if `vfork' does not work. */
633/* #undef vfork */