File: config.h.in

package info (click to toggle)
libbde 20190102-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 14,016 kB
  • sloc: ansic: 214,672; sh: 5,968; makefile: 1,412; python: 434; sed: 16
file content (697 lines) | stat: -rw-r--r-- 19,072 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
/* common/config.h.in.  Generated from configure.ac by autoheader.  */

/* Define to 1 if translation of program messages to the user's native
   language is requested. */
#undef ENABLE_NLS

/* Define to 1 if you have the `AES_cbc_encrypt' function". */
#undef HAVE_AES_CBC_ENCRYPT

/* Define to 1 if you have the `AES_ecb_encrypt' function". */
#undef HAVE_AES_ECB_ENCRYPT

/* Define to 1 if you have the `bindtextdomain' function. */
#undef HAVE_BINDTEXTDOMAIN

/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
   CoreFoundation framework. */
#undef HAVE_CFLOCALECOPYCURRENT

/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
   the CoreFoundation framework. */
#undef HAVE_CFPREFERENCESCOPYAPPVALUE

/* Define to 1 if you have the `chdir' function. */
#undef HAVE_CHDIR

/* Define to 1 if you have the `clock_gettime' function. */
#undef HAVE_CLOCK_GETTIME

/* Define to 1 if you have the `close' function. */
#undef HAVE_CLOSE

/* Define to 1 if you have the <cygwin/fs.h> header file. */
#undef HAVE_CYGWIN_FS_H

/* Define if the GNU dcgettext() function is already present or preinstalled.
   */
#undef HAVE_DCGETTEXT

/* Define to 1 if debug output should be used. */
#undef HAVE_DEBUG_OUTPUT

/* Define to 1 if you have the declaration of `memrchr', and to 0 if you
   don't. */
#undef HAVE_DECL_MEMRCHR

/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
   don't. */
#undef HAVE_DECL_STRERROR_R

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Define to 1 to enable the DllMain function. */
#undef HAVE_DLLMAIN

/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H

/* Define to 1 if you have the `EVP_CIPHER_CTX_cleanup' function". */
#undef HAVE_EVP_CIPHER_CTX_CLEANUP

/* Define to 1 if you have the `EVP_CIPHER_CTX_init' function". */
#undef HAVE_EVP_CIPHER_CTX_INIT

/* Define to 1 if you have the `EVP_aes_128_cbc', `EVP_aes_192_cbc' and
   `EVP_aes_256_cbc' functions". */
#undef HAVE_EVP_CRYPTO_AES_CBC

/* Define to 1 if you have the `EVP_aes_128_ecb', `EVP_aes_192_ecb' and
   `EVP_aes_256_ecb' functions". */
#undef HAVE_EVP_CRYPTO_AES_ECB

/* Define to 1 if you have the `EVP_aes_128_xts' and `EVP_aes_256_xts'
   functions". */
#undef HAVE_EVP_CRYPTO_AES_XTS

/* Define to 1 if you have the `EVP_md5' function". */
#undef HAVE_EVP_MD5

/* Define to 1 if you have the `EVP_MD_CTX_cleanup' function". */
#undef HAVE_EVP_MD_CTX_CLEANUP

/* Define to 1 if you have the `EVP_MD_CTX_init' function". */
#undef HAVE_EVP_MD_CTX_INIT

/* Define to 1 if you have the `EVP_sha1' function". */
#undef HAVE_EVP_SHA1

/* Define to 1 if you have the `EVP_sha224' function". */
#undef HAVE_EVP_SHA224

/* Define to 1 if you have the `EVP_sha256' function". */
#undef HAVE_EVP_SHA256

/* Define to 1 if you have the `EVP_sha512' function". */
#undef HAVE_EVP_SHA512

/* Define to 1 if you have the `fclose' function. */
#undef HAVE_FCLOSE

/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H

/* Define to 1 if you have the `feof' function. */
#undef HAVE_FEOF

/* Define to 1 if you have the `fgets' function. */
#undef HAVE_FGETS

/* Define to 1 if you have the `fgetws' function. */
#undef HAVE_FGETWS

/* Define to 1 if you have the `fmemopen' function. */
#undef HAVE_FMEMOPEN

/* Define to 1 if you have the `fopen' function. */
#undef HAVE_FOPEN

/* Define to 1 if you have the `fread' function. */
#undef HAVE_FREAD

/* Define to 1 if you have the `free' function. */
#undef HAVE_FREE

/* Define to 1 if you have the `fseeko' function. */
#undef HAVE_FSEEKO

/* Define to 1 if you have the `fseeko64' function. */
#undef HAVE_FSEEKO64

/* Define to 1 if you have the `fstat' function. */
#undef HAVE_FSTAT

/* Define to 1 if you have the `ftruncate' function. */
#undef HAVE_FTRUNCATE

/* Define to 1 if you have the <fuse.h> header file. */
#undef HAVE_FUSE_H

/* Define to 1 if you have the `fwrite' function. */
#undef HAVE_FWRITE

/* Define to 1 if you have the `getcwd' function. */
#undef HAVE_GETCWD

/* Define to 1 if you have the `getegid' function. */
#undef HAVE_GETEGID

/* Define to 1 if you have the `getenv' function. */
#undef HAVE_GETENV

/* Define to 1 if you have the `geteuid' function. */
#undef HAVE_GETEUID

/* Define to 1 if you have the `getopt' function. */
#undef HAVE_GETOPT

/* Define if the GNU gettext() function is already present or preinstalled. */
#undef HAVE_GETTEXT

/* Define to 1 if dlsym funtion is available in GNU dl. */
#undef HAVE_GNU_DL_DLSYM

/* Define if you have the iconv() function and it works. */
#undef HAVE_ICONV

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have the `ioctl' function. */
#undef HAVE_IOCTL

/* Define if nl_langinfo has CODESET support. */
#undef HAVE_LANGINFO_CODESET

/* Define to 1 if you have the <langinfo.h> header file. */
#undef HAVE_LANGINFO_H

/* Define to 1 if you have the `bfio' library (-lbfio). */
#undef HAVE_LIBBFIO

/* Define to 1 if you have the <libbfio.h> header file. */
#undef HAVE_LIBBFIO_H

/* Define to 1 if you have the `caes' library (-lcaes). */
#undef HAVE_LIBCAES

/* Define to 1 if you have the <libcaes.h> header file. */
#undef HAVE_LIBCAES_H

/* Define to 1 if you have the `cdata' library (-lcdata). */
#undef HAVE_LIBCDATA

/* Define to 1 if you have the <libcdata.h> header file. */
#undef HAVE_LIBCDATA_H

/* Define to 1 if you have the `cerror' library (-lcerror). */
#undef HAVE_LIBCERROR

/* Define to 1 if you have the <libcerror.h> header file. */
#undef HAVE_LIBCERROR_H

/* Define to 1 if you have the `cfile' library (-lcfile). */
#undef HAVE_LIBCFILE

/* Define to 1 if you have the <libcfile.h> header file. */
#undef HAVE_LIBCFILE_H

/* Define to 1 if you have the `clocale' library (-lclocale). */
#undef HAVE_LIBCLOCALE

/* Define to 1 if you have the <libclocale.h> header file. */
#undef HAVE_LIBCLOCALE_H

/* Define to 1 if you have the `cnotify' library (-lcnotify). */
#undef HAVE_LIBCNOTIFY

/* Define to 1 if you have the <libcnotify.h> header file. */
#undef HAVE_LIBCNOTIFY_H

/* Define to 1 if you have the `cpath' library (-lcpath). */
#undef HAVE_LIBCPATH

/* Define to 1 if you have the <libcpath.h> header file. */
#undef HAVE_LIBCPATH_H

/* Define to 1 if you have the 'crypto' library (-lcrypto). */
#undef HAVE_LIBCRYPTO

/* Define to 1 if you have the `csplit' library (-lcsplit). */
#undef HAVE_LIBCSPLIT

/* Define to 1 if you have the <libcsplit.h> header file. */
#undef HAVE_LIBCSPLIT_H

/* Define to 1 if you have the `cthreads' library (-lcthreads). */
#undef HAVE_LIBCTHREADS

/* Define to 1 if you have the <libcthreads.h> header file. */
#undef HAVE_LIBCTHREADS_H

/* Define to 1 if you have the `dl' library (-ldl). */
#undef HAVE_LIBDL

/* Define to 1 if you have the `fcache' library (-lfcache). */
#undef HAVE_LIBFCACHE

/* Define to 1 if you have the <libfcache.h> header file. */
#undef HAVE_LIBFCACHE_H

/* Define to 1 if you have the `fdata' library (-lfdata). */
#undef HAVE_LIBFDATA

/* Define to 1 if you have the <libfdata.h> header file. */
#undef HAVE_LIBFDATA_H

/* Define to 1 if you have the `fdatetime' library (-lfdatetime). */
#undef HAVE_LIBFDATETIME

/* Define to 1 if you have the <libfdatetime.h> header file. */
#undef HAVE_LIBFDATETIME_H

/* Define to 1 if you have the `fguid' library (-lfguid). */
#undef HAVE_LIBFGUID

/* Define to 1 if you have the <libfguid.h> header file. */
#undef HAVE_LIBFGUID_H

/* Define to 1 if you have the 'fuse' library (-lfuse). */
#undef HAVE_LIBFUSE

/* Define to 1 if you have the `fvalue' library (-lfvalue). */
#undef HAVE_LIBFVALUE

/* Define to 1 if you have the <libfvalue.h> header file. */
#undef HAVE_LIBFVALUE_H

/* Define to 1 if you have the `hmac' library (-lhmac). */
#undef HAVE_LIBHMAC

/* Define to 1 if you have the <libhmac.h> header file. */
#undef HAVE_LIBHMAC_H

/* Define to 1 if you have the <libintl.h> header file. */
#undef HAVE_LIBINTL_H

/* Define to 1 if you have the 'osxfuse' library (-losxfuse). */
#undef HAVE_LIBOSXFUSE

/* Define to 1 if you have the `una' library (-luna). */
#undef HAVE_LIBUNA

/* Define to 1 if you have the <libuna.h> header file. */
#undef HAVE_LIBUNA_H

/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H

/* Define to 1 if you have the <linux/fs.h> header file. */
#undef HAVE_LINUX_FS_H

/* Define to 1 if you have the `localeconv' function. */
#undef HAVE_LOCALECONV

/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H

/* Define to 1 if the local version of libbfio is used. */
#undef HAVE_LOCAL_LIBBFIO

/* Define to 1 if the local version of libcaes is used. */
#undef HAVE_LOCAL_LIBCAES

/* Define to 1 if the local version of libcdata is used. */
#undef HAVE_LOCAL_LIBCDATA

/* Define to 1 if the local version of libcerror is used. */
#undef HAVE_LOCAL_LIBCERROR

/* Define to 1 if the local version of libcfile is used. */
#undef HAVE_LOCAL_LIBCFILE

/* Define to 1 if the local version of libclocale is used. */
#undef HAVE_LOCAL_LIBCLOCALE

/* Define to 1 if the local version of libcnotify is used. */
#undef HAVE_LOCAL_LIBCNOTIFY

/* Define to 1 if the local version of libcpath is used. */
#undef HAVE_LOCAL_LIBCPATH

/* Define to 1 if the local version of libcsplit is used. */
#undef HAVE_LOCAL_LIBCSPLIT

/* Define to 1 if the local version of libcthreads is used. */
#undef HAVE_LOCAL_LIBCTHREADS

/* Define to 1 if the local version of libfcache is used. */
#undef HAVE_LOCAL_LIBFCACHE

/* Define to 1 if the local version of libfdata is used. */
#undef HAVE_LOCAL_LIBFDATA

/* Define to 1 if the local version of libfdatetime is used. */
#undef HAVE_LOCAL_LIBFDATETIME

/* Define to 1 if the local version of libfguid is used. */
#undef HAVE_LOCAL_LIBFGUID

/* Define to 1 if the local version of libfvalue is used. */
#undef HAVE_LOCAL_LIBFVALUE

/* Define to 1 if the local version of libhmac is used. */
#undef HAVE_LOCAL_LIBHMAC

/* Define to 1 if the local version of libuna is used. */
#undef HAVE_LOCAL_LIBUNA

/* Define to 1 if you have the `lseek' function. */
#undef HAVE_LSEEK

/* Define to 1 if you have the `malloc' function. */
#undef HAVE_MALLOC

/* Define to 1 if you have the `memchr' function. */
#undef HAVE_MEMCHR

/* Define to 1 if you have the `memcmp' function. */
#undef HAVE_MEMCMP

/* Define to 1 if you have the `memcpy' function. */
#undef HAVE_MEMCPY

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have the `memrchr' function. */
#undef HAVE_MEMRCHR

/* Define to 1 if you have the `memset' function. */
#undef HAVE_MEMSET

/* Define to 1 if you have the mkdir function. */
#undef HAVE_MKDIR

/* Define to 1 if you have the mkdir function with a second mode argument. */
#undef HAVE_MKDIR_MODE

/* Define to 1 if you have the `mkstemp' function. */
#undef HAVE_MKSTEMP

/* Define to 1 if multi thread support should be used. */
#undef HAVE_MULTI_THREAD_SUPPORT

/* Define to 1 if you have the `nl_langinfo' function. */
#undef HAVE_NL_LANGINFO

/* Define to 1 if you have the `open' function. */
#undef HAVE_OPEN

/* Define to 1 if you have the <openssl/aes.h> header file. */
#undef HAVE_OPENSSL_AES_H

/* Define to 1 if you have the <openssl/evp.h> header file. */
#undef HAVE_OPENSSL_EVP_H

/* Define to 1 if you have the <openssl/md5.h> header file. */
#undef HAVE_OPENSSL_MD5_H

/* Define to 1 if you have the <openssl/opensslv.h> header file. */
#undef HAVE_OPENSSL_OPENSSLV_H

/* Define to 1 if you have the <openssl/sha.h> header file. */
#undef HAVE_OPENSSL_SHA_H

/* Define to 1 if you have the <osxfuse/fuse.h> header file. */
#undef HAVE_OSXFUSE_FUSE_H

/* Define to 1 if you have the posix_fadvise function. */
#undef HAVE_POSIX_FADVISE

/* Define to 1 whether printf supports the conversion specifier "%jd". */
#undef HAVE_PRINTF_JD

/* Define to 1 whether printf supports the conversion specifier "%zd". */
#undef HAVE_PRINTF_ZD

/* Define to 1 if you have the 'pthread' library (-lpthread). */
#undef HAVE_PTHREAD

/* Define to 1 if you have the <pthread.h> header file. */
#undef HAVE_PTHREAD_H

/* Define to 1 if you have the <Python.h> header file. */
#undef HAVE_PYTHON_H

/* Define to 1 if you have the `read' function. */
#undef HAVE_READ

/* Define to 1 if you have the `realloc' function. */
#undef HAVE_REALLOC

/* Define to 1 if you have the `setlocale' function. */
#undef HAVE_SETLOCALE

/* Define to 1 if you have the `setvbuf' function. */
#undef HAVE_SETVBUF

/* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H

/* Define to 1 if you have the `snprintf' function. */
#undef HAVE_SNPRINTF

/* Define to 1 if you have the `sscanf' function. */
#undef HAVE_SSCANF

/* Define to 1 if you have the `stat' function. */
#undef HAVE_STAT

/* Define to 1 if you have the <stdarg.h> header file. */
#undef HAVE_STDARG_H

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the `strcasecmp' function. */
#undef HAVE_STRCASECMP

/* Define to 1 if you have the `strchr' function. */
#undef HAVE_STRCHR

/* Define to 1 if you have the `strerror' function. */
#undef HAVE_STRERROR

/* Define to 1 if you have the `strerror_r' function. */
#undef HAVE_STRERROR_R

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the `strlen' function. */
#undef HAVE_STRLEN

/* Define to 1 if you have the `strncasecmp' function. */
#undef HAVE_STRNCASECMP

/* Define to 1 if you have the `strncmp' function. */
#undef HAVE_STRNCMP

/* Define to 1 if you have the `strncpy' function. */
#undef HAVE_STRNCPY

/* Define to 1 if you have the `strnicmp' function. */
#undef HAVE_STRNICMP

/* Define to 1 if you have the `strrchr' function. */
#undef HAVE_STRRCHR

/* Define to 1 if you have the `strstr' function. */
#undef HAVE_STRSTR

/* Define to 1 if you have the `swprintf' function. */
#undef HAVE_SWPRINTF

/* Define to 1 if you have the <sys/disklabel.h> header file. */
#undef HAVE_SYS_DISKLABEL_H

/* Define to 1 if you have the <sys/disk.h> header file. */
#undef HAVE_SYS_DISK_H

/* Define to 1 if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H

/* Define to 1 if you have the <sys/signal.h> header file. */
#undef HAVE_SYS_SIGNAL_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/syslimits.h> header file. */
#undef HAVE_SYS_SYSLIMITS_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the `time' function. */
#undef HAVE_TIME

/* Define to 1 if you have the `towlower' function. */
#undef HAVE_TOWLOWER

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to 1 if you have the `unlink' function. */
#undef HAVE_UNLINK

/* Define to 1 if you have the <varargs.h> header file. */
#undef HAVE_VARARGS_H

/* Define to 1 if verbose output should be used. */
#undef HAVE_VERBOSE_OUTPUT

/* Define to 1 if you have the `vfprintf' function. */
#undef HAVE_VFPRINTF

/* Define to 1 if you have the `vsnprintf' function. */
#undef HAVE_VSNPRINTF

/* Define to 1 if you have the <wchar.h> header file. */
#undef HAVE_WCHAR_H

/* Define to 1 if you have the `wcscasecmp' function. */
#undef HAVE_WCSCASECMP

/* Define to 1 if you have the `wcschr' function. */
#undef HAVE_WCSCHR

/* Define to 1 if you have the `wcslen' function. */
#undef HAVE_WCSLEN

/* Define to 1 if you have the `wcsncasecmp' function. */
#undef HAVE_WCSNCASECMP

/* Define to 1 if you have the `wcsncmp' function. */
#undef HAVE_WCSNCMP

/* Define to 1 if you have the `wcsncpy' function. */
#undef HAVE_WCSNCPY

/* Define to 1 if you have the `wcsnicmp' function. */
#undef HAVE_WCSNICMP

/* Define to 1 if you have the `wcsrchr' function. */
#undef HAVE_WCSRCHR

/* Define to 1 if you have the `wcsstr' function. */
#undef HAVE_WCSSTR

/* Define to 1 if you have the `wcstombs' function. */
#undef HAVE_WCSTOMBS

/* Define to 1 if you have the <wctype.h> header file. */
#undef HAVE_WCTYPE_H

/* Define to 1 if wide character type should be used. */
#undef HAVE_WIDE_CHARACTER_TYPE

/* Define to 1 if you have the <windows.h> header file. */
#undef HAVE_WINDOWS_H

/* Define to 1 if you have the `wmemchr' function. */
#undef HAVE_WMEMCHR

/* Define to 1 if you have the `wmemcmp' function. */
#undef HAVE_WMEMCMP

/* Define to 1 if you have the `wmemcpy' function. */
#undef HAVE_WMEMCPY

/* Define to 1 if you have the `wmemrchr' function. */
#undef HAVE_WMEMRCHR

/* Define to 1 if you have the `write' function. */
#undef HAVE_WRITE

/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR

/* Name of package */
#undef PACKAGE

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* The size of `int', as computed by sizeof. */
#undef SIZEOF_INT

/* The size of `long', as computed by sizeof. */
#undef SIZEOF_LONG

/* The size of `off_t', as computed by sizeof. */
#undef SIZEOF_OFF_T

/* The size of `size_t', as computed by sizeof. */
#undef SIZEOF_SIZE_T

/* The size of `wchar_t', as computed by sizeof. */
#undef SIZEOF_WCHAR_T

/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

/* Define to 1 if strerror_r returns char *. */
#undef STRERROR_R_CHAR_P

/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME

/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#undef TM_IN_SYS_TIME

/* Version number of package */
#undef VERSION

/* Enable large inode numbers on Mac OS X 10.5.  */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif

/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS

/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES

/* Define to empty if `const' does not conform to ANSI C. */
#undef const

/* Define to `int' if <sys/types.h> does not define. */
#undef mode_t

/* Define to `long int' if <sys/types.h> does not define. */
#undef off_t

/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t

/* Define to empty if the keyword `volatile' does not work. Warning: valid
   code using `volatile' can become incorrect without. Disable with care. */
#undef volatile