1 /* common/config.h.  Generated from config.h.in by configure.  */
2 /* common/config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define to 1 if translation of program messages to the user's native
5    language is requested. */
6 #define ENABLE_NLS 1
7 
8 /* Define to 1 if you have the `AES_cbc_encrypt' function". */
9 /* #undef HAVE_AES_CBC_ENCRYPT */
10 
11 /* Define to 1 if you have the `AES_ecb_encrypt' function". */
12 /* #undef HAVE_AES_ECB_ENCRYPT */
13 
14 /* Define to 1 if you have the `bindtextdomain' function. */
15 #define HAVE_BINDTEXTDOMAIN 1
16 
17 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
18    CoreFoundation framework. */
19 /* #undef HAVE_CFLOCALECOPYCURRENT */
20 
21 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
22    the CoreFoundation framework. */
23 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
24 
25 /* Define to 1 if you have the `chdir' function. */
26 #define HAVE_CHDIR 1
27 
28 /* Define to 1 if you have the `clock_gettime' function. */
29 #define HAVE_CLOCK_GETTIME 1
30 
31 /* Define to 1 if you have the `close' function. */
32 #define HAVE_CLOSE 1
33 
34 /* Define to 1 if you have the <cygwin/fs.h> header file. */
35 /* #undef HAVE_CYGWIN_FS_H */
36 
37 /* Define if the GNU dcgettext() function is already present or preinstalled.
38    */
39 #define HAVE_DCGETTEXT 1
40 
41 /* Define to 1 if debug output should be used. */
42 /* #undef HAVE_DEBUG_OUTPUT */
43 
44 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
45    don't. */
46 #define HAVE_DECL_MEMRCHR 0
47 
48 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
49    don't. */
50 #define HAVE_DECL_STRERROR_R 1
51 
52 /* Define to 1 if you have the <dlfcn.h> header file. */
53 #define HAVE_DLFCN_H 1
54 
55 /* Define to 1 to enable the DllMain function. */
56 /* #undef HAVE_DLLMAIN */
57 
58 /* Define to 1 if you have the <errno.h> header file. */
59 #define HAVE_ERRNO_H 1
60 
61 /* Define to 1 if you have the `EVP_CIPHER_CTX_cleanup' function". */
62 /* #undef HAVE_EVP_CIPHER_CTX_CLEANUP */
63 
64 /* Define to 1 if you have the `EVP_CIPHER_CTX_init' function". */
65 /* #undef HAVE_EVP_CIPHER_CTX_INIT */
66 
67 /* Define to 1 if you have the `EVP_aes_128_cbc', `EVP_aes_192_cbc' and
68    `EVP_aes_256_cbc' functions". */
69 #define HAVE_EVP_CRYPTO_AES_CBC 1
70 
71 /* Define to 1 if you have the `EVP_aes_128_ecb', `EVP_aes_192_ecb' and
72    `EVP_aes_256_ecb' functions". */
73 #define HAVE_EVP_CRYPTO_AES_ECB 1
74 
75 /* Define to 1 if you have the `EVP_aes_128_xts' and `EVP_aes_256_xts'
76    functions". */
77 /* #undef HAVE_EVP_CRYPTO_AES_XTS */
78 
79 /* Define to 1 if you have the `fclose' function. */
80 #define HAVE_FCLOSE 1
81 
82 /* Define to 1 if you have the <fcntl.h> header file. */
83 #define HAVE_FCNTL_H 1
84 
85 /* Define to 1 if you have the `feof' function. */
86 #define HAVE_FEOF 1
87 
88 /* Define to 1 if you have the `fgets' function. */
89 #define HAVE_FGETS 1
90 
91 /* Define to 1 if you have the `fgetws' function. */
92 /* #undef HAVE_FGETWS */
93 
94 /* Define to 1 if you have the `fmemopen' function. */
95 #define HAVE_FMEMOPEN 1
96 
97 /* Define to 1 if you have the `fopen' function. */
98 #define HAVE_FOPEN 1
99 
100 /* Define to 1 if you have the `fread' function. */
101 #define HAVE_FREAD 1
102 
103 /* Define to 1 if you have the `free' function. */
104 #define HAVE_FREE 1
105 
106 /* Define to 1 if you have the `fseeko' function. */
107 #define HAVE_FSEEKO 1
108 
109 /* Define to 1 if you have the `fseeko64' function. */
110 #define HAVE_FSEEKO64 1
111 
112 /* Define to 1 if you have the `fstat' function. */
113 #define HAVE_FSTAT 1
114 
115 /* Define to 1 if you have the `ftruncate' function. */
116 #define HAVE_FTRUNCATE 1
117 
118 /* Define to 1 if you have the <fuse.h> header file. */
119 /* #undef HAVE_FUSE_H */
120 
121 /* Define to 1 if you have the `fwrite' function. */
122 #define HAVE_FWRITE 1
123 
124 /* Define to 1 if you have the `getcwd' function. */
125 #define HAVE_GETCWD 1
126 
127 /* Define to 1 if you have the `getegid' function. */
128 #define HAVE_GETEGID 1
129 
130 /* Define to 1 if you have the `getenv' function. */
131 #define HAVE_GETENV 1
132 
133 /* Define to 1 if you have the `geteuid' function. */
134 #define HAVE_GETEUID 1
135 
136 /* Define to 1 if you have the `getopt' function. */
137 #define HAVE_GETOPT 1
138 
139 /* Define if the GNU gettext() function is already present or preinstalled. */
140 #define HAVE_GETTEXT 1
141 
142 /* Define to 1 if dlsym function is available in GNU dl. */
143 #define HAVE_GNU_DL_DLSYM 1
144 
145 /* Define if you have the iconv() function and it works. */
146 /* #undef HAVE_ICONV */
147 
148 /* Define to 1 if you have the <inttypes.h> header file. */
149 #define HAVE_INTTYPES_H 1
150 
151 /* Define to 1 if you have the `ioctl' function. */
152 #define HAVE_IOCTL 1
153 
154 /* Define if nl_langinfo has CODESET support. */
155 #define HAVE_LANGINFO_CODESET 1
156 
157 /* Define to 1 if you have the <langinfo.h> header file. */
158 #define HAVE_LANGINFO_H 1
159 
160 /* Define to 1 if you have the `bfio' library (-lbfio). */
161 /* #undef HAVE_LIBBFIO */
162 
163 /* Define to 1 if you have the <libbfio.h> header file. */
164 /* #undef HAVE_LIBBFIO_H */
165 
166 /* Define to 1 if you have the `caes' library (-lcaes). */
167 /* #undef HAVE_LIBCAES */
168 
169 /* Define to 1 if you have the <libcaes.h> header file. */
170 /* #undef HAVE_LIBCAES_H */
171 
172 /* Define to 1 if you have the `cdata' library (-lcdata). */
173 /* #undef HAVE_LIBCDATA */
174 
175 /* Define to 1 if you have the <libcdata.h> header file. */
176 /* #undef HAVE_LIBCDATA_H */
177 
178 /* Define to 1 if you have the `cerror' library (-lcerror). */
179 /* #undef HAVE_LIBCERROR */
180 
181 /* Define to 1 if you have the <libcerror.h> header file. */
182 /* #undef HAVE_LIBCERROR_H */
183 
184 /* Define to 1 if you have the `cfile' library (-lcfile). */
185 /* #undef HAVE_LIBCFILE */
186 
187 /* Define to 1 if you have the <libcfile.h> header file. */
188 /* #undef HAVE_LIBCFILE_H */
189 
190 /* Define to 1 if you have the `clocale' library (-lclocale). */
191 /* #undef HAVE_LIBCLOCALE */
192 
193 /* Define to 1 if you have the <libclocale.h> header file. */
194 /* #undef HAVE_LIBCLOCALE_H */
195 
196 /* Define to 1 if you have the `cnotify' library (-lcnotify). */
197 /* #undef HAVE_LIBCNOTIFY */
198 
199 /* Define to 1 if you have the <libcnotify.h> header file. */
200 /* #undef HAVE_LIBCNOTIFY_H */
201 
202 /* Define to 1 if you have the `cpath' library (-lcpath). */
203 /* #undef HAVE_LIBCPATH */
204 
205 /* Define to 1 if you have the <libcpath.h> header file. */
206 /* #undef HAVE_LIBCPATH_H */
207 
208 /* Define to 1 if you have the 'crypto' library (-lcrypto). */
209 #define HAVE_LIBCRYPTO 1
210 
211 /* Define to 1 if you have the `csplit' library (-lcsplit). */
212 /* #undef HAVE_LIBCSPLIT */
213 
214 /* Define to 1 if you have the <libcsplit.h> header file. */
215 /* #undef HAVE_LIBCSPLIT_H */
216 
217 /* Define to 1 if you have the `cthreads' library (-lcthreads). */
218 /* #undef HAVE_LIBCTHREADS */
219 
220 /* Define to 1 if you have the <libcthreads.h> header file. */
221 /* #undef HAVE_LIBCTHREADS_H */
222 
223 /* Define to 1 if you have the `dl' library (-ldl). */
224 #define HAVE_LIBDL 1
225 
226 /* Define to 1 if you have the `fcache' library (-lfcache). */
227 /* #undef HAVE_LIBFCACHE */
228 
229 /* Define to 1 if you have the <libfcache.h> header file. */
230 /* #undef HAVE_LIBFCACHE_H */
231 
232 /* Define to 1 if you have the `fdata' library (-lfdata). */
233 /* #undef HAVE_LIBFDATA */
234 
235 /* Define to 1 if you have the <libfdata.h> header file. */
236 /* #undef HAVE_LIBFDATA_H */
237 
238 /* Define to 1 if you have the 'fuse' library (-lfuse). */
239 #define HAVE_LIBFUSE 1
240 
241 /* Define to 1 if you have the <libintl.h> header file. */
242 #define HAVE_LIBINTL_H 1
243 
244 /* Define to 1 if you have the 'osxfuse' library (-losxfuse). */
245 /* #undef HAVE_LIBOSXFUSE */
246 
247 /* Define to 1 if you have the `una' library (-luna). */
248 /* #undef HAVE_LIBUNA */
249 
250 /* Define to 1 if you have the <libuna.h> header file. */
251 /* #undef HAVE_LIBUNA_H */
252 
253 /* Define to 1 if you have the `z' library (-lz). */
254 /* #undef HAVE_LIBZ */
255 
256 /* Define to 1 if you have the <limits.h> header file. */
257 #define HAVE_LIMITS_H 1
258 
259 /* Define to 1 if you have the <linux/fs.h> header file. */
260 #define HAVE_LINUX_FS_H 1
261 
262 /* Define to 1 if you have the `localeconv' function. */
263 #define HAVE_LOCALECONV 1
264 
265 /* Define to 1 if you have the <locale.h> header file. */
266 #define HAVE_LOCALE_H 1
267 
268 /* Define to 1 if the local version of libbfio is used. */
269 #define HAVE_LOCAL_LIBBFIO 1
270 
271 /* Define to 1 if the local version of libcaes is used. */
272 #define HAVE_LOCAL_LIBCAES 1
273 
274 /* Define to 1 if the local version of libcdata is used. */
275 #define HAVE_LOCAL_LIBCDATA 1
276 
277 /* Define to 1 if the local version of libcerror is used. */
278 #define HAVE_LOCAL_LIBCERROR 1
279 
280 /* Define to 1 if the local version of libcfile is used. */
281 #define HAVE_LOCAL_LIBCFILE 1
282 
283 /* Define to 1 if the local version of libclocale is used. */
284 #define HAVE_LOCAL_LIBCLOCALE 1
285 
286 /* Define to 1 if the local version of libcnotify is used. */
287 #define HAVE_LOCAL_LIBCNOTIFY 1
288 
289 /* Define to 1 if the local version of libcpath is used. */
290 #define HAVE_LOCAL_LIBCPATH 1
291 
292 /* Define to 1 if the local version of libcsplit is used. */
293 #define HAVE_LOCAL_LIBCSPLIT 1
294 
295 /* Define to 1 if the local version of libcthreads is used. */
296 #define HAVE_LOCAL_LIBCTHREADS 1
297 
298 /* Define to 1 if the local version of libfcache is used. */
299 #define HAVE_LOCAL_LIBFCACHE 1
300 
301 /* Define to 1 if the local version of libfdata is used. */
302 #define HAVE_LOCAL_LIBFDATA 1
303 
304 /* Define to 1 if the local version of libuna is used. */
305 #define HAVE_LOCAL_LIBUNA 1
306 
307 /* Define to 1 if you have the `lseek' function. */
308 #define HAVE_LSEEK 1
309 
310 /* Define to 1 if you have the `malloc' function. */
311 #define HAVE_MALLOC 1
312 
313 /* Define to 1 if you have the `memchr' function. */
314 #define HAVE_MEMCHR 1
315 
316 /* Define to 1 if you have the `memcmp' function. */
317 #define HAVE_MEMCMP 1
318 
319 /* Define to 1 if you have the `memcpy' function. */
320 #define HAVE_MEMCPY 1
321 
322 /* Define to 1 if you have the <memory.h> header file. */
323 #define HAVE_MEMORY_H 1
324 
325 /* Define to 1 if you have the `memrchr' function. */
326 #define HAVE_MEMRCHR 1
327 
328 /* Define to 1 if you have the `memset' function. */
329 #define HAVE_MEMSET 1
330 
331 /* Define to 1 if you have the mkdir function. */
332 #define HAVE_MKDIR 1
333 
334 /* Define to 1 if you have the mkdir function with a second mode argument. */
335 #define HAVE_MKDIR_MODE 1
336 
337 /* Define to 1 if you have the `mkstemp' function. */
338 #define HAVE_MKSTEMP 1
339 
340 /* Define to 1 if multi thread support should be used. */
341 #define HAVE_MULTI_THREAD_SUPPORT 1
342 
343 /* Define to 1 if you have the `nl_langinfo' function. */
344 #define HAVE_NL_LANGINFO 1
345 
346 /* Define to 1 if you have the `open' function. */
347 #define HAVE_OPEN 1
348 
349 /* Define to 1 if you have the <openssl/aes.h> header file. */
350 /* #undef HAVE_OPENSSL_AES_H */
351 
352 /* Define to 1 if you have the <openssl/evp.h> header file. */
353 #define HAVE_OPENSSL_EVP_H 1
354 
355 /* Define to 1 if you have the <openssl/opensslv.h> header file. */
356 /* #undef HAVE_OPENSSL_OPENSSLV_H */
357 
358 /* Define to 1 if you have the <osxfuse/fuse.h> header file. */
359 /* #undef HAVE_OSXFUSE_FUSE_H */
360 
361 /* Define to 1 if you have the posix_fadvise function. */
362 #define HAVE_POSIX_FADVISE 1
363 
364 /* Define to 1 whether printf supports the conversion specifier "%jd". */
365 #define HAVE_PRINTF_JD 1
366 
367 /* Define to 1 whether printf supports the conversion specifier "%zd". */
368 #define HAVE_PRINTF_ZD 1
369 
370 /* Define to 1 if you have the 'pthread' library (-lpthread). */
371 #define HAVE_PTHREAD 1
372 
373 /* Define to 1 if you have the <pthread.h> header file. */
374 #define HAVE_PTHREAD_H 1
375 
376 /* Define to 1 if you have the <Python.h> header file. */
377 /* #undef HAVE_PYTHON_H */
378 
379 /* Define to 1 if you have the `read' function. */
380 #define HAVE_READ 1
381 
382 /* Define to 1 if you have the `realloc' function. */
383 #define HAVE_REALLOC 1
384 
385 /* Define to 1 if you have the `setenv' function. */
386 #define HAVE_SETENV 1
387 
388 /* Define to 1 if you have the `setlocale' function. */
389 #define HAVE_SETLOCALE 1
390 
391 /* Define to 1 if you have the `setvbuf' function. */
392 #define HAVE_SETVBUF 1
393 
394 /* Define to 1 if you have the <signal.h> header file. */
395 #define HAVE_SIGNAL_H 1
396 
397 /* Define to 1 if you have the `snprintf' function. */
398 #define HAVE_SNPRINTF 1
399 
400 /* Define to 1 if you have the `sscanf' function. */
401 #define HAVE_SSCANF 1
402 
403 /* Define to 1 if you have the `stat' function. */
404 #define HAVE_STAT 1
405 
406 /* Define to 1 if you have the <stdarg.h> header file. */
407 #define HAVE_STDARG_H 1
408 
409 /* Define to 1 if you have the <stdint.h> header file. */
410 #define HAVE_STDINT_H 1
411 
412 /* Define to 1 if you have the <stdio.h> header file. */
413 #define HAVE_STDIO_H 1
414 
415 /* Define to 1 if you have the <stdlib.h> header file. */
416 #define HAVE_STDLIB_H 1
417 
418 /* Define to 1 if you have the `strcasecmp' function. */
419 #define HAVE_STRCASECMP 1
420 
421 /* Define to 1 if you have the `strchr' function. */
422 #define HAVE_STRCHR 1
423 
424 /* Define to 1 if you have the `strerror' function. */
425 /* #undef HAVE_STRERROR */
426 
427 /* Define to 1 if you have the `strerror_r' function. */
428 #define HAVE_STRERROR_R 1
429 
430 /* Define to 1 if you have the <strings.h> header file. */
431 #define HAVE_STRINGS_H 1
432 
433 /* Define to 1 if you have the <string.h> header file. */
434 #define HAVE_STRING_H 1
435 
436 /* Define to 1 if you have the `strlen' function. */
437 #define HAVE_STRLEN 1
438 
439 /* Define to 1 if you have the `strncasecmp' function. */
440 #define HAVE_STRNCASECMP 1
441 
442 /* Define to 1 if you have the `strncmp' function. */
443 #define HAVE_STRNCMP 1
444 
445 /* Define to 1 if you have the `strncpy' function. */
446 #define HAVE_STRNCPY 1
447 
448 /* Define to 1 if you have the `strnicmp' function. */
449 /* #undef HAVE_STRNICMP */
450 
451 /* Define to 1 if you have the `strrchr' function. */
452 #define HAVE_STRRCHR 1
453 
454 /* Define to 1 if you have the `strstr' function. */
455 #define HAVE_STRSTR 1
456 
457 /* Define to 1 if you have the `swprintf' function. */
458 /* #undef HAVE_SWPRINTF */
459 
460 /* Define to 1 if you have the <sys/disklabel.h> header file. */
461 /* #undef HAVE_SYS_DISKLABEL_H */
462 
463 /* Define to 1 if you have the <sys/disk.h> header file. */
464 /* #undef HAVE_SYS_DISK_H */
465 
466 /* Define to 1 if you have the <sys/ioctl.h> header file. */
467 #define HAVE_SYS_IOCTL_H 1
468 
469 /* Define to 1 if you have the <sys/signal.h> header file. */
470 #define HAVE_SYS_SIGNAL_H 1
471 
472 /* Define to 1 if you have the <sys/stat.h> header file. */
473 #define HAVE_SYS_STAT_H 1
474 
475 /* Define to 1 if you have the <sys/syslimits.h> header file. */
476 /* #undef HAVE_SYS_SYSLIMITS_H */
477 
478 /* Define to 1 if you have the <sys/types.h> header file. */
479 #define HAVE_SYS_TYPES_H 1
480 
481 /* Define to 1 if you have the `time' function. */
482 #define HAVE_TIME 1
483 
484 /* Define to 1 if you have the `towlower' function. */
485 /* #undef HAVE_TOWLOWER */
486 
487 /* Define to 1 if you have the `tzset' function. */
488 #define HAVE_TZSET 1
489 
490 /* Define to 1 if you have the <unistd.h> header file. */
491 #define HAVE_UNISTD_H 1
492 
493 /* Define to 1 if you have the `unlink' function. */
494 #define HAVE_UNLINK 1
495 
496 /* Define to 1 if you have the <varargs.h> header file. */
497 /* #undef HAVE_VARARGS_H */
498 
499 /* Define to 1 if verbose output should be used. */
500 /* #undef HAVE_VERBOSE_OUTPUT */
501 
502 /* Define to 1 if you have the `vfprintf' function. */
503 #define HAVE_VFPRINTF 1
504 
505 /* Define to 1 if you have the `vsnprintf' function. */
506 #define HAVE_VSNPRINTF 1
507 
508 /* Define to 1 if you have the <wchar.h> header file. */
509 #define HAVE_WCHAR_H 1
510 
511 /* Define to 1 if you have the `wcscasecmp' function. */
512 /* #undef HAVE_WCSCASECMP */
513 
514 /* Define to 1 if you have the `wcschr' function. */
515 /* #undef HAVE_WCSCHR */
516 
517 /* Define to 1 if you have the `wcslen' function. */
518 /* #undef HAVE_WCSLEN */
519 
520 /* Define to 1 if you have the `wcsncasecmp' function. */
521 /* #undef HAVE_WCSNCASECMP */
522 
523 /* Define to 1 if you have the `wcsncmp' function. */
524 /* #undef HAVE_WCSNCMP */
525 
526 /* Define to 1 if you have the `wcsncpy' function. */
527 /* #undef HAVE_WCSNCPY */
528 
529 /* Define to 1 if you have the `wcsnicmp' function. */
530 /* #undef HAVE_WCSNICMP */
531 
532 /* Define to 1 if you have the `wcsrchr' function. */
533 /* #undef HAVE_WCSRCHR */
534 
535 /* Define to 1 if you have the `wcsstr' function. */
536 /* #undef HAVE_WCSSTR */
537 
538 /* Define to 1 if you have the `wcstombs' function. */
539 /* #undef HAVE_WCSTOMBS */
540 
541 /* Define to 1 if you have the <wctype.h> header file. */
542 #define HAVE_WCTYPE_H 1
543 
544 /* Define to 1 if wide character type should be used. */
545 /* #undef HAVE_WIDE_CHARACTER_TYPE */
546 
547 /* Define to 1 if you have the <windows.h> header file. */
548 /* #undef HAVE_WINDOWS_H */
549 
550 /* Define to 1 if you have the `wmemchr' function. */
551 /* #undef HAVE_WMEMCHR */
552 
553 /* Define to 1 if you have the `wmemcmp' function. */
554 /* #undef HAVE_WMEMCMP */
555 
556 /* Define to 1 if you have the `wmemcpy' function. */
557 /* #undef HAVE_WMEMCPY */
558 
559 /* Define to 1 if you have the `wmemrchr' function. */
560 /* #undef HAVE_WMEMRCHR */
561 
562 /* Define to 1 if you have the `write' function. */
563 #define HAVE_WRITE 1
564 
565 /* Define to 1 if you have the 'zlib' library (-lz). */
566 #define HAVE_ZLIB 1
567 
568 /* Define to 1 if you have the <zlib.h> header file. */
569 /* #undef HAVE_ZLIB_H */
570 
571 /* Define to 1 if you have the `inflateInit', `inflate', `inflateEnd'
572    functions. */
573 #define HAVE_ZLIB_INFLATE 1
574 
575 /* Define to 1 if you have the `inflateInit2' function. */
576 #define HAVE_ZLIB_INFLATE_INIT2 1
577 
578 /* Define to the sub-directory where libtool stores uninstalled libraries. */
579 #define LT_OBJDIR ".libs/"
580 
581 /* Name of package */
582 #define PACKAGE "libqcow"
583 
584 /* Define to the address where bug reports for this package should be sent. */
585 #define PACKAGE_BUGREPORT "joachim.metz@gmail.com"
586 
587 /* Define to the full name of this package. */
588 #define PACKAGE_NAME "libqcow"
589 
590 /* Define to the full name and version of this package. */
591 #define PACKAGE_STRING "libqcow 20210419"
592 
593 /* Define to the one symbol short name of this package. */
594 #define PACKAGE_TARNAME "libqcow"
595 
596 /* Define to the home page for this package. */
597 #define PACKAGE_URL ""
598 
599 /* Define to the version of this package. */
600 #define PACKAGE_VERSION "20210419"
601 
602 /* The size of `int', as computed by sizeof. */
603 #define SIZEOF_INT 4
604 
605 /* The size of `long', as computed by sizeof. */
606 #define SIZEOF_LONG 8
607 
608 /* The size of `off_t', as computed by sizeof. */
609 #define SIZEOF_OFF_T 8
610 
611 /* The size of `size_t', as computed by sizeof. */
612 #define SIZEOF_SIZE_T 8
613 
614 /* The size of `wchar_t', as computed by sizeof. */
615 #define SIZEOF_WCHAR_T 4
616 
617 /* Define to 1 if you have the ANSI C header files. */
618 #define STDC_HEADERS 1
619 
620 /* Define to 1 if strerror_r returns char *. */
621 /* #undef STRERROR_R_CHAR_P */
622 
623 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
624 #define TIME_WITH_SYS_TIME 1
625 
626 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
627 /* #undef TM_IN_SYS_TIME */
628 
629 /* Version number of package */
630 #define VERSION "20210419"
631 
632 /* Enable large inode numbers on Mac OS X 10.5.  */
633 #ifndef _DARWIN_USE_64_BIT_INODE
634 # define _DARWIN_USE_64_BIT_INODE 1
635 #endif
636 
637 /* Number of bits in a file offset, on hosts where this is settable. */
638 /* #undef _FILE_OFFSET_BITS */
639 
640 /* Define for large files, on AIX-style hosts. */
641 /* #undef _LARGE_FILES */
642 
643 /* Define to empty if `const' does not conform to ANSI C. */
644 /* #undef const */
645 
646 /* Define to `int' if <sys/types.h> does not define. */
647 /* #undef mode_t */
648 
649 /* Define to `long int' if <sys/types.h> does not define. */
650 /* #undef off_t */
651 
652 /* Define to `unsigned int' if <sys/types.h> does not define. */
653 /* #undef size_t */
654 
655 /* Define to empty if the keyword `volatile' does not work. Warning: valid
656    code using `volatile' can become incorrect without. Disable with care. */
657 /* #undef volatile */
658