]> git.proxmox.com Git - mirror_spl-debian.git/blob - spl_config.h.in
7cd020be11510e8c4128e4e70b7550256279225b
[mirror_spl-debian.git] / spl_config.h.in
1 /* spl_config.h.in. Generated from configure.ac by autoheader. */
2
3 /* Atomic types use spinlocks */
4 #undef ATOMIC_SPINLOCK
5
6 /* Define to 1 to enable basic kmem accounting */
7 #undef DEBUG_KMEM
8
9 /* Define to 1 to enable detailed kmem tracking */
10 #undef DEBUG_KMEM_TRACKING
11
12 /* new shrinker callback wants 2 args */
13 #undef HAVE_2ARGS_NEW_SHRINKER_CALLBACK
14
15 /* old shrinker callback wants 2 args */
16 #undef HAVE_2ARGS_OLD_SHRINKER_CALLBACK
17
18 /* vfs_fsync() wants 2 args */
19 #undef HAVE_2ARGS_VFS_FSYNC
20
21 /* vfs_getattr wants 2 args */
22 #undef HAVE_2ARGS_VFS_GETATTR
23
24 /* vfs_unlink() wants 2 args */
25 #undef HAVE_2ARGS_VFS_UNLINK
26
27 /* zlib_deflate_workspacesize() wants 2 args */
28 #undef HAVE_2ARGS_ZLIB_DEFLATE_WORKSPACESIZE
29
30 /* old shrinker callback wants 3 args */
31 #undef HAVE_3ARGS_SHRINKER_CALLBACK
32
33 /* vfs_getattr wants 3 args */
34 #undef HAVE_3ARGS_VFS_GETATTR
35
36 /* vfs_unlink() wants 3 args */
37 #undef HAVE_3ARGS_VFS_UNLINK
38
39 /* vfs_getattr wants 4 args */
40 #undef HAVE_4ARGS_VFS_GETATTR
41
42 /* vfs_rename() wants 4 args */
43 #undef HAVE_4ARGS_VFS_RENAME
44
45 /* vfs_rename() wants 5 args */
46 #undef HAVE_5ARGS_VFS_RENAME
47
48 /* vfs_rename() wants 6 args */
49 #undef HAVE_6ARGS_VFS_RENAME
50
51 /* kernel defines atomic64_t */
52 #undef HAVE_ATOMIC64_T
53
54 /* struct ctl_table has ctl_name */
55 #undef HAVE_CTL_NAME
56
57 /* Define to 1 if you have the <dlfcn.h> header file. */
58 #undef HAVE_DLFCN_H
59
60 /* fops->fallocate() exists */
61 #undef HAVE_FILE_FALLOCATE
62
63 /* struct fs_struct uses spinlock_t */
64 #undef HAVE_FS_STRUCT_SPINLOCK
65
66 /* group_info->gid exists */
67 #undef HAVE_GROUP_INFO_GID
68
69 /* fops->fallocate() exists */
70 #undef HAVE_INODE_FALLOCATE
71
72 /* yes */
73 #undef HAVE_INODE_LOCK_SHARED
74
75 /* truncate_range() inode operation is available */
76 #undef HAVE_INODE_TRUNCATE_RANGE
77
78 /* Define to 1 if you have the <inttypes.h> header file. */
79 #undef HAVE_INTTYPES_H
80
81 /* struct kmem_cache has allocflags */
82 #undef HAVE_KMEM_CACHE_ALLOCFLAGS
83
84 /* struct kmem_cache has gfpflags */
85 #undef HAVE_KMEM_CACHE_GFPFLAGS
86
87 /* kuid_t/kgid_t in use */
88 #undef HAVE_KUIDGID_T
89
90 /* Define to 1 if you have the <memory.h> header file. */
91 #undef HAVE_MEMORY_H
92
93 /* yes */
94 #undef HAVE_MUTEX_OWNER
95
96 /* yes */
97 #undef HAVE_PDE_DATA
98
99 /* struct rw_semaphore has member activity */
100 #undef HAVE_RWSEM_ACTIVITY
101
102 /* struct rw_semaphore has atomic_long_t member count */
103 #undef HAVE_RWSEM_ATOMIC_LONG_COUNT
104
105 /* linux/sched/rt.h exists */
106 #undef HAVE_SCHED_RT_HEADER
107
108 /* linux/sched/signal.h exists */
109 #undef HAVE_SCHED_SIGNAL_HEADER
110
111 /* set_fs_pwd() needs const path * */
112 #undef HAVE_SET_FS_PWD_WITH_CONST
113
114 /* struct shrink_control exists */
115 #undef HAVE_SHRINK_CONTROL_STRUCT
116
117 /* ->count_objects exists */
118 #undef HAVE_SPLIT_SHRINKER_CALLBACK
119
120 /* Define to 1 if you have the <stdint.h> header file. */
121 #undef HAVE_STDINT_H
122
123 /* Define to 1 if you have the <stdlib.h> header file. */
124 #undef HAVE_STDLIB_H
125
126 /* Define to 1 if you have the <strings.h> header file. */
127 #undef HAVE_STRINGS_H
128
129 /* Define to 1 if you have the <string.h> header file. */
130 #undef HAVE_STRING_H
131
132 /* Define to 1 if you have the <sys/stat.h> header file. */
133 #undef HAVE_SYS_STAT_H
134
135 /* Define to 1 if you have the <sys/types.h> header file. */
136 #undef HAVE_SYS_TYPES_H
137
138 /* Define to 1 if you have the <unistd.h> header file. */
139 #undef HAVE_UNISTD_H
140
141 /* usleep_range is available */
142 #undef HAVE_USLEEP_RANGE
143
144 /* yes */
145 #undef HAVE_WAIT_ON_BIT_ACTION
146
147 /* Define to the sub-directory where libtool stores uninstalled libraries. */
148 #undef LT_OBJDIR
149
150 /* Name of package */
151 #undef PACKAGE
152
153 /* Define to the address where bug reports for this package should be sent. */
154 #undef PACKAGE_BUGREPORT
155
156 /* Define to the full name of this package. */
157 #undef PACKAGE_NAME
158
159 /* Define to the full name and version of this package. */
160 #undef PACKAGE_STRING
161
162 /* Define to the one symbol short name of this package. */
163 #undef PACKAGE_TARNAME
164
165 /* Define to the home page for this package. */
166 #undef PACKAGE_URL
167
168 /* Define to the version of this package. */
169 #undef PACKAGE_VERSION
170
171 /* struct rw_semaphore member wait_lock is raw_spinlock_t */
172 #undef RWSEM_SPINLOCK_IS_RAW
173
174 /* Define to 1 if GPL-only symbols can be used */
175 #undef SPL_IS_GPL_COMPATIBLE
176
177 /* Define the project alias string. */
178 #undef SPL_META_ALIAS
179
180 /* Define the project author. */
181 #undef SPL_META_AUTHOR
182
183 /* Define the project release date. */
184 #undef SPL_META_DATA
185
186 /* Define the project license. */
187 #undef SPL_META_LICENSE
188
189 /* Define the libtool library 'age' version information. */
190 #undef SPL_META_LT_AGE
191
192 /* Define the libtool library 'current' version information. */
193 #undef SPL_META_LT_CURRENT
194
195 /* Define the libtool library 'revision' version information. */
196 #undef SPL_META_LT_REVISION
197
198 /* Define the project name. */
199 #undef SPL_META_NAME
200
201 /* Define the project release. */
202 #undef SPL_META_RELEASE
203
204 /* Define the project version. */
205 #undef SPL_META_VERSION
206
207 /* Define to 1 if you have the ANSI C header files. */
208 #undef STDC_HEADERS
209
210 /* Version number of package */
211 #undef VERSION