]> git.wh0rd.org - dump.git/blame - config.h.in
Fix an issue with the size of dump maps appearing when the filesystem has been resize...
[dump.git] / config.h.in
CommitLineData
e7d18957 1/* config.h.in. Generated from configure.in by autoheader. */
1227625a 2
e7d18957
SP
3/* Define this if you want to include Quick File Access debugging code. */
4#undef DEBUG_QFA
1227625a 5
d1925e0c
SP
6/* Define this if you want to include Mac OSX restore compatibility. */
7#undef DUMP_MACOSX
8
c9e4e868
SP
9/* Define this if you have the blkid library. */
10#undef HAVE_BLKID
11
e7d18957
SP
12/* Define this if you have bzlib compression library. */
13#undef HAVE_BZLIB
1227625a 14
e7d18957 15/* Define to 1 if you have the `err' function. */
1227625a
SP
16#undef HAVE_ERR
17
e7d18957 18/* Define to 1 if you have the `errx' function. */
1227625a
SP
19#undef HAVE_ERRX
20
e7d18957
SP
21/* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */
22#undef HAVE_EXT2FS_EXT2_FS_H
23
24/* Define if we have the ext2_ino_t type (from e2fsprogs 1.20+). */
25#undef HAVE_EXT2_INO_T
26
27/* Define if we have the s_journal_inum field in struct ext2_super_block. */
28#undef HAVE_EXT2_JOURNAL_INUM
29
30/* Define if you have the glob function. */
31#undef HAVE_GLOB
32
33/* Define to 1 if you have the <inttypes.h> header file. */
34#undef HAVE_INTTYPES_H
35
36/* Define to 1 if you have the `lchown' function. */
37#undef HAVE_LCHOWN
38
39/* Define to 1 if you have the <memory.h> header file. */
40#undef HAVE_MEMORY_H
41
42/* Define if you want to include readline support. */
43#undef HAVE_READLINE
44
45/* Define this if your readline libs have the rl_completion_append_character
46 variable. */
47#undef HAVE_READLINE_CAC
48
49/* Define this if your readline libs have the rl_completion_matches library.
50 */
51#undef HAVE_READLINE_RLCM
52
53/* Define to 1 if you have the `realpath' function. */
1227625a
SP
54#undef HAVE_REALPATH
55
e7d18957
SP
56/* Define to 1 if you have the <stdint.h> header file. */
57#undef HAVE_STDINT_H
58
59/* Define to 1 if you have the <stdlib.h> header file. */
60#undef HAVE_STDLIB_H
61
62/* Define to 1 if you have the <strings.h> header file. */
63#undef HAVE_STRINGS_H
64
65/* Define to 1 if you have the <string.h> header file. */
66#undef HAVE_STRING_H
67
68/* Define to 1 if you have the <sys/stat.h> header file. */
69#undef HAVE_SYS_STAT_H
70
71/* Define to 1 if you have the <sys/types.h> header file. */
72#undef HAVE_SYS_TYPES_H
73
74/* Define to 1 if you have the <unistd.h> header file. */
75#undef HAVE_UNISTD_H
76
77/* Define to 1 if you have the `verr' function. */
1227625a
SP
78#undef HAVE_VERR
79
e7d18957 80/* Define to 1 if you have the `verrx' function. */
1227625a
SP
81#undef HAVE_VERRX
82
e7d18957 83/* Define to 1 if you have the `vwarn' function. */
1227625a
SP
84#undef HAVE_VWARN
85
e7d18957 86/* Define to 1 if you have the `vwarnx' function. */
1227625a
SP
87#undef HAVE_VWARNX
88
e7d18957 89/* Define to 1 if you have the `warn' function. */
1227625a
SP
90#undef HAVE_WARN
91
e7d18957 92/* Define to 1 if you have the `warnx' function. */
1227625a 93#undef HAVE_WARNX
ddd2ef55 94
e7d18957
SP
95/* Define this if you have zlib compression library. */
96#undef HAVE_ZLIB
08ebf8d7 97
e7d18957
SP
98/* Define this is you want old style F script (no arguments). */
99#undef OLD_STYLE_FSCRIPT
c38e5b6a 100
e7d18957
SP
101/* Define to the address where bug reports for this package should be sent. */
102#undef PACKAGE_BUGREPORT
d8574d45 103
e7d18957
SP
104/* Define to the full name of this package. */
105#undef PACKAGE_NAME
e4a8bde4 106
e7d18957
SP
107/* Define to the full name and version of this package. */
108#undef PACKAGE_STRING
a4f547cd 109
e7d18957
SP
110/* Define to the one symbol short name of this package. */
111#undef PACKAGE_TARNAME
d6967896 112
e7d18957
SP
113/* Define to the version of this package. */
114#undef PACKAGE_VERSION
4d5ed2f3 115
e7d18957
SP
116/* Define to 1 if you have the ANSI C header files. */
117#undef STDC_HEADERS
35b24fb7 118
e7d18957
SP
119/* Define this if you want Large File System support. */
120#undef USE_LFS
88ef261e 121
e7d18957 122/* Define this if you want Quick File Access support. */
35b24fb7
SP
123#undef USE_QFA
124
e7d18957
SP
125/* Define to `int64_t' if <sys/types.h> does not define. */
126#undef quad_t
bcecd677 127
e7d18957
SP
128/* Define to `uint64_t' if <sys/types.h> does not define. */
129#undef u_quad_t