]> git.wh0rd.org - dump.git/blame - config.h.in
Fix nodump or exclude inodes propagation on directory tree.
[dump.git] / config.h.in
CommitLineData
1227625a
SP
1/* config.h.in. Generated automatically from configure.in by autoheader. */
2
3/* Define if you have the ANSI C header files. */
4#undef STDC_HEADERS
5
6/* Define to __s64 if <sys/types.h> does not define */
7#undef quad_t
8
9/* Define to __u64 if <sys/types.h> does not define */
10#undef u_quad_t
11
12/* Define if you have the err function. */
13#undef HAVE_ERR
14
15/* Define if you have the errx function. */
16#undef HAVE_ERRX
17
18/* Define if you have the realpath function. */
19#undef HAVE_REALPATH
20
21/* Define if you have the verr function. */
22#undef HAVE_VERR
23
24/* Define if you have the verrx function. */
25#undef HAVE_VERRX
26
27/* Define if you have the vwarn function. */
28#undef HAVE_VWARN
29
30/* Define if you have the vwarnx function. */
31#undef HAVE_VWARNX
32
33/* Define if you have the warn function. */
34#undef HAVE_WARN
35
36/* Define if you have the warnx function. */
37#undef HAVE_WARNX
ddd2ef55
SP
38
39/* Define if you have the glob function. */
40#undef HAVE_GLOB
08ebf8d7
SP
41
42/* Define if you have the lchown function. */
43#undef HAVE_LCHOWN
c38e5b6a
SP
44
45/* Define if you want to include readline support. */
46#undef HAVE_READLINE
d8574d45 47
e4a8bde4
SP
48/* Define if you have <ext2fs/ext2_fs.h> installed (from e2fsprogs 1.20+).
49 * Otherwise, we will use the (usually older) <linux/ext2_fs.h> header.
50 */
51#undef HAVE_EXT2FS_EXT2_FS_H
52
53/* Define if we have the ext2_ino_t type (from e2fsprogs 1.20+). */
a4f547cd
SP
54#undef HAVE_EXT2_INO_T
55
56/* Define if we have the s_journal_inum field in struct ext2_super_block. */
57#undef HAVE_EXT2_JOURNAL_INUM
58
d8574d45
SP
59/* Define this is you want old style F script (no arguments) */
60#undef OLD_STYLE_FSCRIPT
d6967896 61
95c74f38
SP
62/* Define this if you want Large File System support */
63#undef USE_LFS
4d5ed2f3
SP
64
65/* Define this if you have zlib compression library */
66#undef HAVE_ZLIB
35b24fb7 67
88ef261e
SP
68/* Define this if you have bzlib compression library */
69#undef HAVE_BZLIB
70
35b24fb7
SP
71/* Define this if you want Quick File Access support */
72#undef USE_QFA
73
74/* Define this if you want to include Quick File Access debugging code */
75#undef DEBUG_QFA
bcecd677
SP
76
77/* Define this if your readline libs have the rl_completion_append_character variable */
78#undef HAVE_READLINE_CAC
79
80/* Define this if your readline libs have the rl_completion_matches library */
81#undef HAVE_READLINE_RLCM