xref: /netbsd-src/external/bsd/libarchive/include/config_netbsd.h (revision 7c5d5dfda9e9e0dd53b297e9c07bf225d69eec2a)
1fc01aacdSjoerg /* config.h.  Generated from config.h.in by configure.  */
2fc01aacdSjoerg /* config.h.in.  Generated from configure.ac by autoheader.  */
3fc01aacdSjoerg 
4da0c2d9dSjoerg /* Darwin ACL support */
5da0c2d9dSjoerg /* #undef ARCHIVE_ACL_DARWIN */
63c0c4333Sjoerg 
7da0c2d9dSjoerg /* FreeBSD ACL support */
89aa2a9c3Schristos #define ARCHIVE_ACL_FREEBSD 1
93c0c4333Sjoerg 
10da0c2d9dSjoerg /* FreeBSD NFSv4 ACL support */
119aa2a9c3Schristos #define ARCHIVE_ACL_FREEBSD_NFS4 1
123c0c4333Sjoerg 
13da0c2d9dSjoerg /* Linux POSIX.1e ACL support via libacl */
14da0c2d9dSjoerg /* #undef ARCHIVE_ACL_LIBACL */
153c0c4333Sjoerg 
16da0c2d9dSjoerg /* Linux NFSv4 ACL support via librichacl */
17da0c2d9dSjoerg /* #undef ARCHIVE_ACL_LIBRICHACL */
183c0c4333Sjoerg 
19da0c2d9dSjoerg /* Solaris ACL support */
20da0c2d9dSjoerg /* #undef ARCHIVE_ACL_SUNOS */
213c0c4333Sjoerg 
22da0c2d9dSjoerg /* Solaris NFSv4 ACL support */
23da0c2d9dSjoerg /* #undef ARCHIVE_ACL_SUNOS_NFS4 */
243c0c4333Sjoerg 
25da0c2d9dSjoerg /* MD5 via ARCHIVE_CRYPTO_MD5_LIBC supported. */
26da0c2d9dSjoerg #define ARCHIVE_CRYPTO_MD5_LIBC 1
273c0c4333Sjoerg 
28da0c2d9dSjoerg /* MD5 via ARCHIVE_CRYPTO_MD5_LIBMD supported. */
29da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_MD5_LIBMD */
303c0c4333Sjoerg 
31da0c2d9dSjoerg /* MD5 via ARCHIVE_CRYPTO_MD5_LIBSYSTEM supported. */
32da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_MD5_LIBSYSTEM */
333c0c4333Sjoerg 
3497f7d7b6Schristos /* MD5 via ARCHIVE_CRYPTO_MD5_MBEDTLS supported. */
3597f7d7b6Schristos /* #undef ARCHIVE_CRYPTO_MD5_MBEDTLS */
3697f7d7b6Schristos 
37da0c2d9dSjoerg /* MD5 via ARCHIVE_CRYPTO_MD5_NETTLE supported. */
38da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_MD5_NETTLE */
393c0c4333Sjoerg 
40da0c2d9dSjoerg /* MD5 via ARCHIVE_CRYPTO_MD5_OPENSSL supported. */
41da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_MD5_OPENSSL */
423c0c4333Sjoerg 
43da0c2d9dSjoerg /* MD5 via ARCHIVE_CRYPTO_MD5_WIN supported. */
44da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_MD5_WIN */
453c0c4333Sjoerg 
46da0c2d9dSjoerg /* RMD160 via ARCHIVE_CRYPTO_RMD160_LIBC supported. */
47da0c2d9dSjoerg #define ARCHIVE_CRYPTO_RMD160_LIBC 1
483c0c4333Sjoerg 
49da0c2d9dSjoerg /* RMD160 via ARCHIVE_CRYPTO_RMD160_LIBMD supported. */
50da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_RMD160_LIBMD */
513c0c4333Sjoerg 
5297f7d7b6Schristos /* RMD160 via ARCHIVE_CRYPTO_RMD160_MBEDTLS supported. */
5397f7d7b6Schristos /* #undef ARCHIVE_CRYPTO_RMD160_MBEDTLS */
5497f7d7b6Schristos 
55da0c2d9dSjoerg /* RMD160 via ARCHIVE_CRYPTO_RMD160_NETTLE supported. */
56da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_RMD160_NETTLE */
573c0c4333Sjoerg 
58da0c2d9dSjoerg /* RMD160 via ARCHIVE_CRYPTO_RMD160_OPENSSL supported. */
59da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_RMD160_OPENSSL */
603c0c4333Sjoerg 
61da0c2d9dSjoerg /* SHA1 via ARCHIVE_CRYPTO_SHA1_LIBC supported. */
62da0c2d9dSjoerg #define ARCHIVE_CRYPTO_SHA1_LIBC 1
633c0c4333Sjoerg 
64da0c2d9dSjoerg /* SHA1 via ARCHIVE_CRYPTO_SHA1_LIBMD supported. */
65da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA1_LIBMD */
663c0c4333Sjoerg 
67da0c2d9dSjoerg /* SHA1 via ARCHIVE_CRYPTO_SHA1_LIBSYSTEM supported. */
68da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA1_LIBSYSTEM */
693c0c4333Sjoerg 
7097f7d7b6Schristos /* SHA1 via ARCHIVE_CRYPTO_SHA1_MBEDTLS supported. */
7197f7d7b6Schristos /* #undef ARCHIVE_CRYPTO_SHA1_MBEDTLS */
7297f7d7b6Schristos 
73da0c2d9dSjoerg /* SHA1 via ARCHIVE_CRYPTO_SHA1_NETTLE supported. */
74da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA1_NETTLE */
753c0c4333Sjoerg 
76da0c2d9dSjoerg /* SHA1 via ARCHIVE_CRYPTO_SHA1_OPENSSL supported. */
77da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA1_OPENSSL */
783c0c4333Sjoerg 
79da0c2d9dSjoerg /* SHA1 via ARCHIVE_CRYPTO_SHA1_WIN supported. */
80da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA1_WIN */
81da0c2d9dSjoerg 
82da0c2d9dSjoerg /* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC supported. */
83da0c2d9dSjoerg #define ARCHIVE_CRYPTO_SHA256_LIBC 1
84da0c2d9dSjoerg 
85da0c2d9dSjoerg /* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC2 supported. */
86da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA256_LIBC2 */
87da0c2d9dSjoerg 
88da0c2d9dSjoerg /* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC3 supported. */
89da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA256_LIBC3 */
90da0c2d9dSjoerg 
91da0c2d9dSjoerg /* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBMD supported. */
92da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA256_LIBMD */
93da0c2d9dSjoerg 
94da0c2d9dSjoerg /* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBSYSTEM supported. */
95da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA256_LIBSYSTEM */
96da0c2d9dSjoerg 
9797f7d7b6Schristos /* SHA256 via ARCHIVE_CRYPTO_SHA256_MBEDTLS supported. */
9897f7d7b6Schristos /* #undef ARCHIVE_CRYPTO_SHA256_MBEDTLS */
9997f7d7b6Schristos 
100da0c2d9dSjoerg /* SHA256 via ARCHIVE_CRYPTO_SHA256_NETTLE supported. */
101da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA256_NETTLE */
102da0c2d9dSjoerg 
103da0c2d9dSjoerg /* SHA256 via ARCHIVE_CRYPTO_SHA256_OPENSSL supported. */
104da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA256_OPENSSL */
105da0c2d9dSjoerg 
106da0c2d9dSjoerg /* SHA256 via ARCHIVE_CRYPTO_SHA256_WIN supported. */
107da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA256_WIN */
108da0c2d9dSjoerg 
109da0c2d9dSjoerg /* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC supported. */
110da0c2d9dSjoerg #define ARCHIVE_CRYPTO_SHA384_LIBC 1
111da0c2d9dSjoerg 
112da0c2d9dSjoerg /* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC2 supported. */
113da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA384_LIBC2 */
114da0c2d9dSjoerg 
115da0c2d9dSjoerg /* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC3 supported. */
116da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA384_LIBC3 */
117da0c2d9dSjoerg 
118da0c2d9dSjoerg /* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBSYSTEM supported. */
119da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA384_LIBSYSTEM */
120da0c2d9dSjoerg 
12197f7d7b6Schristos /* SHA384 via ARCHIVE_CRYPTO_SHA384_MBEDTLS supported. */
12297f7d7b6Schristos /* #undef ARCHIVE_CRYPTO_SHA384_MBEDTLS */
12397f7d7b6Schristos 
124da0c2d9dSjoerg /* SHA384 via ARCHIVE_CRYPTO_SHA384_NETTLE supported. */
125da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA384_NETTLE */
126da0c2d9dSjoerg 
127da0c2d9dSjoerg /* SHA384 via ARCHIVE_CRYPTO_SHA384_OPENSSL supported. */
128da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA384_OPENSSL */
129da0c2d9dSjoerg 
130da0c2d9dSjoerg /* SHA384 via ARCHIVE_CRYPTO_SHA384_WIN supported. */
131da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA384_WIN */
132da0c2d9dSjoerg 
133da0c2d9dSjoerg /* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC supported. */
134da0c2d9dSjoerg #define ARCHIVE_CRYPTO_SHA512_LIBC 1
135da0c2d9dSjoerg 
136da0c2d9dSjoerg /* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC2 supported. */
137da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA512_LIBC2 */
138da0c2d9dSjoerg 
139da0c2d9dSjoerg /* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC3 supported. */
140da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA512_LIBC3 */
141da0c2d9dSjoerg 
142da0c2d9dSjoerg /* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBMD supported. */
143da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA512_LIBMD */
144da0c2d9dSjoerg 
145da0c2d9dSjoerg /* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBSYSTEM supported. */
146da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA512_LIBSYSTEM */
147da0c2d9dSjoerg 
14897f7d7b6Schristos /* SHA512 via ARCHIVE_CRYPTO_SHA512_MBEDTLS supported. */
14997f7d7b6Schristos /* #undef ARCHIVE_CRYPTO_SHA512_MBEDTLS */
15097f7d7b6Schristos 
151da0c2d9dSjoerg /* SHA512 via ARCHIVE_CRYPTO_SHA512_NETTLE supported. */
152da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA512_NETTLE */
153da0c2d9dSjoerg 
154da0c2d9dSjoerg /* SHA512 via ARCHIVE_CRYPTO_SHA512_OPENSSL supported. */
155da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA512_OPENSSL */
156da0c2d9dSjoerg 
157da0c2d9dSjoerg /* SHA512 via ARCHIVE_CRYPTO_SHA512_WIN supported. */
158da0c2d9dSjoerg /* #undef ARCHIVE_CRYPTO_SHA512_WIN */
159da0c2d9dSjoerg 
160da0c2d9dSjoerg /* AIX xattr support */
161da0c2d9dSjoerg /* #undef ARCHIVE_XATTR_AIX */
162da0c2d9dSjoerg 
163da0c2d9dSjoerg /* Darwin xattr support */
164da0c2d9dSjoerg /* #undef ARCHIVE_XATTR_DARWIN */
165da0c2d9dSjoerg 
166da0c2d9dSjoerg /* FreeBSD xattr support */
167da0c2d9dSjoerg #define ARCHIVE_XATTR_FREEBSD 1
168da0c2d9dSjoerg 
169da0c2d9dSjoerg /* Linux xattr support */
170da0c2d9dSjoerg /* #undef ARCHIVE_XATTR_LINUX */
171da0c2d9dSjoerg 
172da0c2d9dSjoerg /* Version number of bsdcat */
173ed66d5dbSchristos #define BSDCAT_VERSION_STRING "3.7.7"
1743c0c4333Sjoerg 
175fc01aacdSjoerg /* Version number of bsdcpio */
176ed66d5dbSchristos #define BSDCPIO_VERSION_STRING "3.7.7"
177fc01aacdSjoerg 
178fc01aacdSjoerg /* Version number of bsdtar */
179ed66d5dbSchristos #define BSDTAR_VERSION_STRING "3.7.7"
18097f7d7b6Schristos 
18197f7d7b6Schristos /* Version number of bsdunzip */
182ed66d5dbSchristos #define BSDUNZIP_VERSION_STRING "3.7.7"
183da0c2d9dSjoerg 
184da0c2d9dSjoerg /* Define to 1 if the system has the type `ace_t'. */
185da0c2d9dSjoerg /* #undef HAVE_ACE_T */
186da0c2d9dSjoerg 
187da0c2d9dSjoerg /* Define to 1 if you have the `acl' function. */
188da0c2d9dSjoerg /* #undef HAVE_ACL */
189da0c2d9dSjoerg 
190da0c2d9dSjoerg /* Define to 1 if the system has the type `aclent_t'. */
191da0c2d9dSjoerg /* #undef HAVE_ACLENT_T */
192da0c2d9dSjoerg 
193da0c2d9dSjoerg /* Define to 1 if you have the `acl_add_flag_np' function. */
1949aa2a9c3Schristos #define HAVE_ACL_ADD_FLAG_NP 1
195da0c2d9dSjoerg 
196da0c2d9dSjoerg /* Define to 1 if you have the `acl_add_perm' function. */
1979aa2a9c3Schristos #define HAVE_ACL_ADD_PERM 1
198da0c2d9dSjoerg 
199da0c2d9dSjoerg /* Define to 1 if you have the `acl_clear_flags_np' function. */
2009aa2a9c3Schristos #define HAVE_ACL_CLEAR_FLAGS_NP 1
201da0c2d9dSjoerg 
202da0c2d9dSjoerg /* Define to 1 if you have the `acl_clear_perms' function. */
2039aa2a9c3Schristos #define HAVE_ACL_CLEAR_PERMS 1
204fc01aacdSjoerg 
205fc01aacdSjoerg /* Define to 1 if you have the `acl_create_entry' function. */
2069aa2a9c3Schristos #define HAVE_ACL_CREATE_ENTRY 1
207fc01aacdSjoerg 
208da0c2d9dSjoerg /* Define to 1 if you have the `acl_delete_def_file' function. */
2099aa2a9c3Schristos #define HAVE_ACL_DELETE_DEF_FILE 1
210da0c2d9dSjoerg 
211da0c2d9dSjoerg /* Define to 1 if the system has the type `acl_entry_t'. */
2129aa2a9c3Schristos #define HAVE_ACL_ENTRY_T 1
213da0c2d9dSjoerg 
214da0c2d9dSjoerg /* Define to 1 if you have the `acl_free' function. */
2159aa2a9c3Schristos #define HAVE_ACL_FREE 1
216da0c2d9dSjoerg 
217da0c2d9dSjoerg /* Define to 1 if you have the `acl_get_brand_np' function. */
2189aa2a9c3Schristos #define HAVE_ACL_GET_BRAND_NP 1
219da0c2d9dSjoerg 
220da0c2d9dSjoerg /* Define to 1 if you have the `acl_get_entry' function. */
2219aa2a9c3Schristos #define HAVE_ACL_GET_ENTRY 1
222da0c2d9dSjoerg 
223da0c2d9dSjoerg /* Define to 1 if you have the `acl_get_entry_type_np' function. */
2249aa2a9c3Schristos #define HAVE_ACL_GET_ENTRY_TYPE_NP 1
225da0c2d9dSjoerg 
226da0c2d9dSjoerg /* Define to 1 if you have the `acl_get_fd' function. */
2279aa2a9c3Schristos #define HAVE_ACL_GET_FD 1
228da0c2d9dSjoerg 
229da0c2d9dSjoerg /* Define to 1 if you have the `acl_get_fd_np' function. */
2309aa2a9c3Schristos #define HAVE_ACL_GET_FD_NP 1
231da0c2d9dSjoerg 
232da0c2d9dSjoerg /* Define to 1 if you have the `acl_get_file' function. */
2339aa2a9c3Schristos #define HAVE_ACL_GET_FILE 1
234da0c2d9dSjoerg 
235da0c2d9dSjoerg /* Define to 1 if you have the `acl_get_flagset_np' function. */
2369aa2a9c3Schristos #define HAVE_ACL_GET_FLAGSET_NP 1
237da0c2d9dSjoerg 
238da0c2d9dSjoerg /* Define to 1 if you have the `acl_get_flag_np' function. */
2399aa2a9c3Schristos #define HAVE_ACL_GET_FLAG_NP 1
240966b72abSjoerg 
241966b72abSjoerg /* Define to 1 if you have the `acl_get_link_np' function. */
2429aa2a9c3Schristos #define HAVE_ACL_GET_LINK_NP 1
243966b72abSjoerg 
244fc01aacdSjoerg /* Define to 1 if you have the `acl_get_perm' function. */
245fc01aacdSjoerg /* #undef HAVE_ACL_GET_PERM */
246fc01aacdSjoerg 
247da0c2d9dSjoerg /* Define to 1 if you have the `acl_get_permset' function. */
2489aa2a9c3Schristos #define HAVE_ACL_GET_PERMSET 1
249da0c2d9dSjoerg 
250fc01aacdSjoerg /* Define to 1 if you have the `acl_get_perm_np' function. */
2519aa2a9c3Schristos #define HAVE_ACL_GET_PERM_NP 1
252fc01aacdSjoerg 
253da0c2d9dSjoerg /* Define to 1 if you have the `acl_get_qualifier' function. */
2549aa2a9c3Schristos #define HAVE_ACL_GET_QUALIFIER 1
255da0c2d9dSjoerg 
256da0c2d9dSjoerg /* Define to 1 if you have the `acl_get_tag_type' function. */
2579aa2a9c3Schristos #define HAVE_ACL_GET_TAG_TYPE 1
258da0c2d9dSjoerg 
259fc01aacdSjoerg /* Define to 1 if you have the `acl_init' function. */
2609aa2a9c3Schristos #define HAVE_ACL_INIT 1
261fc01aacdSjoerg 
262da0c2d9dSjoerg /* Define to 1 if you have the `acl_is_trivial_np' function. */
2639aa2a9c3Schristos #define HAVE_ACL_IS_TRIVIAL_NP 1
264da0c2d9dSjoerg 
265966b72abSjoerg /* Define to 1 if you have the <acl/libacl.h> header file. */
266966b72abSjoerg /* #undef HAVE_ACL_LIBACL_H */
267966b72abSjoerg 
268fc01aacdSjoerg /* Define to 1 if the system has the type `acl_permset_t'. */
2699aa2a9c3Schristos #define HAVE_ACL_PERMSET_T 1
270fc01aacdSjoerg 
271da0c2d9dSjoerg /* Define to 1 if you have the `acl_set_entry_type_np' function. */
2729aa2a9c3Schristos #define HAVE_ACL_SET_ENTRY_TYPE_NP 1
273da0c2d9dSjoerg 
274fc01aacdSjoerg /* Define to 1 if you have the `acl_set_fd' function. */
2759aa2a9c3Schristos #define HAVE_ACL_SET_FD 1
276fc01aacdSjoerg 
277fc01aacdSjoerg /* Define to 1 if you have the `acl_set_fd_np' function. */
2789aa2a9c3Schristos #define HAVE_ACL_SET_FD_NP 1
279fc01aacdSjoerg 
280fc01aacdSjoerg /* Define to 1 if you have the `acl_set_file' function. */
2819aa2a9c3Schristos #define HAVE_ACL_SET_FILE 1
282fc01aacdSjoerg 
283da0c2d9dSjoerg /* Define to 1 if you have the `acl_set_link_np' function. */
2849aa2a9c3Schristos #define HAVE_ACL_SET_LINK_NP 1
285da0c2d9dSjoerg 
286da0c2d9dSjoerg /* Define to 1 if you have the `acl_set_qualifier' function. */
2879aa2a9c3Schristos #define HAVE_ACL_SET_QUALIFIER 1
288da0c2d9dSjoerg 
289da0c2d9dSjoerg /* Define to 1 if you have the `acl_set_tag_type' function. */
2909aa2a9c3Schristos #define HAVE_ACL_SET_TAG_TYPE 1
291da0c2d9dSjoerg 
292da0c2d9dSjoerg /* Define to 1 if the system has the type `acl_t'. */
2939aa2a9c3Schristos #define HAVE_ACL_T 1
294da0c2d9dSjoerg 
295da0c2d9dSjoerg /* Define to 1 if the system has the type `acl_tag_t'. */
2969aa2a9c3Schristos #define HAVE_ACL_TAG_T 1
297da0c2d9dSjoerg 
298da0c2d9dSjoerg /* Define to 1 if you have the `arc4random_buf' function. */
299da0c2d9dSjoerg #define HAVE_ARC4RANDOM_BUF 1
300fc01aacdSjoerg 
301fc01aacdSjoerg /* Define to 1 if you have the <attr/xattr.h> header file. */
302fc01aacdSjoerg /* #undef HAVE_ATTR_XATTR_H */
303fc01aacdSjoerg 
304da0c2d9dSjoerg /* Define to 1 if you have the <bcrypt.h> header file. */
305da0c2d9dSjoerg /* #undef HAVE_BCRYPT_H */
306da0c2d9dSjoerg 
307ebb4ff5fSjoerg /* Define to 1 if you have the <blake2.h> header file. */
308ebb4ff5fSjoerg /* #undef HAVE_BLAKE2_H */
309ebb4ff5fSjoerg 
310fc01aacdSjoerg /* Define to 1 if you have the <bzlib.h> header file. */
311fc01aacdSjoerg #define HAVE_BZLIB_H 1
312fc01aacdSjoerg 
313fc01aacdSjoerg /* Define to 1 if you have the `chflags' function. */
314fc01aacdSjoerg #define HAVE_CHFLAGS 1
315fc01aacdSjoerg 
316fc01aacdSjoerg /* Define to 1 if you have the `chown' function. */
317fc01aacdSjoerg #define HAVE_CHOWN 1
318fc01aacdSjoerg 
319fc01aacdSjoerg /* Define to 1 if you have the `chroot' function. */
320fc01aacdSjoerg #define HAVE_CHROOT 1
321fc01aacdSjoerg 
32297f7d7b6Schristos /* cmtime_s function */
32397f7d7b6Schristos /* #undef HAVE_CMTIME_S */
32497f7d7b6Schristos 
325da0c2d9dSjoerg /* Define to 1 if you have the <copyfile.h> header file. */
326da0c2d9dSjoerg /* #undef HAVE_COPYFILE_H */
327da0c2d9dSjoerg 
328da0c2d9dSjoerg /* Define to 1 if you have the `ctime_r' function. */
329da0c2d9dSjoerg #define HAVE_CTIME_R 1
330da0c2d9dSjoerg 
331966b72abSjoerg /* Define to 1 if you have the <ctype.h> header file. */
332966b72abSjoerg #define HAVE_CTYPE_H 1
333966b72abSjoerg 
334966b72abSjoerg /* Define to 1 if you have the `cygwin_conv_path' function. */
335966b72abSjoerg /* #undef HAVE_CYGWIN_CONV_PATH */
336966b72abSjoerg 
337da0c2d9dSjoerg /* Define to 1 if you have the declaration of `ACE_GETACL', and to 0 if you
338da0c2d9dSjoerg    don't. */
339da0c2d9dSjoerg /* #undef HAVE_DECL_ACE_GETACL */
340da0c2d9dSjoerg 
341da0c2d9dSjoerg /* Define to 1 if you have the declaration of `ACE_GETACLCNT', and to 0 if you
342da0c2d9dSjoerg    don't. */
343da0c2d9dSjoerg /* #undef HAVE_DECL_ACE_GETACLCNT */
344da0c2d9dSjoerg 
345da0c2d9dSjoerg /* Define to 1 if you have the declaration of `ACE_SETACL', and to 0 if you
346da0c2d9dSjoerg    don't. */
347da0c2d9dSjoerg /* #undef HAVE_DECL_ACE_SETACL */
348da0c2d9dSjoerg 
349da0c2d9dSjoerg /* Define to 1 if you have the declaration of `ACL_SYNCHRONIZE', and to 0 if
350da0c2d9dSjoerg    you don't. */
3519aa2a9c3Schristos #define HAVE_DECL_ACL_SYNCHRONIZE 1
352da0c2d9dSjoerg 
353da0c2d9dSjoerg /* Define to 1 if you have the declaration of `ACL_TYPE_EXTENDED', and to 0 if
354da0c2d9dSjoerg    you don't. */
3559aa2a9c3Schristos #define HAVE_DECL_ACL_TYPE_EXTENDED 0
356da0c2d9dSjoerg 
357da0c2d9dSjoerg /* Define to 1 if you have the declaration of `ACL_TYPE_NFS4', and to 0 if you
358da0c2d9dSjoerg    don't. */
3599aa2a9c3Schristos #define HAVE_DECL_ACL_TYPE_NFS4 1
360da0c2d9dSjoerg 
361da0c2d9dSjoerg /* Define to 1 if you have the declaration of `ACL_USER', and to 0 if you
362da0c2d9dSjoerg    don't. */
3639aa2a9c3Schristos #define HAVE_DECL_ACL_USER 1
364da0c2d9dSjoerg 
3653c0c4333Sjoerg /* Define to 1 if you have the declaration of `EXTATTR_NAMESPACE_USER', and to
3663c0c4333Sjoerg    0 if you don't. */
3673c0c4333Sjoerg #define HAVE_DECL_EXTATTR_NAMESPACE_USER 1
3683c0c4333Sjoerg 
369da0c2d9dSjoerg /* Define to 1 if you have the declaration of `GETACL', and to 0 if you don't.
370da0c2d9dSjoerg    */
371da0c2d9dSjoerg /* #undef HAVE_DECL_GETACL */
372da0c2d9dSjoerg 
373da0c2d9dSjoerg /* Define to 1 if you have the declaration of `GETACLCNT', and to 0 if you
374da0c2d9dSjoerg    don't. */
375da0c2d9dSjoerg /* #undef HAVE_DECL_GETACLCNT */
376da0c2d9dSjoerg 
377da0c2d9dSjoerg /* Define to 1 if you have the declaration of `INT32_MAX', and to 0 if you
378da0c2d9dSjoerg    don't. */
379da0c2d9dSjoerg #define HAVE_DECL_INT32_MAX 1
380da0c2d9dSjoerg 
381da0c2d9dSjoerg /* Define to 1 if you have the declaration of `INT32_MIN', and to 0 if you
382da0c2d9dSjoerg    don't. */
383da0c2d9dSjoerg #define HAVE_DECL_INT32_MIN 1
384da0c2d9dSjoerg 
385fc01aacdSjoerg /* Define to 1 if you have the declaration of `INT64_MAX', and to 0 if you
386fc01aacdSjoerg    don't. */
387fc01aacdSjoerg #define HAVE_DECL_INT64_MAX 1
388fc01aacdSjoerg 
389fc01aacdSjoerg /* Define to 1 if you have the declaration of `INT64_MIN', and to 0 if you
390fc01aacdSjoerg    don't. */
391fc01aacdSjoerg #define HAVE_DECL_INT64_MIN 1
392fc01aacdSjoerg 
393da0c2d9dSjoerg /* Define to 1 if you have the declaration of `INTMAX_MAX', and to 0 if you
394da0c2d9dSjoerg    don't. */
395da0c2d9dSjoerg #define HAVE_DECL_INTMAX_MAX 1
396da0c2d9dSjoerg 
397da0c2d9dSjoerg /* Define to 1 if you have the declaration of `INTMAX_MIN', and to 0 if you
398da0c2d9dSjoerg    don't. */
399da0c2d9dSjoerg #define HAVE_DECL_INTMAX_MIN 1
400da0c2d9dSjoerg 
401da0c2d9dSjoerg /* Define to 1 if you have the declaration of `SETACL', and to 0 if you don't.
402da0c2d9dSjoerg    */
403da0c2d9dSjoerg /* #undef HAVE_DECL_SETACL */
404da0c2d9dSjoerg 
405fc01aacdSjoerg /* Define to 1 if you have the declaration of `SIZE_MAX', and to 0 if you
406fc01aacdSjoerg    don't. */
407fc01aacdSjoerg #define HAVE_DECL_SIZE_MAX 1
408fc01aacdSjoerg 
409966b72abSjoerg /* Define to 1 if you have the declaration of `SSIZE_MAX', and to 0 if you
410966b72abSjoerg    don't. */
41146c2733fSchristos #define HAVE_DECL_SSIZE_MAX 1
412966b72abSjoerg 
413fc01aacdSjoerg /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
414fc01aacdSjoerg    don't. */
415fc01aacdSjoerg #define HAVE_DECL_STRERROR_R 1
416fc01aacdSjoerg 
417fc01aacdSjoerg /* Define to 1 if you have the declaration of `UINT32_MAX', and to 0 if you
418fc01aacdSjoerg    don't. */
419fc01aacdSjoerg #define HAVE_DECL_UINT32_MAX 1
420fc01aacdSjoerg 
421fc01aacdSjoerg /* Define to 1 if you have the declaration of `UINT64_MAX', and to 0 if you
422fc01aacdSjoerg    don't. */
423fc01aacdSjoerg #define HAVE_DECL_UINT64_MAX 1
424fc01aacdSjoerg 
425da0c2d9dSjoerg /* Define to 1 if you have the declaration of `UINTMAX_MAX', and to 0 if you
426da0c2d9dSjoerg    don't. */
427da0c2d9dSjoerg #define HAVE_DECL_UINTMAX_MAX 1
428da0c2d9dSjoerg 
429da0c2d9dSjoerg /* Define to 1 if you have the declaration of `XATTR_NOFOLLOW', and to 0 if
430da0c2d9dSjoerg    you don't. */
431da0c2d9dSjoerg #define HAVE_DECL_XATTR_NOFOLLOW 0
432da0c2d9dSjoerg 
433fc01aacdSjoerg /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
434fc01aacdSjoerg    */
435fc01aacdSjoerg #define HAVE_DIRENT_H 1
436fc01aacdSjoerg 
437da0c2d9dSjoerg /* Define to 1 if you have a dirfd function or macro */
438da0c2d9dSjoerg #define HAVE_DIRFD 1
439da0c2d9dSjoerg 
440fc01aacdSjoerg /* Define to 1 if you have the <dlfcn.h> header file. */
441fc01aacdSjoerg #define HAVE_DLFCN_H 1
442fc01aacdSjoerg 
443fc01aacdSjoerg /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
444fc01aacdSjoerg /* #undef HAVE_DOPRNT */
445fc01aacdSjoerg 
446fc01aacdSjoerg /* Define to 1 if nl_langinfo supports D_MD_ORDER */
447fc01aacdSjoerg /* #undef HAVE_D_MD_ORDER */
448fc01aacdSjoerg 
449fc01aacdSjoerg /* A possible errno value for invalid file format errors */
450fc01aacdSjoerg #define HAVE_EFTYPE 1
451fc01aacdSjoerg 
452fc01aacdSjoerg /* A possible errno value for invalid file format errors */
453fc01aacdSjoerg #define HAVE_EILSEQ 1
454fc01aacdSjoerg 
455fc01aacdSjoerg /* Define to 1 if you have the <errno.h> header file. */
456fc01aacdSjoerg #define HAVE_ERRNO_H 1
457fc01aacdSjoerg 
458966b72abSjoerg /* Define to 1 if you have the <expat.h> header file. */
45997f7d7b6Schristos /* #undef HAVE_EXPAT_H */
460966b72abSjoerg 
461fc01aacdSjoerg /* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */
462fc01aacdSjoerg /* #undef HAVE_EXT2FS_EXT2_FS_H */
463fc01aacdSjoerg 
464da0c2d9dSjoerg /* Define to 1 if you have the `extattr_get_fd' function. */
465da0c2d9dSjoerg #define HAVE_EXTATTR_GET_FD 1
466da0c2d9dSjoerg 
467966b72abSjoerg /* Define to 1 if you have the `extattr_get_file' function. */
468966b72abSjoerg #define HAVE_EXTATTR_GET_FILE 1
469966b72abSjoerg 
470da0c2d9dSjoerg /* Define to 1 if you have the `extattr_get_link' function. */
471da0c2d9dSjoerg #define HAVE_EXTATTR_GET_LINK 1
472da0c2d9dSjoerg 
473da0c2d9dSjoerg /* Define to 1 if you have the `extattr_list_fd' function. */
474da0c2d9dSjoerg #define HAVE_EXTATTR_LIST_FD 1
475da0c2d9dSjoerg 
476966b72abSjoerg /* Define to 1 if you have the `extattr_list_file' function. */
477966b72abSjoerg #define HAVE_EXTATTR_LIST_FILE 1
478966b72abSjoerg 
479da0c2d9dSjoerg /* Define to 1 if you have the `extattr_list_link' function. */
480da0c2d9dSjoerg #define HAVE_EXTATTR_LIST_LINK 1
481da0c2d9dSjoerg 
482966b72abSjoerg /* Define to 1 if you have the `extattr_set_fd' function. */
483966b72abSjoerg #define HAVE_EXTATTR_SET_FD 1
484966b72abSjoerg 
485da0c2d9dSjoerg /* Define to 1 if you have the `extattr_set_link' function. */
486da0c2d9dSjoerg #define HAVE_EXTATTR_SET_LINK 1
487da0c2d9dSjoerg 
488da0c2d9dSjoerg /* Define to 1 if you have the `facl' function. */
489da0c2d9dSjoerg /* #undef HAVE_FACL */
490966b72abSjoerg 
491fc01aacdSjoerg /* Define to 1 if you have the `fchdir' function. */
492fc01aacdSjoerg #define HAVE_FCHDIR 1
493fc01aacdSjoerg 
494fc01aacdSjoerg /* Define to 1 if you have the `fchflags' function. */
495fc01aacdSjoerg #define HAVE_FCHFLAGS 1
496fc01aacdSjoerg 
497fc01aacdSjoerg /* Define to 1 if you have the `fchmod' function. */
498fc01aacdSjoerg #define HAVE_FCHMOD 1
499fc01aacdSjoerg 
500fc01aacdSjoerg /* Define to 1 if you have the `fchown' function. */
501fc01aacdSjoerg #define HAVE_FCHOWN 1
502fc01aacdSjoerg 
503fc01aacdSjoerg /* Define to 1 if you have the `fcntl' function. */
504fc01aacdSjoerg #define HAVE_FCNTL 1
505fc01aacdSjoerg 
506fc01aacdSjoerg /* Define to 1 if you have the <fcntl.h> header file. */
507fc01aacdSjoerg #define HAVE_FCNTL_H 1
508fc01aacdSjoerg 
509da0c2d9dSjoerg /* Define to 1 if you have the `fdopendir' function. */
510da0c2d9dSjoerg #define HAVE_FDOPENDIR 1
511da0c2d9dSjoerg 
512da0c2d9dSjoerg /* Define to 1 if you have the `fgetea' function. */
513da0c2d9dSjoerg /* #undef HAVE_FGETEA */
514da0c2d9dSjoerg 
515da0c2d9dSjoerg /* Define to 1 if you have the `fgetxattr' function. */
516da0c2d9dSjoerg /* #undef HAVE_FGETXATTR */
517da0c2d9dSjoerg 
518da0c2d9dSjoerg /* Define to 1 if you have the `flistea' function. */
519da0c2d9dSjoerg /* #undef HAVE_FLISTEA */
520da0c2d9dSjoerg 
521da0c2d9dSjoerg /* Define to 1 if you have the `flistxattr' function. */
522da0c2d9dSjoerg /* #undef HAVE_FLISTXATTR */
523da0c2d9dSjoerg 
52497f7d7b6Schristos /* Define to 1 if you have the `fnmatch' function. */
52597f7d7b6Schristos #define HAVE_FNMATCH 1
52697f7d7b6Schristos 
52797f7d7b6Schristos /* Define to 1 if you have the <fnmatch.h> header file. */
52897f7d7b6Schristos #define HAVE_FNMATCH_H 1
52997f7d7b6Schristos 
530fc01aacdSjoerg /* Define to 1 if you have the `fork' function. */
531fc01aacdSjoerg #define HAVE_FORK 1
532fc01aacdSjoerg 
533fc01aacdSjoerg /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
534fc01aacdSjoerg #define HAVE_FSEEKO 1
535fc01aacdSjoerg 
536da0c2d9dSjoerg /* Define to 1 if you have the `fsetea' function. */
537da0c2d9dSjoerg /* #undef HAVE_FSETEA */
538da0c2d9dSjoerg 
539fc01aacdSjoerg /* Define to 1 if you have the `fsetxattr' function. */
540fc01aacdSjoerg /* #undef HAVE_FSETXATTR */
541fc01aacdSjoerg 
542fc01aacdSjoerg /* Define to 1 if you have the `fstat' function. */
543fc01aacdSjoerg #define HAVE_FSTAT 1
544fc01aacdSjoerg 
545da0c2d9dSjoerg /* Define to 1 if you have the `fstatat' function. */
546da0c2d9dSjoerg #define HAVE_FSTATAT 1
547da0c2d9dSjoerg 
548da0c2d9dSjoerg /* Define to 1 if you have the `fstatfs' function. */
549da0c2d9dSjoerg #define HAVE_FSTATFS 1
550da0c2d9dSjoerg 
551da0c2d9dSjoerg /* Define to 1 if you have the `fstatvfs' function. */
552da0c2d9dSjoerg #define HAVE_FSTATVFS 1
553da0c2d9dSjoerg 
554fc01aacdSjoerg /* Define to 1 if you have the `ftruncate' function. */
555fc01aacdSjoerg #define HAVE_FTRUNCATE 1
556fc01aacdSjoerg 
557966b72abSjoerg /* Define to 1 if you have the `futimens' function. */
558da0c2d9dSjoerg #define HAVE_FUTIMENS 1
559966b72abSjoerg 
560fc01aacdSjoerg /* Define to 1 if you have the `futimes' function. */
561fc01aacdSjoerg #define HAVE_FUTIMES 1
562fc01aacdSjoerg 
563da0c2d9dSjoerg /* Define to 1 if you have the `futimesat' function. */
564da0c2d9dSjoerg /* #undef HAVE_FUTIMESAT */
565da0c2d9dSjoerg 
566da0c2d9dSjoerg /* Define to 1 if you have the `getea' function. */
567da0c2d9dSjoerg /* #undef HAVE_GETEA */
568da0c2d9dSjoerg 
569fc01aacdSjoerg /* Define to 1 if you have the `geteuid' function. */
570fc01aacdSjoerg #define HAVE_GETEUID 1
571fc01aacdSjoerg 
5723c0c4333Sjoerg /* Define to 1 if you have the `getgrgid_r' function. */
5733c0c4333Sjoerg #define HAVE_GETGRGID_R 1
5743c0c4333Sjoerg 
5753c0c4333Sjoerg /* Define to 1 if you have the `getgrnam_r' function. */
5763c0c4333Sjoerg #define HAVE_GETGRNAM_R 1
5773c0c4333Sjoerg 
57897f7d7b6Schristos /* Define to 1 if you have the `getline' function. */
57997f7d7b6Schristos #define HAVE_GETLINE 1
58097f7d7b6Schristos 
581fc01aacdSjoerg /* Define to 1 if you have the `getpid' function. */
582fc01aacdSjoerg #define HAVE_GETPID 1
583fc01aacdSjoerg 
5843c0c4333Sjoerg /* Define to 1 if you have the `getpwnam_r' function. */
5853c0c4333Sjoerg #define HAVE_GETPWNAM_R 1
5863c0c4333Sjoerg 
5873c0c4333Sjoerg /* Define to 1 if you have the `getpwuid_r' function. */
5883c0c4333Sjoerg #define HAVE_GETPWUID_R 1
5893c0c4333Sjoerg 
590da0c2d9dSjoerg /* Define to 1 if you have the `getvfsbyname' function. */
591da0c2d9dSjoerg /* #undef HAVE_GETVFSBYNAME */
592da0c2d9dSjoerg 
593fc01aacdSjoerg /* Define to 1 if you have the `getxattr' function. */
594fc01aacdSjoerg /* #undef HAVE_GETXATTR */
595fc01aacdSjoerg 
596da0c2d9dSjoerg /* Define to 1 if you have the `gmtime_r' function. */
597da0c2d9dSjoerg #define HAVE_GMTIME_R 1
598da0c2d9dSjoerg 
59997f7d7b6Schristos /* gmtime_s function */
60097f7d7b6Schristos /* #undef HAVE_GMTIME_S */
60197f7d7b6Schristos 
602fc01aacdSjoerg /* Define to 1 if you have the <grp.h> header file. */
603fc01aacdSjoerg #define HAVE_GRP_H 1
604fc01aacdSjoerg 
605da0c2d9dSjoerg /* Define if you have the iconv() function and it works. */
606da0c2d9dSjoerg #define HAVE_ICONV 1
607da0c2d9dSjoerg 
608da0c2d9dSjoerg /* Define to 1 if you have the <iconv.h> header file. */
609da0c2d9dSjoerg #define HAVE_ICONV_H 1
610da0c2d9dSjoerg 
611fc01aacdSjoerg /* Define to 1 if the system has the type `intmax_t'. */
612fc01aacdSjoerg #define HAVE_INTMAX_T 1
613fc01aacdSjoerg 
614fc01aacdSjoerg /* Define to 1 if you have the <inttypes.h> header file. */
615fc01aacdSjoerg #define HAVE_INTTYPES_H 1
616fc01aacdSjoerg 
617966b72abSjoerg /* Define to 1 if you have the <io.h> header file. */
618966b72abSjoerg /* #undef HAVE_IO_H */
619966b72abSjoerg 
620fc01aacdSjoerg /* Define to 1 if you have the <langinfo.h> header file. */
621fc01aacdSjoerg #define HAVE_LANGINFO_H 1
622fc01aacdSjoerg 
623fc01aacdSjoerg /* Define to 1 if you have the `lchflags' function. */
624fc01aacdSjoerg #define HAVE_LCHFLAGS 1
625fc01aacdSjoerg 
626fc01aacdSjoerg /* Define to 1 if you have the `lchmod' function. */
627fc01aacdSjoerg #define HAVE_LCHMOD 1
628fc01aacdSjoerg 
629fc01aacdSjoerg /* Define to 1 if you have the `lchown' function. */
630fc01aacdSjoerg #define HAVE_LCHOWN 1
631fc01aacdSjoerg 
632da0c2d9dSjoerg /* Define to 1 if you have the `lgetea' function. */
633da0c2d9dSjoerg /* #undef HAVE_LGETEA */
634da0c2d9dSjoerg 
635fc01aacdSjoerg /* Define to 1 if you have the `lgetxattr' function. */
636fc01aacdSjoerg /* #undef HAVE_LGETXATTR */
637fc01aacdSjoerg 
638fc01aacdSjoerg /* Define to 1 if you have the `acl' library (-lacl). */
639fc01aacdSjoerg /* #undef HAVE_LIBACL */
640fc01aacdSjoerg 
641ebb4ff5fSjoerg /* Define to 1 if you have the `b2' library (-lb2). */
642ebb4ff5fSjoerg /* #undef HAVE_LIBB2 */
643ebb4ff5fSjoerg 
644fc01aacdSjoerg /* Define to 1 if you have the `bz2' library (-lbz2). */
645fc01aacdSjoerg #define HAVE_LIBBZ2 1
646fc01aacdSjoerg 
647da0c2d9dSjoerg /* Define to 1 if you have the `charset' library (-lcharset). */
648da0c2d9dSjoerg /* #undef HAVE_LIBCHARSET */
649da0c2d9dSjoerg 
650da0c2d9dSjoerg /* Define to 1 if you have the `crypto' library (-lcrypto). */
65146bb0cb9Skamil #define HAVE_LIBCRYPTO 1
652da0c2d9dSjoerg 
653966b72abSjoerg /* Define to 1 if you have the `expat' library (-lexpat). */
65497f7d7b6Schristos /* #undef HAVE_LIBEXPAT */
655da0c2d9dSjoerg 
656da0c2d9dSjoerg /* Define to 1 if you have the `lz4' library (-llz4). */
657da0c2d9dSjoerg /* #undef HAVE_LIBLZ4 */
658966b72abSjoerg 
659966b72abSjoerg /* Define to 1 if you have the `lzma' library (-llzma). */
6605ca507b9Sjoerg #define HAVE_LIBLZMA 1
661966b72abSjoerg 
662da0c2d9dSjoerg /* Define to 1 if you have the `lzo2' library (-llzo2). */
663da0c2d9dSjoerg /* #undef HAVE_LIBLZO2 */
664da0c2d9dSjoerg 
66597f7d7b6Schristos /* Define to 1 if you have the `mbedcrypto' library (-lmbedcrypto). */
66697f7d7b6Schristos /* #undef HAVE_LIBMBEDCRYPTO */
66797f7d7b6Schristos 
668da0c2d9dSjoerg /* Define to 1 if you have the `md' library (-lmd). */
669da0c2d9dSjoerg /* #undef HAVE_LIBMD */
670da0c2d9dSjoerg 
671da0c2d9dSjoerg /* Define to 1 if you have the `nettle' library (-lnettle). */
672da0c2d9dSjoerg /* #undef HAVE_LIBNETTLE */
673da0c2d9dSjoerg 
674da0c2d9dSjoerg /* Define to 1 if you have the `pcre' library (-lpcre). */
675da0c2d9dSjoerg /* #undef HAVE_LIBPCRE */
676da0c2d9dSjoerg 
67797f7d7b6Schristos /* Define to 1 if you have the `pcre2' library (-lpcre2). */
67897f7d7b6Schristos /* #undef HAVE_LIBPCRE2 */
67997f7d7b6Schristos 
68097f7d7b6Schristos /* Define to 1 if you have the `pcre2-posix' library (-lpcre2-posix). */
68197f7d7b6Schristos /* #undef HAVE_LIBPCRE2_POSIX */
68297f7d7b6Schristos 
683da0c2d9dSjoerg /* Define to 1 if you have the `pcreposix' library (-lpcreposix). */
684da0c2d9dSjoerg /* #undef HAVE_LIBPCREPOSIX */
685da0c2d9dSjoerg 
686da0c2d9dSjoerg /* Define to 1 if you have the `regex' library (-lregex). */
687da0c2d9dSjoerg /* #undef HAVE_LIBREGEX */
688da0c2d9dSjoerg 
689da0c2d9dSjoerg /* Define to 1 if you have the `richacl' library (-lrichacl). */
690da0c2d9dSjoerg /* #undef HAVE_LIBRICHACL */
691966b72abSjoerg 
692966b72abSjoerg /* Define to 1 if you have the `xml2' library (-lxml2). */
693966b72abSjoerg /* #undef HAVE_LIBXML2 */
694966b72abSjoerg 
695966b72abSjoerg /* Define to 1 if you have the <libxml/xmlreader.h> header file. */
696966b72abSjoerg /* #undef HAVE_LIBXML_XMLREADER_H */
697966b72abSjoerg 
698da0c2d9dSjoerg /* Define to 1 if you have the <libxml/xmlwriter.h> header file. */
699da0c2d9dSjoerg /* #undef HAVE_LIBXML_XMLWRITER_H */
700da0c2d9dSjoerg 
701ebb4ff5fSjoerg /* Define to 1 if you have the `zstd' library (-lzstd). */
702*7c5d5dfdSchristos #define HAVE_LIBZSTD 1
703ebb4ff5fSjoerg 
704fc01aacdSjoerg /* Define to 1 if you have the <limits.h> header file. */
705fc01aacdSjoerg #define HAVE_LIMITS_H 1
706fc01aacdSjoerg 
707966b72abSjoerg /* Define to 1 if you have the `link' function. */
708966b72abSjoerg #define HAVE_LINK 1
709966b72abSjoerg 
71097f7d7b6Schristos /* Define to 1 if you have the `linkat' function. */
71197f7d7b6Schristos #define HAVE_LINKAT 1
71297f7d7b6Schristos 
713da0c2d9dSjoerg /* Define to 1 if you have the <linux/fiemap.h> header file. */
714da0c2d9dSjoerg /* #undef HAVE_LINUX_FIEMAP_H */
715da0c2d9dSjoerg 
716fc01aacdSjoerg /* Define to 1 if you have the <linux/fs.h> header file. */
717fc01aacdSjoerg /* #undef HAVE_LINUX_FS_H */
718fc01aacdSjoerg 
719da0c2d9dSjoerg /* Define to 1 if you have the <linux/magic.h> header file. */
720da0c2d9dSjoerg /* #undef HAVE_LINUX_MAGIC_H */
721da0c2d9dSjoerg 
722da0c2d9dSjoerg /* Define to 1 if you have the <linux/types.h> header file. */
723da0c2d9dSjoerg /* #undef HAVE_LINUX_TYPES_H */
724da0c2d9dSjoerg 
725da0c2d9dSjoerg /* Define to 1 if you have the `listea' function. */
726da0c2d9dSjoerg /* #undef HAVE_LISTEA */
727da0c2d9dSjoerg 
728fc01aacdSjoerg /* Define to 1 if you have the `listxattr' function. */
729fc01aacdSjoerg /* #undef HAVE_LISTXATTR */
730fc01aacdSjoerg 
731da0c2d9dSjoerg /* Define to 1 if you have the `llistea' function. */
732da0c2d9dSjoerg /* #undef HAVE_LLISTEA */
733da0c2d9dSjoerg 
734fc01aacdSjoerg /* Define to 1 if you have the `llistxattr' function. */
735fc01aacdSjoerg /* #undef HAVE_LLISTXATTR */
736fc01aacdSjoerg 
737da0c2d9dSjoerg /* Define to 1 if you have the <localcharset.h> header file. */
738da0c2d9dSjoerg /* #undef HAVE_LOCALCHARSET_H */
739da0c2d9dSjoerg 
740da0c2d9dSjoerg /* Define to 1 if you have the `locale_charset' function. */
741da0c2d9dSjoerg /* #undef HAVE_LOCALE_CHARSET */
742da0c2d9dSjoerg 
743fc01aacdSjoerg /* Define to 1 if you have the <locale.h> header file. */
744fc01aacdSjoerg #define HAVE_LOCALE_H 1
745fc01aacdSjoerg 
746da0c2d9dSjoerg /* Define to 1 if you have the `localtime_r' function. */
747da0c2d9dSjoerg #define HAVE_LOCALTIME_R 1
748da0c2d9dSjoerg 
74997f7d7b6Schristos /* localtime_s function */
75097f7d7b6Schristos /* #undef HAVE_LOCALTIME_S */
75197f7d7b6Schristos 
752fc01aacdSjoerg /* Define to 1 if the system has the type `long long int'. */
753fc01aacdSjoerg #define HAVE_LONG_LONG_INT 1
754fc01aacdSjoerg 
755da0c2d9dSjoerg /* Define to 1 if you have the `lsetea' function. */
756da0c2d9dSjoerg /* #undef HAVE_LSETEA */
757da0c2d9dSjoerg 
758fc01aacdSjoerg /* Define to 1 if you have the `lsetxattr' function. */
759fc01aacdSjoerg /* #undef HAVE_LSETXATTR */
760fc01aacdSjoerg 
761966b72abSjoerg /* Define to 1 if you have the `lstat' function. */
762966b72abSjoerg #define HAVE_LSTAT 1
763966b72abSjoerg 
764fc01aacdSjoerg /* Define to 1 if `lstat' has the bug that it succeeds when given the
765fc01aacdSjoerg    zero-length file name argument. */
766fc01aacdSjoerg /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
767fc01aacdSjoerg 
768fc01aacdSjoerg /* Define to 1 if you have the `lutimes' function. */
769fc01aacdSjoerg #define HAVE_LUTIMES 1
770fc01aacdSjoerg 
771da0c2d9dSjoerg /* Define to 1 if you have the <lz4hc.h> header file. */
772da0c2d9dSjoerg /* #undef HAVE_LZ4HC_H */
773da0c2d9dSjoerg 
774da0c2d9dSjoerg /* Define to 1 if you have the <lz4.h> header file. */
775da0c2d9dSjoerg /* #undef HAVE_LZ4_H */
776966b72abSjoerg 
77797f7d7b6Schristos /* Define to 1 if you have the `LZMA_FILTER_ARM64' macro. */
77897f7d7b6Schristos /* #undef HAVE_LZMA_FILTER_ARM64 */
77997f7d7b6Schristos 
780966b72abSjoerg /* Define to 1 if you have the <lzma.h> header file. */
7815ca507b9Sjoerg #define HAVE_LZMA_H 1
782966b72abSjoerg 
783da0c2d9dSjoerg /* Define to 1 if you have the `lzma_stream_encoder_mt' function. */
784da0c2d9dSjoerg #define HAVE_LZMA_STREAM_ENCODER_MT 1
785da0c2d9dSjoerg 
786da0c2d9dSjoerg /* Define to 1 if you have the <lzo/lzo1x.h> header file. */
787da0c2d9dSjoerg /* #undef HAVE_LZO_LZO1X_H */
788da0c2d9dSjoerg 
789da0c2d9dSjoerg /* Define to 1 if you have the <lzo/lzoconf.h> header file. */
790da0c2d9dSjoerg /* #undef HAVE_LZO_LZOCONF_H */
791da0c2d9dSjoerg 
79297f7d7b6Schristos /* Define to 1 if you have the <mbedtls/aes.h> header file. */
79397f7d7b6Schristos /* #undef HAVE_MBEDTLS_AES_H */
79497f7d7b6Schristos 
79597f7d7b6Schristos /* Define to 1 if you have the <mbedtls/md.h> header file. */
79697f7d7b6Schristos /* #undef HAVE_MBEDTLS_MD_H */
79797f7d7b6Schristos 
79897f7d7b6Schristos /* Define to 1 if you have the <mbedtls/pkcs5.h> header file. */
79997f7d7b6Schristos /* #undef HAVE_MBEDTLS_PKCS5_H */
80097f7d7b6Schristos 
801da0c2d9dSjoerg /* Define to 1 if you have the `mbrtowc' function. */
802da0c2d9dSjoerg #define HAVE_MBRTOWC 1
803da0c2d9dSjoerg 
804da0c2d9dSjoerg /* Define to 1 if you have the `mbr_gid_to_uuid' function. */
805da0c2d9dSjoerg /* #undef HAVE_MBR_GID_TO_UUID */
806da0c2d9dSjoerg 
807da0c2d9dSjoerg /* Define to 1 if you have the `mbr_uid_to_uuid' function. */
808da0c2d9dSjoerg /* #undef HAVE_MBR_UID_TO_UUID */
809da0c2d9dSjoerg 
810da0c2d9dSjoerg /* Define to 1 if you have the `mbr_uuid_to_id' function. */
811da0c2d9dSjoerg /* #undef HAVE_MBR_UUID_TO_ID */
812da0c2d9dSjoerg 
813da0c2d9dSjoerg /* Define to 1 if you have the <md5.h> header file. */
814da0c2d9dSjoerg #define HAVE_MD5_H 1
815da0c2d9dSjoerg 
816da0c2d9dSjoerg /* Define to 1 if you have the <membership.h> header file. */
817da0c2d9dSjoerg /* #undef HAVE_MEMBERSHIP_H */
818da0c2d9dSjoerg 
819fc01aacdSjoerg /* Define to 1 if you have the `memmove' function. */
820fc01aacdSjoerg #define HAVE_MEMMOVE 1
821fc01aacdSjoerg 
822fc01aacdSjoerg /* Define to 1 if you have the `memset' function. */
823fc01aacdSjoerg #define HAVE_MEMSET 1
824fc01aacdSjoerg 
82597f7d7b6Schristos /* Define to 1 if you have the <minix/config.h> header file. */
82697f7d7b6Schristos /* #undef HAVE_MINIX_CONFIG_H */
82797f7d7b6Schristos 
828fc01aacdSjoerg /* Define to 1 if you have the `mkdir' function. */
829fc01aacdSjoerg #define HAVE_MKDIR 1
830fc01aacdSjoerg 
831fc01aacdSjoerg /* Define to 1 if you have the `mkfifo' function. */
832fc01aacdSjoerg #define HAVE_MKFIFO 1
833fc01aacdSjoerg 
834fc01aacdSjoerg /* Define to 1 if you have the `mknod' function. */
835fc01aacdSjoerg #define HAVE_MKNOD 1
836fc01aacdSjoerg 
837da0c2d9dSjoerg /* Define to 1 if you have the `mkstemp' function. */
838da0c2d9dSjoerg #define HAVE_MKSTEMP 1
839da0c2d9dSjoerg 
840fc01aacdSjoerg /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
841fc01aacdSjoerg /* #undef HAVE_NDIR_H */
842fc01aacdSjoerg 
843da0c2d9dSjoerg /* Define to 1 if you have the <nettle/aes.h> header file. */
844da0c2d9dSjoerg /* #undef HAVE_NETTLE_AES_H */
845da0c2d9dSjoerg 
846da0c2d9dSjoerg /* Define to 1 if you have the <nettle/hmac.h> header file. */
847da0c2d9dSjoerg /* #undef HAVE_NETTLE_HMAC_H */
848da0c2d9dSjoerg 
849da0c2d9dSjoerg /* Define to 1 if you have the <nettle/md5.h> header file. */
850da0c2d9dSjoerg /* #undef HAVE_NETTLE_MD5_H */
851da0c2d9dSjoerg 
852da0c2d9dSjoerg /* Define to 1 if you have the <nettle/pbkdf2.h> header file. */
853da0c2d9dSjoerg /* #undef HAVE_NETTLE_PBKDF2_H */
854da0c2d9dSjoerg 
855da0c2d9dSjoerg /* Define to 1 if you have the <nettle/ripemd160.h> header file. */
856da0c2d9dSjoerg /* #undef HAVE_NETTLE_RIPEMD160_H */
857da0c2d9dSjoerg 
858da0c2d9dSjoerg /* Define to 1 if you have the <nettle/sha.h> header file. */
859da0c2d9dSjoerg /* #undef HAVE_NETTLE_SHA_H */
860da0c2d9dSjoerg 
861fc01aacdSjoerg /* Define to 1 if you have the `nl_langinfo' function. */
862fc01aacdSjoerg #define HAVE_NL_LANGINFO 1
863fc01aacdSjoerg 
864da0c2d9dSjoerg /* Define to 1 if you have the `openat' function. */
865da0c2d9dSjoerg #define HAVE_OPENAT 1
866da0c2d9dSjoerg 
867da0c2d9dSjoerg /* Define to 1 if you have the <openssl/evp.h> header file. */
868da0c2d9dSjoerg #define HAVE_OPENSSL_EVP_H 1
869da0c2d9dSjoerg 
870fc01aacdSjoerg /* Define to 1 if you have the <paths.h> header file. */
871fc01aacdSjoerg #define HAVE_PATHS_H 1
872fc01aacdSjoerg 
87397f7d7b6Schristos /* Define to 1 if you have the <pcre2posix.h> header file. */
87497f7d7b6Schristos /* #undef HAVE_PCRE2POSIX_H */
87597f7d7b6Schristos 
876da0c2d9dSjoerg /* Define to 1 if you have the <pcreposix.h> header file. */
877da0c2d9dSjoerg /* #undef HAVE_PCREPOSIX_H */
878da0c2d9dSjoerg 
879fc01aacdSjoerg /* Define to 1 if you have the `pipe' function. */
880fc01aacdSjoerg #define HAVE_PIPE 1
881fc01aacdSjoerg 
882da0c2d9dSjoerg /* Define to 1 if you have the `PKCS5_PBKDF2_HMAC_SHA1' function. */
883ebb4ff5fSjoerg #define HAVE_PKCS5_PBKDF2_HMAC_SHA1 1
884da0c2d9dSjoerg 
885fc01aacdSjoerg /* Define to 1 if you have the `poll' function. */
886fc01aacdSjoerg #define HAVE_POLL 1
887fc01aacdSjoerg 
888fc01aacdSjoerg /* Define to 1 if you have the <poll.h> header file. */
889fc01aacdSjoerg #define HAVE_POLL_H 1
890fc01aacdSjoerg 
891da0c2d9dSjoerg /* Define to 1 if you have the `posix_spawnp' function. */
892da0c2d9dSjoerg #define HAVE_POSIX_SPAWNP 1
893da0c2d9dSjoerg 
894da0c2d9dSjoerg /* Define to 1 if you have the <pthread.h> header file. */
895da0c2d9dSjoerg #define HAVE_PTHREAD_H 1
896da0c2d9dSjoerg 
897fc01aacdSjoerg /* Define to 1 if you have the <pwd.h> header file. */
898fc01aacdSjoerg #define HAVE_PWD_H 1
899fc01aacdSjoerg 
900da0c2d9dSjoerg /* Define to 1 if you have a POSIX compatible readdir_r */
901da0c2d9dSjoerg #define HAVE_READDIR_R 1
902da0c2d9dSjoerg 
903966b72abSjoerg /* Define to 1 if you have the `readlink' function. */
904966b72abSjoerg #define HAVE_READLINK 1
905966b72abSjoerg 
906da0c2d9dSjoerg /* Define to 1 if you have the `readlinkat' function. */
907da0c2d9dSjoerg #define HAVE_READLINKAT 1
908da0c2d9dSjoerg 
909da0c2d9dSjoerg /* Define to 1 if you have the `readpassphrase' function. */
910da0c2d9dSjoerg /* #undef HAVE_READPASSPHRASE */
911da0c2d9dSjoerg 
912da0c2d9dSjoerg /* Define to 1 if you have the <readpassphrase.h> header file. */
913da0c2d9dSjoerg /* #undef HAVE_READPASSPHRASE_H */
914da0c2d9dSjoerg 
915fc01aacdSjoerg /* Define to 1 if you have the <regex.h> header file. */
916fc01aacdSjoerg #define HAVE_REGEX_H 1
917fc01aacdSjoerg 
918da0c2d9dSjoerg /* Define to 1 if you have the `richacl_alloc' function. */
919da0c2d9dSjoerg /* #undef HAVE_RICHACL_ALLOC */
920da0c2d9dSjoerg 
921da0c2d9dSjoerg /* Define to 1 if you have the `richacl_equiv_mode' function. */
922da0c2d9dSjoerg /* #undef HAVE_RICHACL_EQUIV_MODE */
923da0c2d9dSjoerg 
924da0c2d9dSjoerg /* Define to 1 if you have the `richacl_free' function. */
925da0c2d9dSjoerg /* #undef HAVE_RICHACL_FREE */
926da0c2d9dSjoerg 
927da0c2d9dSjoerg /* Define to 1 if you have the `richacl_get_fd' function. */
928da0c2d9dSjoerg /* #undef HAVE_RICHACL_GET_FD */
929da0c2d9dSjoerg 
930da0c2d9dSjoerg /* Define to 1 if you have the `richacl_get_file' function. */
931da0c2d9dSjoerg /* #undef HAVE_RICHACL_GET_FILE */
932da0c2d9dSjoerg 
933da0c2d9dSjoerg /* Define to 1 if you have the `richacl_set_fd' function. */
934da0c2d9dSjoerg /* #undef HAVE_RICHACL_SET_FD */
935da0c2d9dSjoerg 
936da0c2d9dSjoerg /* Define to 1 if you have the `richacl_set_file' function. */
937da0c2d9dSjoerg /* #undef HAVE_RICHACL_SET_FILE */
938da0c2d9dSjoerg 
939da0c2d9dSjoerg /* Define to 1 if you have the <ripemd.h> header file. */
940da0c2d9dSjoerg /* #undef HAVE_RIPEMD_H */
941da0c2d9dSjoerg 
942fc01aacdSjoerg /* Define to 1 if you have the `select' function. */
943fc01aacdSjoerg #define HAVE_SELECT 1
944fc01aacdSjoerg 
945fc01aacdSjoerg /* Define to 1 if you have the `setenv' function. */
946fc01aacdSjoerg #define HAVE_SETENV 1
947fc01aacdSjoerg 
948fc01aacdSjoerg /* Define to 1 if you have the `setlocale' function. */
949fc01aacdSjoerg #define HAVE_SETLOCALE 1
950fc01aacdSjoerg 
951da0c2d9dSjoerg /* Define to 1 if you have the `setxattr' function. */
952da0c2d9dSjoerg /* #undef HAVE_SETXATTR */
953da0c2d9dSjoerg 
954da0c2d9dSjoerg /* Define to 1 if you have the <sha256.h> header file. */
955da0c2d9dSjoerg /* #undef HAVE_SHA256_H */
956da0c2d9dSjoerg 
957da0c2d9dSjoerg /* Define to 1 if you have the <sha512.h> header file. */
958da0c2d9dSjoerg /* #undef HAVE_SHA512_H */
959da0c2d9dSjoerg 
960da0c2d9dSjoerg /* Define to 1 if you have the <sha.h> header file. */
961da0c2d9dSjoerg /* #undef HAVE_SHA_H */
962da0c2d9dSjoerg 
963966b72abSjoerg /* Define to 1 if you have the `sigaction' function. */
964966b72abSjoerg #define HAVE_SIGACTION 1
965966b72abSjoerg 
966966b72abSjoerg /* Define to 1 if you have the <signal.h> header file. */
967966b72abSjoerg #define HAVE_SIGNAL_H 1
968966b72abSjoerg 
969da0c2d9dSjoerg /* Define to 1 if you have the <spawn.h> header file. */
970da0c2d9dSjoerg #define HAVE_SPAWN_H 1
971da0c2d9dSjoerg 
972da0c2d9dSjoerg /* Define to 1 if you have the `statfs' function. */
973da0c2d9dSjoerg #define HAVE_STATFS 1
974da0c2d9dSjoerg 
975da0c2d9dSjoerg /* Define to 1 if you have the `statvfs' function. */
976da0c2d9dSjoerg #define HAVE_STATVFS 1
977da0c2d9dSjoerg 
978fc01aacdSjoerg /* Define to 1 if `stat' has the bug that it succeeds when given the
979fc01aacdSjoerg    zero-length file name argument. */
9809aa2a9c3Schristos /* #undef HAVE_STAT_EMPTY_STRING_BUG */
981fc01aacdSjoerg 
982fc01aacdSjoerg /* Define to 1 if you have the <stdarg.h> header file. */
983fc01aacdSjoerg #define HAVE_STDARG_H 1
984fc01aacdSjoerg 
985fc01aacdSjoerg /* Define to 1 if you have the <stdint.h> header file. */
986fc01aacdSjoerg #define HAVE_STDINT_H 1
987fc01aacdSjoerg 
98897f7d7b6Schristos /* Define to 1 if you have the <stdio.h> header file. */
98997f7d7b6Schristos #define HAVE_STDIO_H 1
99097f7d7b6Schristos 
991fc01aacdSjoerg /* Define to 1 if you have the <stdlib.h> header file. */
992fc01aacdSjoerg #define HAVE_STDLIB_H 1
993fc01aacdSjoerg 
994fc01aacdSjoerg /* Define to 1 if you have the `strchr' function. */
995fc01aacdSjoerg #define HAVE_STRCHR 1
996fc01aacdSjoerg 
997fc01aacdSjoerg /* Define to 1 if you have the `strdup' function. */
998fc01aacdSjoerg #define HAVE_STRDUP 1
999fc01aacdSjoerg 
1000fc01aacdSjoerg /* Define to 1 if you have the `strerror' function. */
1001fc01aacdSjoerg #define HAVE_STRERROR 1
1002fc01aacdSjoerg 
100397f7d7b6Schristos /* Define if you have `strerror_r'. */
1004fc01aacdSjoerg #define HAVE_STRERROR_R 1
1005fc01aacdSjoerg 
1006fc01aacdSjoerg /* Define to 1 if you have the `strftime' function. */
1007fc01aacdSjoerg #define HAVE_STRFTIME 1
1008fc01aacdSjoerg 
1009fc01aacdSjoerg /* Define to 1 if you have the <strings.h> header file. */
1010fc01aacdSjoerg #define HAVE_STRINGS_H 1
1011fc01aacdSjoerg 
1012fc01aacdSjoerg /* Define to 1 if you have the <string.h> header file. */
1013fc01aacdSjoerg #define HAVE_STRING_H 1
1014fc01aacdSjoerg 
1015966b72abSjoerg /* Define to 1 if you have the `strncpy_s' function. */
1016966b72abSjoerg /* #undef HAVE_STRNCPY_S */
1017966b72abSjoerg 
101897f7d7b6Schristos /* Define to 1 if you have the `strnlen' function. */
101997f7d7b6Schristos #define HAVE_STRNLEN 1
102097f7d7b6Schristos 
1021fc01aacdSjoerg /* Define to 1 if you have the `strrchr' function. */
1022fc01aacdSjoerg #define HAVE_STRRCHR 1
1023fc01aacdSjoerg 
1024da0c2d9dSjoerg /* Define to 1 if the system has the type `struct richace'. */
1025da0c2d9dSjoerg /* #undef HAVE_STRUCT_RICHACE */
1026da0c2d9dSjoerg 
1027da0c2d9dSjoerg /* Define to 1 if the system has the type `struct richacl'. */
1028da0c2d9dSjoerg /* #undef HAVE_STRUCT_RICHACL */
1029da0c2d9dSjoerg 
103097f7d7b6Schristos /* Define to 1 if the system has the type `struct statfs'. */
103197f7d7b6Schristos /* #undef HAVE_STRUCT_STATFS */
103297f7d7b6Schristos 
103397f7d7b6Schristos /* Define to 1 if `f_iosize' is a member of `struct statfs'. */
103497f7d7b6Schristos /* #undef HAVE_STRUCT_STATFS_F_IOSIZE */
103597f7d7b6Schristos 
1036da0c2d9dSjoerg /* Define to 1 if `f_namemax' is a member of `struct statfs'. */
1037da0c2d9dSjoerg /* #undef HAVE_STRUCT_STATFS_F_NAMEMAX */
1038da0c2d9dSjoerg 
1039da0c2d9dSjoerg /* Define to 1 if `f_iosize' is a member of `struct statvfs'. */
1040da0c2d9dSjoerg #define HAVE_STRUCT_STATVFS_F_IOSIZE 1
1041da0c2d9dSjoerg 
10423c0c4333Sjoerg /* Define to 1 if `st_birthtime' is a member of `struct stat'. */
1043966b72abSjoerg #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
1044966b72abSjoerg 
10453c0c4333Sjoerg /* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
1046966b72abSjoerg #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
1047966b72abSjoerg 
10483c0c4333Sjoerg /* Define to 1 if `st_blksize' is a member of `struct stat'. */
1049966b72abSjoerg #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
1050966b72abSjoerg 
10513c0c4333Sjoerg /* Define to 1 if `st_flags' is a member of `struct stat'. */
1052966b72abSjoerg #define HAVE_STRUCT_STAT_ST_FLAGS 1
1053966b72abSjoerg 
10543c0c4333Sjoerg /* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */
1055fc01aacdSjoerg #define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
1056fc01aacdSjoerg 
10573c0c4333Sjoerg /* Define to 1 if `st_mtime_n' is a member of `struct stat'. */
1058966b72abSjoerg /* #undef HAVE_STRUCT_STAT_ST_MTIME_N */
1059966b72abSjoerg 
10603c0c4333Sjoerg /* Define to 1 if `st_mtime_usec' is a member of `struct stat'. */
1061966b72abSjoerg /* #undef HAVE_STRUCT_STAT_ST_MTIME_USEC */
1062966b72abSjoerg 
10633c0c4333Sjoerg /* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
1064da0c2d9dSjoerg #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
1065fc01aacdSjoerg 
10663c0c4333Sjoerg /* Define to 1 if `st_umtime' is a member of `struct stat'. */
1067966b72abSjoerg /* #undef HAVE_STRUCT_STAT_ST_UMTIME */
1068966b72abSjoerg 
1069da0c2d9dSjoerg /* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
1070da0c2d9dSjoerg #define HAVE_STRUCT_TM_TM_GMTOFF 1
1071da0c2d9dSjoerg 
1072da0c2d9dSjoerg /* Define to 1 if `__tm_gmtoff' is a member of `struct tm'. */
1073da0c2d9dSjoerg /* #undef HAVE_STRUCT_TM___TM_GMTOFF */
1074da0c2d9dSjoerg 
1075da0c2d9dSjoerg /* Define to 1 if the system has the type `struct vfsconf'. */
1076da0c2d9dSjoerg /* #undef HAVE_STRUCT_VFSCONF */
1077da0c2d9dSjoerg 
1078da0c2d9dSjoerg /* Define to 1 if the system has the type `struct xvfsconf'. */
1079da0c2d9dSjoerg /* #undef HAVE_STRUCT_XVFSCONF */
1080da0c2d9dSjoerg 
1081966b72abSjoerg /* Define to 1 if you have the `symlink' function. */
1082966b72abSjoerg #define HAVE_SYMLINK 1
1083966b72abSjoerg 
108497f7d7b6Schristos /* Define to 1 if you have the `sysconf' function. */
108597f7d7b6Schristos #define HAVE_SYSCONF 1
108697f7d7b6Schristos 
1087fc01aacdSjoerg /* Define to 1 if you have the <sys/acl.h> header file. */
10889aa2a9c3Schristos #define HAVE_SYS_ACL_H 1
1089fc01aacdSjoerg 
1090966b72abSjoerg /* Define to 1 if you have the <sys/cdefs.h> header file. */
1091966b72abSjoerg #define HAVE_SYS_CDEFS_H 1
1092966b72abSjoerg 
1093fc01aacdSjoerg /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
1094fc01aacdSjoerg    */
1095fc01aacdSjoerg /* #undef HAVE_SYS_DIR_H */
1096fc01aacdSjoerg 
1097da0c2d9dSjoerg /* Define to 1 if you have the <sys/ea.h> header file. */
1098da0c2d9dSjoerg /* #undef HAVE_SYS_EA_H */
1099da0c2d9dSjoerg 
1100966b72abSjoerg /* Define to 1 if you have the <sys/extattr.h> header file. */
1101966b72abSjoerg #define HAVE_SYS_EXTATTR_H 1
1102966b72abSjoerg 
1103fc01aacdSjoerg /* Define to 1 if you have the <sys/ioctl.h> header file. */
1104fc01aacdSjoerg #define HAVE_SYS_IOCTL_H 1
1105fc01aacdSjoerg 
1106966b72abSjoerg /* Define to 1 if you have the <sys/mkdev.h> header file. */
1107966b72abSjoerg /* #undef HAVE_SYS_MKDEV_H */
1108966b72abSjoerg 
1109da0c2d9dSjoerg /* Define to 1 if you have the <sys/mount.h> header file. */
1110da0c2d9dSjoerg #define HAVE_SYS_MOUNT_H 1
1111da0c2d9dSjoerg 
1112fc01aacdSjoerg /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
1113fc01aacdSjoerg    */
1114fc01aacdSjoerg /* #undef HAVE_SYS_NDIR_H */
1115fc01aacdSjoerg 
1116fc01aacdSjoerg /* Define to 1 if you have the <sys/param.h> header file. */
1117fc01aacdSjoerg #define HAVE_SYS_PARAM_H 1
1118fc01aacdSjoerg 
1119fc01aacdSjoerg /* Define to 1 if you have the <sys/poll.h> header file. */
1120fc01aacdSjoerg #define HAVE_SYS_POLL_H 1
1121fc01aacdSjoerg 
1122da0c2d9dSjoerg /* Define to 1 if you have the <sys/richacl.h> header file. */
1123da0c2d9dSjoerg /* #undef HAVE_SYS_RICHACL_H */
1124da0c2d9dSjoerg 
1125fc01aacdSjoerg /* Define to 1 if you have the <sys/select.h> header file. */
1126fc01aacdSjoerg #define HAVE_SYS_SELECT_H 1
1127fc01aacdSjoerg 
1128da0c2d9dSjoerg /* Define to 1 if you have the <sys/statfs.h> header file. */
1129da0c2d9dSjoerg /* #undef HAVE_SYS_STATFS_H */
1130da0c2d9dSjoerg 
1131da0c2d9dSjoerg /* Define to 1 if you have the <sys/statvfs.h> header file. */
1132da0c2d9dSjoerg #define HAVE_SYS_STATVFS_H 1
1133da0c2d9dSjoerg 
1134fc01aacdSjoerg /* Define to 1 if you have the <sys/stat.h> header file. */
1135fc01aacdSjoerg #define HAVE_SYS_STAT_H 1
1136fc01aacdSjoerg 
1137ebb4ff5fSjoerg /* Define to 1 if you have the <sys/sysmacros.h> header file. */
1138ebb4ff5fSjoerg /* #undef HAVE_SYS_SYSMACROS_H */
1139ebb4ff5fSjoerg 
1140fc01aacdSjoerg /* Define to 1 if you have the <sys/time.h> header file. */
1141fc01aacdSjoerg #define HAVE_SYS_TIME_H 1
1142fc01aacdSjoerg 
1143fc01aacdSjoerg /* Define to 1 if you have the <sys/types.h> header file. */
1144fc01aacdSjoerg #define HAVE_SYS_TYPES_H 1
1145fc01aacdSjoerg 
1146fc01aacdSjoerg /* Define to 1 if you have the <sys/utime.h> header file. */
1147fc01aacdSjoerg /* #undef HAVE_SYS_UTIME_H */
1148fc01aacdSjoerg 
1149da0c2d9dSjoerg /* Define to 1 if you have the <sys/utsname.h> header file. */
1150da0c2d9dSjoerg #define HAVE_SYS_UTSNAME_H 1
1151da0c2d9dSjoerg 
1152da0c2d9dSjoerg /* Define to 1 if you have the <sys/vfs.h> header file. */
1153da0c2d9dSjoerg /* #undef HAVE_SYS_VFS_H */
1154da0c2d9dSjoerg 
1155fc01aacdSjoerg /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1156fc01aacdSjoerg #define HAVE_SYS_WAIT_H 1
1157fc01aacdSjoerg 
1158966b72abSjoerg /* Define to 1 if you have the <sys/xattr.h> header file. */
1159da0c2d9dSjoerg #define HAVE_SYS_XATTR_H 1
1160966b72abSjoerg 
1161fc01aacdSjoerg /* Define to 1 if you have the `timegm' function. */
1162fc01aacdSjoerg #define HAVE_TIMEGM 1
1163fc01aacdSjoerg 
1164fc01aacdSjoerg /* Define to 1 if you have the <time.h> header file. */
1165fc01aacdSjoerg #define HAVE_TIME_H 1
1166fc01aacdSjoerg 
1167fc01aacdSjoerg /* Define to 1 if you have the `tzset' function. */
1168fc01aacdSjoerg #define HAVE_TZSET 1
1169fc01aacdSjoerg 
1170fc01aacdSjoerg /* Define to 1 if the system has the type `uintmax_t'. */
1171fc01aacdSjoerg #define HAVE_UINTMAX_T 1
1172fc01aacdSjoerg 
1173fc01aacdSjoerg /* Define to 1 if you have the <unistd.h> header file. */
1174fc01aacdSjoerg #define HAVE_UNISTD_H 1
1175fc01aacdSjoerg 
1176ebb4ff5fSjoerg /* Define to 1 if you have the `unlinkat' function. */
1177ebb4ff5fSjoerg #define HAVE_UNLINKAT 1
1178ebb4ff5fSjoerg 
1179fc01aacdSjoerg /* Define to 1 if you have the `unsetenv' function. */
1180fc01aacdSjoerg #define HAVE_UNSETENV 1
1181fc01aacdSjoerg 
1182fc01aacdSjoerg /* Define to 1 if the system has the type `unsigned long long'. */
1183fc01aacdSjoerg #define HAVE_UNSIGNED_LONG_LONG 1
1184fc01aacdSjoerg 
1185fc01aacdSjoerg /* Define to 1 if the system has the type `unsigned long long int'. */
1186fc01aacdSjoerg #define HAVE_UNSIGNED_LONG_LONG_INT 1
1187fc01aacdSjoerg 
1188fc01aacdSjoerg /* Define to 1 if you have the `utime' function. */
1189fc01aacdSjoerg #define HAVE_UTIME 1
1190fc01aacdSjoerg 
1191966b72abSjoerg /* Define to 1 if you have the `utimensat' function. */
1192da0c2d9dSjoerg #define HAVE_UTIMENSAT 1
1193966b72abSjoerg 
1194fc01aacdSjoerg /* Define to 1 if you have the `utimes' function. */
1195fc01aacdSjoerg #define HAVE_UTIMES 1
1196fc01aacdSjoerg 
1197fc01aacdSjoerg /* Define to 1 if you have the <utime.h> header file. */
1198fc01aacdSjoerg #define HAVE_UTIME_H 1
1199fc01aacdSjoerg 
1200fc01aacdSjoerg /* Define to 1 if you have the `vfork' function. */
1201fc01aacdSjoerg #define HAVE_VFORK 1
1202fc01aacdSjoerg 
1203fc01aacdSjoerg /* Define to 1 if you have the `vprintf' function. */
1204fc01aacdSjoerg #define HAVE_VPRINTF 1
1205fc01aacdSjoerg 
1206fc01aacdSjoerg /* Define to 1 if you have the <wchar.h> header file. */
1207fc01aacdSjoerg #define HAVE_WCHAR_H 1
1208fc01aacdSjoerg 
1209966b72abSjoerg /* Define to 1 if the system has the type `wchar_t'. */
1210966b72abSjoerg #define HAVE_WCHAR_T 1
1211966b72abSjoerg 
1212966b72abSjoerg /* Define to 1 if you have the `wcrtomb' function. */
1213966b72abSjoerg #define HAVE_WCRTOMB 1
1214966b72abSjoerg 
12153c0c4333Sjoerg /* Define to 1 if you have the `wcscmp' function. */
12163c0c4333Sjoerg #define HAVE_WCSCMP 1
12173c0c4333Sjoerg 
1218fc01aacdSjoerg /* Define to 1 if you have the `wcscpy' function. */
1219fc01aacdSjoerg #define HAVE_WCSCPY 1
1220fc01aacdSjoerg 
1221fc01aacdSjoerg /* Define to 1 if you have the `wcslen' function. */
1222fc01aacdSjoerg #define HAVE_WCSLEN 1
1223fc01aacdSjoerg 
1224fc01aacdSjoerg /* Define to 1 if you have the `wctomb' function. */
1225fc01aacdSjoerg #define HAVE_WCTOMB 1
1226fc01aacdSjoerg 
1227966b72abSjoerg /* Define to 1 if you have the <wctype.h> header file. */
1228966b72abSjoerg #define HAVE_WCTYPE_H 1
1229966b72abSjoerg 
1230da0c2d9dSjoerg /* Define to 1 if you have the <wincrypt.h> header file. */
1231da0c2d9dSjoerg /* #undef HAVE_WINCRYPT_H */
1232da0c2d9dSjoerg 
1233966b72abSjoerg /* Define to 1 if you have the <windows.h> header file. */
1234966b72abSjoerg /* #undef HAVE_WINDOWS_H */
1235966b72abSjoerg 
1236da0c2d9dSjoerg /* Define to 1 if you have the <winioctl.h> header file. */
1237da0c2d9dSjoerg /* #undef HAVE_WINIOCTL_H */
1238da0c2d9dSjoerg 
1239fc01aacdSjoerg /* Define to 1 if you have the `wmemcmp' function. */
1240fc01aacdSjoerg #define HAVE_WMEMCMP 1
1241fc01aacdSjoerg 
1242fc01aacdSjoerg /* Define to 1 if you have the `wmemcpy' function. */
1243fc01aacdSjoerg #define HAVE_WMEMCPY 1
1244fc01aacdSjoerg 
1245da0c2d9dSjoerg /* Define to 1 if you have the `wmemmove' function. */
1246da0c2d9dSjoerg #define HAVE_WMEMMOVE 1
1247da0c2d9dSjoerg 
1248da0c2d9dSjoerg /* Define to 1 if you have a working EXT2_IOC_GETFLAGS */
1249da0c2d9dSjoerg /* #undef HAVE_WORKING_EXT2_IOC_GETFLAGS */
1250da0c2d9dSjoerg 
1251da0c2d9dSjoerg /* Define to 1 if you have a working FS_IOC_GETFLAGS */
1252da0c2d9dSjoerg /* #undef HAVE_WORKING_FS_IOC_GETFLAGS */
1253da0c2d9dSjoerg 
1254ed66d5dbSchristos /* Define to 1 if you have zlib >= 1.2.1 */
1255fc01aacdSjoerg #define HAVE_ZLIB_H 1
1256fc01aacdSjoerg 
1257ebb4ff5fSjoerg /* Define to 1 if you have the <zstd.h> header file. */
1258*7c5d5dfdSchristos #define HAVE_ZSTD_H 1
1259ebb4ff5fSjoerg 
126097f7d7b6Schristos /* Define to 1 if you have the `zstd' library (-lzstd) with compression
126197f7d7b6Schristos    support. */
1262*7c5d5dfdSchristos #define HAVE_ZSTD_compressStream 1
1263da0c2d9dSjoerg 
1264da0c2d9dSjoerg /* Define to 1 if you have the `_fseeki64' function. */
1265da0c2d9dSjoerg /* #undef HAVE__FSEEKI64 */
1266da0c2d9dSjoerg 
1267da0c2d9dSjoerg /* Define to 1 if you have the `_get_timezone' function. */
1268da0c2d9dSjoerg /* #undef HAVE__GET_TIMEZONE */
1269da0c2d9dSjoerg 
127097f7d7b6Schristos /* _mkgmtime function */
127197f7d7b6Schristos /* #undef HAVE__MKGMTIME */
1272da0c2d9dSjoerg 
1273da0c2d9dSjoerg /* Define as const if the declaration of iconv() needs const. */
127477a1ad5fSkamil #define ICONV_CONST
1275da0c2d9dSjoerg 
1276fc01aacdSjoerg /* Version number of libarchive as a single integer */
1277ed66d5dbSchristos #define LIBARCHIVE_VERSION_NUMBER "3007007"
1278fc01aacdSjoerg 
1279fc01aacdSjoerg /* Version number of libarchive */
1280ed66d5dbSchristos #define LIBARCHIVE_VERSION_STRING "3.7.7"
1281fc01aacdSjoerg 
1282fc01aacdSjoerg /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
1283fc01aacdSjoerg    slash. */
1284fc01aacdSjoerg #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
1285fc01aacdSjoerg 
1286ebb4ff5fSjoerg /* Define to the sub-directory where libtool stores uninstalled libraries. */
1287966b72abSjoerg #define LT_OBJDIR ".libs/"
1288966b72abSjoerg 
1289fc01aacdSjoerg /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1290fc01aacdSjoerg    */
1291fc01aacdSjoerg /* #undef MAJOR_IN_MKDEV */
1292fc01aacdSjoerg 
1293fc01aacdSjoerg /* Define to 1 if `major', `minor', and `makedev' are declared in
1294fc01aacdSjoerg    <sysmacros.h>. */
1295fc01aacdSjoerg /* #undef MAJOR_IN_SYSMACROS */
1296fc01aacdSjoerg 
1297da0c2d9dSjoerg /* Define to '0x05020000' for Windows Server 2003 APIs. */
1298da0c2d9dSjoerg /* #undef NTDDI_VERSION */
1299fc01aacdSjoerg 
1300fc01aacdSjoerg /* Name of package */
1301fc01aacdSjoerg #define PACKAGE "libarchive"
1302fc01aacdSjoerg 
1303fc01aacdSjoerg /* Define to the address where bug reports for this package should be sent. */
1304da0c2d9dSjoerg #define PACKAGE_BUGREPORT "libarchive-discuss@googlegroups.com"
1305fc01aacdSjoerg 
1306fc01aacdSjoerg /* Define to the full name of this package. */
1307fc01aacdSjoerg #define PACKAGE_NAME "libarchive"
1308fc01aacdSjoerg 
1309fc01aacdSjoerg /* Define to the full name and version of this package. */
1310ed66d5dbSchristos #define PACKAGE_STRING "libarchive 3.7.7"
1311fc01aacdSjoerg 
1312fc01aacdSjoerg /* Define to the one symbol short name of this package. */
1313fc01aacdSjoerg #define PACKAGE_TARNAME "libarchive"
1314fc01aacdSjoerg 
1315cd633b37Sjoerg /* Define to the home page for this package. */
1316cd633b37Sjoerg #define PACKAGE_URL ""
1317cd633b37Sjoerg 
1318fc01aacdSjoerg /* Define to the version of this package. */
1319ed66d5dbSchristos #define PACKAGE_VERSION "3.7.7"
132097f7d7b6Schristos 
132197f7d7b6Schristos /* Define to 1 if PCRE2_STATIC needs to be defined. */
132297f7d7b6Schristos /* #undef PCRE2_STATIC */
1323da0c2d9dSjoerg 
1324da0c2d9dSjoerg /* Define to 1 if PCRE_STATIC needs to be defined. */
1325da0c2d9dSjoerg /* #undef PCRE_STATIC */
1326966b72abSjoerg 
132797f7d7b6Schristos /* The number of bytes in type int */
132897f7d7b6Schristos #define SIZEOF_INT 4
132997f7d7b6Schristos 
133097f7d7b6Schristos /* The number of bytes in type long */
133197f7d7b6Schristos #ifdef __LP64__
133297f7d7b6Schristos #define SIZEOF_LONG 8
133397f7d7b6Schristos #else
133497f7d7b6Schristos #define SIZEOF_LONG 4
133597f7d7b6Schristos #endif
133697f7d7b6Schristos 
1337966b72abSjoerg /* The size of `wchar_t', as computed by sizeof. */
1338966b72abSjoerg #define SIZEOF_WCHAR_T 4
1339fc01aacdSjoerg 
134097f7d7b6Schristos /* Define to 1 if all of the C90 standard headers exist (not just the ones
134197f7d7b6Schristos    required in a freestanding environment). This macro is provided for
134297f7d7b6Schristos    backward compatibility; new code need not use it. */
1343fc01aacdSjoerg #define STDC_HEADERS 1
1344fc01aacdSjoerg 
1345fc01aacdSjoerg /* Define to 1 if strerror_r returns char *. */
1346fc01aacdSjoerg /* #undef STRERROR_R_CHAR_P */
1347fc01aacdSjoerg 
1348cd633b37Sjoerg /* Enable extensions on AIX 3, Interix.  */
1349cd633b37Sjoerg #ifndef _ALL_SOURCE
1350cd633b37Sjoerg # define _ALL_SOURCE 1
1351cd633b37Sjoerg #endif
135297f7d7b6Schristos /* Enable general extensions on macOS.  */
135397f7d7b6Schristos #ifndef _DARWIN_C_SOURCE
135497f7d7b6Schristos # define _DARWIN_C_SOURCE 1
1355cd633b37Sjoerg #endif
1356cd633b37Sjoerg /* Enable general extensions on Solaris.  */
1357cd633b37Sjoerg #ifndef __EXTENSIONS__
1358cd633b37Sjoerg # define __EXTENSIONS__ 1
1359cd633b37Sjoerg #endif
136097f7d7b6Schristos /* Enable GNU extensions on systems that have them.  */
136197f7d7b6Schristos #ifndef _GNU_SOURCE
136297f7d7b6Schristos # define _GNU_SOURCE 1
136397f7d7b6Schristos #endif
136497f7d7b6Schristos /* Enable X/Open compliant socket functions that do not require linking
136597f7d7b6Schristos    with -lxnet on HP-UX 11.11.  */
136697f7d7b6Schristos #ifndef _HPUX_ALT_XOPEN_SOCKET_API
136797f7d7b6Schristos # define _HPUX_ALT_XOPEN_SOCKET_API 1
136897f7d7b6Schristos #endif
136997f7d7b6Schristos /* Identify the host operating system as Minix.
137097f7d7b6Schristos    This macro does not affect the system headers' behavior.
137197f7d7b6Schristos    A future release of Autoconf may stop defining this macro.  */
137297f7d7b6Schristos #ifndef _MINIX
137397f7d7b6Schristos /* # undef _MINIX */
137497f7d7b6Schristos #endif
137597f7d7b6Schristos /* Enable general extensions on NetBSD.
137697f7d7b6Schristos    Enable NetBSD compatibility extensions on Minix.  */
137797f7d7b6Schristos #ifndef _NETBSD_SOURCE
137897f7d7b6Schristos # define _NETBSD_SOURCE 1
137997f7d7b6Schristos #endif
138097f7d7b6Schristos /* Enable OpenBSD compatibility extensions on NetBSD.
138197f7d7b6Schristos    Oddly enough, this does nothing on OpenBSD.  */
138297f7d7b6Schristos #ifndef _OPENBSD_SOURCE
138397f7d7b6Schristos # define _OPENBSD_SOURCE 1
138497f7d7b6Schristos #endif
138597f7d7b6Schristos /* Define to 1 if needed for POSIX-compatible behavior.  */
138697f7d7b6Schristos #ifndef _POSIX_SOURCE
138797f7d7b6Schristos /* # undef _POSIX_SOURCE */
138897f7d7b6Schristos #endif
138997f7d7b6Schristos /* Define to 2 if needed for POSIX-compatible behavior.  */
139097f7d7b6Schristos #ifndef _POSIX_1_SOURCE
139197f7d7b6Schristos /* # undef _POSIX_1_SOURCE */
139297f7d7b6Schristos #endif
139397f7d7b6Schristos /* Enable POSIX-compatible threading on Solaris.  */
139497f7d7b6Schristos #ifndef _POSIX_PTHREAD_SEMANTICS
139597f7d7b6Schristos # define _POSIX_PTHREAD_SEMANTICS 1
139697f7d7b6Schristos #endif
139797f7d7b6Schristos /* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
139897f7d7b6Schristos #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
139997f7d7b6Schristos # define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
140097f7d7b6Schristos #endif
140197f7d7b6Schristos /* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
140297f7d7b6Schristos #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
140397f7d7b6Schristos # define __STDC_WANT_IEC_60559_BFP_EXT__ 1
140497f7d7b6Schristos #endif
140597f7d7b6Schristos /* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
140697f7d7b6Schristos #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
140797f7d7b6Schristos # define __STDC_WANT_IEC_60559_DFP_EXT__ 1
140897f7d7b6Schristos #endif
140997f7d7b6Schristos /* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
141097f7d7b6Schristos #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
141197f7d7b6Schristos # define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
141297f7d7b6Schristos #endif
141397f7d7b6Schristos /* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
141497f7d7b6Schristos #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
141597f7d7b6Schristos # define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
141697f7d7b6Schristos #endif
141797f7d7b6Schristos /* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
141897f7d7b6Schristos #ifndef __STDC_WANT_LIB_EXT2__
141997f7d7b6Schristos # define __STDC_WANT_LIB_EXT2__ 1
142097f7d7b6Schristos #endif
142197f7d7b6Schristos /* Enable extensions specified by ISO/IEC 24747:2009.  */
142297f7d7b6Schristos #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
142397f7d7b6Schristos # define __STDC_WANT_MATH_SPEC_FUNCS__ 1
142497f7d7b6Schristos #endif
142597f7d7b6Schristos /* Enable extensions on HP NonStop.  */
142697f7d7b6Schristos #ifndef _TANDEM_SOURCE
142797f7d7b6Schristos # define _TANDEM_SOURCE 1
142897f7d7b6Schristos #endif
142997f7d7b6Schristos /* Enable X/Open extensions.  Define to 500 only if necessary
143097f7d7b6Schristos    to make mbstate_t available.  */
143197f7d7b6Schristos #ifndef _XOPEN_SOURCE
143297f7d7b6Schristos /* # undef _XOPEN_SOURCE */
143397f7d7b6Schristos #endif
1434cd633b37Sjoerg 
1435cd633b37Sjoerg 
1436fc01aacdSjoerg /* Version number of package */
1437ed66d5dbSchristos #define VERSION "3.7.7"
1438966b72abSjoerg 
1439da0c2d9dSjoerg /* Define to '0x0502' for Windows Server 2003 APIs. */
1440966b72abSjoerg /* #undef WINVER */
1441fc01aacdSjoerg 
1442fc01aacdSjoerg /* Number of bits in a file offset, on hosts where this is settable. */
1443fc01aacdSjoerg /* #undef _FILE_OFFSET_BITS */
1444fc01aacdSjoerg 
1445fc01aacdSjoerg /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1446fc01aacdSjoerg /* #undef _LARGEFILE_SOURCE */
1447fc01aacdSjoerg 
1448fc01aacdSjoerg /* Define for large files, on AIX-style hosts. */
1449fc01aacdSjoerg /* #undef _LARGE_FILES */
1450fc01aacdSjoerg 
1451da0c2d9dSjoerg /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1452da0c2d9dSjoerg    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1453da0c2d9dSjoerg    #define below would cause a syntax error. */
1454da0c2d9dSjoerg /* #undef _UINT32_T */
1455da0c2d9dSjoerg 
1456fc01aacdSjoerg /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1457966b72abSjoerg    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1458fc01aacdSjoerg    #define below would cause a syntax error. */
1459fc01aacdSjoerg /* #undef _UINT64_T */
1460fc01aacdSjoerg 
1461da0c2d9dSjoerg /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1462da0c2d9dSjoerg    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1463da0c2d9dSjoerg    #define below would cause a syntax error. */
1464da0c2d9dSjoerg /* #undef _UINT8_T */
1465da0c2d9dSjoerg 
1466da0c2d9dSjoerg /* Define to '0x0502' for Windows Server 2003 APIs. */
1467966b72abSjoerg /* #undef _WIN32_WINNT */
1468966b72abSjoerg 
146997f7d7b6Schristos /* Internal macro for sanity checks */
147097f7d7b6Schristos #define __LIBARCHIVE_CONFIG_H_INCLUDED 1
147197f7d7b6Schristos 
1472fc01aacdSjoerg /* Define to empty if `const' does not conform to ANSI C. */
1473fc01aacdSjoerg /* #undef const */
1474fc01aacdSjoerg 
1475966b72abSjoerg /* Define to match typeof st_gid field of struct stat if <sys/types.h> doesn't
1476966b72abSjoerg    define. */
1477fc01aacdSjoerg /* #undef gid_t */
1478fc01aacdSjoerg 
1479fc01aacdSjoerg /* Define to `unsigned long' if <sys/types.h> does not define. */
1480fc01aacdSjoerg /* #undef id_t */
1481fc01aacdSjoerg 
1482da0c2d9dSjoerg /* Define to the type of a signed integer type of width exactly 16 bits if
1483da0c2d9dSjoerg    such a type exists and the standard includes do not define it. */
1484da0c2d9dSjoerg /* #undef int16_t */
1485da0c2d9dSjoerg 
1486da0c2d9dSjoerg /* Define to the type of a signed integer type of width exactly 32 bits if
1487da0c2d9dSjoerg    such a type exists and the standard includes do not define it. */
1488da0c2d9dSjoerg /* #undef int32_t */
1489da0c2d9dSjoerg 
1490fc01aacdSjoerg /* Define to the type of a signed integer type of width exactly 64 bits if
1491fc01aacdSjoerg    such a type exists and the standard includes do not define it. */
1492fc01aacdSjoerg /* #undef int64_t */
1493fc01aacdSjoerg 
1494fc01aacdSjoerg /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1495fc01aacdSjoerg    not define. */
1496fc01aacdSjoerg /* #undef intmax_t */
1497fc01aacdSjoerg 
1498fc01aacdSjoerg /* Define to `int' if <sys/types.h> does not define. */
1499fc01aacdSjoerg /* #undef mode_t */
1500fc01aacdSjoerg 
1501fc01aacdSjoerg /* Define to `long long' if <sys/types.h> does not define. */
1502fc01aacdSjoerg /* #undef off_t */
1503fc01aacdSjoerg 
1504fc01aacdSjoerg /* Define to `unsigned int' if <sys/types.h> does not define. */
1505fc01aacdSjoerg /* #undef size_t */
1506fc01aacdSjoerg 
1507966b72abSjoerg /* Define to match typeof st_uid field of struct stat if <sys/types.h> doesn't
1508966b72abSjoerg    define. */
1509fc01aacdSjoerg /* #undef uid_t */
1510fc01aacdSjoerg 
1511da0c2d9dSjoerg /* Define to the type of an unsigned integer type of width exactly 16 bits if
1512da0c2d9dSjoerg    such a type exists and the standard includes do not define it. */
1513da0c2d9dSjoerg /* #undef uint16_t */
1514da0c2d9dSjoerg 
1515da0c2d9dSjoerg /* Define to the type of an unsigned integer type of width exactly 32 bits if
1516da0c2d9dSjoerg    such a type exists and the standard includes do not define it. */
1517da0c2d9dSjoerg /* #undef uint32_t */
1518da0c2d9dSjoerg 
1519fc01aacdSjoerg /* Define to the type of an unsigned integer type of width exactly 64 bits if
1520fc01aacdSjoerg    such a type exists and the standard includes do not define it. */
1521fc01aacdSjoerg /* #undef uint64_t */
1522fc01aacdSjoerg 
1523da0c2d9dSjoerg /* Define to the type of an unsigned integer type of width exactly 8 bits if
1524da0c2d9dSjoerg    such a type exists and the standard includes do not define it. */
1525da0c2d9dSjoerg /* #undef uint8_t */
1526da0c2d9dSjoerg 
1527fc01aacdSjoerg /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1528fc01aacdSjoerg    do not define. */
1529fc01aacdSjoerg /* #undef uintmax_t */
1530fc01aacdSjoerg 
1531fc01aacdSjoerg /* Define to `unsigned int' if <sys/types.h> does not define. */
1532fc01aacdSjoerg /* #undef uintptr_t */
1533