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