Disk ARchive
2.8.3
Full featured and portable backup and archiving tool
Loading...
Searching...
No Matches
build-main
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.3"
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
/* #undef HAVE_ATTR_XATTR_H */
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
#define HAVE_CAPABILITIES 1
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
/* #undef HAVE_LIBATTR */
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
#define HAVE_LIBCAP 1
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). */