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