File: config.h.in

package info (click to toggle)
dump 0.4b44-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,464 kB
  • ctags: 2,043
  • sloc: ansic: 17,861; sh: 3,417; makefile: 186; sed: 5
file content (136 lines) | stat: -rw-r--r-- 3,636 bytes parent folder | download | duplicates (2)
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
/* config.h.in.  Generated from configure.in by autoheader.  */

/* Define this if you want to include Quick File Access debugging code. */
#undef DEBUG_QFA

/* Define this if you want to include Mac OSX restore compatibility. */
#undef DUMP_MACOSX

/* Define this if you have the blkid library. */
#undef HAVE_BLKID

/* Define this if you have bzlib compression library. */
#undef HAVE_BZLIB

/* Define to 1 if you have the `err' function. */
#undef HAVE_ERR

/* Define to 1 if you have the `errx' function. */
#undef HAVE_ERRX

/* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */
#undef HAVE_EXT2FS_EXT2_FS_H

/* Define this if your ext2fs libs have the ext2fs_read_inode_full function.
   */
#undef HAVE_EXT2FS_READ_INODE_FULL

/* Define if we have the ext2_ino_t type (from e2fsprogs 1.20+). */
#undef HAVE_EXT2_INO_T

/* Define if we have the s_journal_inum field in struct ext2_super_block. */
#undef HAVE_EXT2_JOURNAL_INUM

/* Define if you have the glob function. */
#undef HAVE_GLOB

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

/* Define to 1 if you have the `lchown' function. */
#undef HAVE_LCHOWN

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

/* Define if you want to include readline support. */
#undef HAVE_READLINE

/* Define this if your readline libs have the rl_completion_append_character
   variable. */
#undef HAVE_READLINE_CAC

/* Define this if your readline libs have the rl_completion_matches library.
   */
#undef HAVE_READLINE_RLCM

/* Define to 1 if you have the `realpath' function. */
#undef HAVE_REALPATH

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

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

/* 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 <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_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 <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to 1 if you have the `verr' function. */
#undef HAVE_VERR

/* Define to 1 if you have the `verrx' function. */
#undef HAVE_VERRX

/* Define to 1 if you have the `vwarn' function. */
#undef HAVE_VWARN

/* Define to 1 if you have the `vwarnx' function. */
#undef HAVE_VWARNX

/* Define to 1 if you have the `warn' function. */
#undef HAVE_WARN

/* Define to 1 if you have the `warnx' function. */
#undef HAVE_WARNX

/* Define this if you have zlib compression library. */
#undef HAVE_ZLIB

/* Define this is you want old style F script (no arguments). */
#undef OLD_STYLE_FSCRIPT

/* 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

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

/* Define this if you want Large File System support. */
#undef USE_LFS

/* Define this if you want Quick File Access support. */
#undef USE_QFA

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

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