]> sourceware.org Git - lvm2.git/blob - lib/misc/configure.h.in
Build changes to replace fsadm C program with shell script.
[lvm2.git] / lib / misc / configure.h.in
1 /* lib/misc/configure.h.in. Generated from configure.in by autoheader. */
2
3 /* Define to 1 if the `closedir' function returns void instead of `int'. */
4 #undef CLOSEDIR_VOID
5
6 /* Define to 1 to include built-in support for clustered LVM locking. */
7 #undef CLUSTER_LOCKING_INTERNAL
8
9 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
10 systems. This function is required for `alloca.c' support on those systems.
11 */
12 #undef CRAY_STACKSEG_END
13
14 /* Define to 1 if using `alloca.c'. */
15 #undef C_ALLOCA
16
17 /* Define to 1 to enable device-mapper interaction. */
18 #undef DEVMAPPER_SUPPORT
19
20 /* Define to 1 to enable the device-mapper event daemon. */
21 #undef DMEVENTD
22
23 /* Define to 1 if you have `alloca', as a function or macro. */
24 #undef HAVE_ALLOCA
25
26 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
27 */
28 #undef HAVE_ALLOCA_H
29
30 /* Define to 1 if you have the <asm/byteorder.h> header file. */
31 #undef HAVE_ASM_BYTEORDER_H
32
33 /* Define to 1 if you have the <assert.h> header file. */
34 #undef HAVE_ASSERT_H
35
36 /* Define to 1 if you have the <ctype.h> header file. */
37 #undef HAVE_CTYPE_H
38
39 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
40 */
41 #undef HAVE_DIRENT_H
42
43 /* Define to 1 if you have the <dlfcn.h> header file. */
44 #undef HAVE_DLFCN_H
45
46 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
47 #undef HAVE_DOPRNT
48
49 /* Define to 1 if you have the `dup2' function. */
50 #undef HAVE_DUP2
51
52 /* Define to 1 if you have the <fcntl.h> header file. */
53 #undef HAVE_FCNTL_H
54
55 /* Define to 1 if you have the `fork' function. */
56 #undef HAVE_FORK
57
58 /* Define to 1 if you have the `gethostname' function. */
59 #undef HAVE_GETHOSTNAME
60
61 /* Define to 1 if you have the `getmntent' function. */
62 #undef HAVE_GETMNTENT
63
64 /* Define to 1 to if getopt_long is available. */
65 #undef HAVE_GETOPTLONG
66
67 /* Define to 1 if you have the <getopt.h> header file. */
68 #undef HAVE_GETOPT_H
69
70 /* Define to 1 if you have the `getpagesize' function. */
71 #undef HAVE_GETPAGESIZE
72
73 /* Define to 1 if you have the <inttypes.h> header file. */
74 #undef HAVE_INTTYPES_H
75
76 /* Define to 1 if you have the <libdevmapper.h> header file. */
77 #undef HAVE_LIBDEVMAPPER_H
78
79 /* Define to 1 if dynamic libraries are available. */
80 #undef HAVE_LIBDL
81
82 /* Define to 1 if you have the <libgen.h> header file. */
83 #undef HAVE_LIBGEN_H
84
85 /* Define to 1 if you have the <libintl.h> header file. */
86 #undef HAVE_LIBINTL_H
87
88 /* Define to 1 if you have the `readline' library (-lreadline). */
89 #undef HAVE_LIBREADLINE
90
91 /* Define to 1 if you have the <limits.h> header file. */
92 #undef HAVE_LIMITS_H
93
94 /* Define to 1 if you have the <linux/fs.h> header file. */
95 #undef HAVE_LINUX_FS_H
96
97 /* Define to 1 if you have the <locale.h> header file. */
98 #undef HAVE_LOCALE_H
99
100 /* Define to 1 if `lstat' has the bug that it succeeds when given the
101 zero-length file name argument. */
102 #undef HAVE_LSTAT_EMPTY_STRING_BUG
103
104 /* Define to 1 if you have the <machine/endian.h> header file. */
105 #undef HAVE_MACHINE_ENDIAN_H
106
107 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
108 to 0 otherwise. */
109 #undef HAVE_MALLOC
110
111 /* Define to 1 if you have the <malloc.h> header file. */
112 #undef HAVE_MALLOC_H
113
114 /* Define to 1 if you have the `memmove' function. */
115 #undef HAVE_MEMMOVE
116
117 /* Define to 1 if you have the <memory.h> header file. */
118 #undef HAVE_MEMORY_H
119
120 /* Define to 1 if you have the `memset' function. */
121 #undef HAVE_MEMSET
122
123 /* Define to 1 if you have the `mkdir' function. */
124 #undef HAVE_MKDIR
125
126 /* Define to 1 if you have a working `mmap' system call. */
127 #undef HAVE_MMAP
128
129 /* Define to 1 if you have the <mntent.h> header file. */
130 #undef HAVE_MNTENT_H
131
132 /* Define to 1 if you have the `munmap' function. */
133 #undef HAVE_MUNMAP
134
135 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
136 #undef HAVE_NDIR_H
137
138 /* Define to 1 if you have the <netdb.h> header file. */
139 #undef HAVE_NETDB_H
140
141 /* Define to 1 if you have the <netinet/in.h> header file. */
142 #undef HAVE_NETINET_IN_H
143
144 /* Define to 1 if you have the <pthread.h> header file. */
145 #undef HAVE_PTHREAD_H
146
147 /* Define to 1 if you have the <readline/history.h> header file. */
148 #undef HAVE_READLINE_HISTORY_H
149
150 /* Define to 1 if you have the <readline/readline.h> header file. */
151 #undef HAVE_READLINE_READLINE_H
152
153 /* Define to 1 to include support for realtime clock. */
154 #undef HAVE_REALTIME
155
156 /* Define to 1 if rl_completion_matches() is available. */
157 #undef HAVE_RL_COMPLETION_MATCHES
158
159 /* Define to 1 if you have the `rmdir' function. */
160 #undef HAVE_RMDIR
161
162 /* Define to 1 if you have the <search.h> header file. */
163 #undef HAVE_SEARCH_H
164
165 /* Define to 1 if you have the `select' function. */
166 #undef HAVE_SELECT
167
168 /* Define to 1 to include support for selinux. */
169 #undef HAVE_SELINUX
170
171 /* Define to 1 if you have the <selinux/selinux.h> header file. */
172 #undef HAVE_SELINUX_SELINUX_H
173
174 /* Define to 1 if you have the `setlocale' function. */
175 #undef HAVE_SETLOCALE
176
177 /* Define to 1 if you have the <signal.h> header file. */
178 #undef HAVE_SIGNAL_H
179
180 /* Define to 1 if you have the `socket' function. */
181 #undef HAVE_SOCKET
182
183 /* Define to 1 if `stat' has the bug that it succeeds when given the
184 zero-length file name argument. */
185 #undef HAVE_STAT_EMPTY_STRING_BUG
186
187 /* Define to 1 if you have the <stddef.h> header file. */
188 #undef HAVE_STDDEF_H
189
190 /* Define to 1 if you have the <stdint.h> header file. */
191 #undef HAVE_STDINT_H
192
193 /* Define to 1 if you have the <stdio.h> header file. */
194 #undef HAVE_STDIO_H
195
196 /* Define to 1 if you have the <stdlib.h> header file. */
197 #undef HAVE_STDLIB_H
198
199 /* Define to 1 if you have the `strcasecmp' function. */
200 #undef HAVE_STRCASECMP
201
202 /* Define to 1 if you have the `strchr' function. */
203 #undef HAVE_STRCHR
204
205 /* Define to 1 if you have the `strdup' function. */
206 #undef HAVE_STRDUP
207
208 /* Define to 1 if you have the `strerror' function. */
209 #undef HAVE_STRERROR
210
211 /* Define to 1 if you have the <strings.h> header file. */
212 #undef HAVE_STRINGS_H
213
214 /* Define to 1 if you have the <string.h> header file. */
215 #undef HAVE_STRING_H
216
217 /* Define to 1 if you have the `strncasecmp' function. */
218 #undef HAVE_STRNCASECMP
219
220 /* Define to 1 if you have the `strrchr' function. */
221 #undef HAVE_STRRCHR
222
223 /* Define to 1 if you have the `strstr' function. */
224 #undef HAVE_STRSTR
225
226 /* Define to 1 if you have the `strtol' function. */
227 #undef HAVE_STRTOL
228
229 /* Define to 1 if you have the `strtoul' function. */
230 #undef HAVE_STRTOUL
231
232 /* Define to 1 if `st_rdev' is member of `struct stat'. */
233 #undef HAVE_STRUCT_STAT_ST_RDEV
234
235 /* Define to 1 if you have the <syslog.h> header file. */
236 #undef HAVE_SYSLOG_H
237
238 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
239 */
240 #undef HAVE_SYS_DIR_H
241
242 /* Define to 1 if you have the <sys/disk.h> header file. */
243 #undef HAVE_SYS_DISK_H
244
245 /* Define to 1 if you have the <sys/file.h> header file. */
246 #undef HAVE_SYS_FILE_H
247
248 /* Define to 1 if you have the <sys/ioctl.h> header file. */
249 #undef HAVE_SYS_IOCTL_H
250
251 /* Define to 1 if you have the <sys/mman.h> header file. */
252 #undef HAVE_SYS_MMAN_H
253
254 /* Define to 1 if you have the <sys/mount.h> header file. */
255 #undef HAVE_SYS_MOUNT_H
256
257 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
258 */
259 #undef HAVE_SYS_NDIR_H
260
261 /* Define to 1 if you have the <sys/param.h> header file. */
262 #undef HAVE_SYS_PARAM_H
263
264 /* Define to 1 if you have the <sys/resource.h> header file. */
265 #undef HAVE_SYS_RESOURCE_H
266
267 /* Define to 1 if you have the <sys/select.h> header file. */
268 #undef HAVE_SYS_SELECT_H
269
270 /* Define to 1 if you have the <sys/socket.h> header file. */
271 #undef HAVE_SYS_SOCKET_H
272
273 /* Define to 1 if you have the <sys/stat.h> header file. */
274 #undef HAVE_SYS_STAT_H
275
276 /* Define to 1 if you have the <sys/time.h> header file. */
277 #undef HAVE_SYS_TIME_H
278
279 /* Define to 1 if you have the <sys/types.h> header file. */
280 #undef HAVE_SYS_TYPES_H
281
282 /* Define to 1 if you have the <sys/uio.h> header file. */
283 #undef HAVE_SYS_UIO_H
284
285 /* Define to 1 if you have the <sys/un.h> header file. */
286 #undef HAVE_SYS_UN_H
287
288 /* Define to 1 if you have the <sys/utsname.h> header file. */
289 #undef HAVE_SYS_UTSNAME_H
290
291 /* Define to 1 if you have the <sys/wait.h> header file. */
292 #undef HAVE_SYS_WAIT_H
293
294 /* Define to 1 if you have the <time.h> header file. */
295 #undef HAVE_TIME_H
296
297 /* Define to 1 if you have the `uname' function. */
298 #undef HAVE_UNAME
299
300 /* Define to 1 if you have the <unistd.h> header file. */
301 #undef HAVE_UNISTD_H
302
303 /* Define to 1 if you have the <utmpx.h> header file. */
304 #undef HAVE_UTMPX_H
305
306 /* Define to 1 if you have the `vfork' function. */
307 #undef HAVE_VFORK
308
309 /* Define to 1 if you have the <vfork.h> header file. */
310 #undef HAVE_VFORK_H
311
312 /* Define to 1 if you have the `vprintf' function. */
313 #undef HAVE_VPRINTF
314
315 /* Define to 1 if `fork' works. */
316 #undef HAVE_WORKING_FORK
317
318 /* Define to 1 if `vfork' works. */
319 #undef HAVE_WORKING_VFORK
320
321 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
322 slash. */
323 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
324
325 /* Define to 1 if 'lvm' should fall back to using LVM1 binaries if
326 device-mapper is missing from the kernel */
327 #undef LVM1_FALLBACK
328
329 /* Define to 1 to include built-in support for LVM1 metadata. */
330 #undef LVM1_INTERNAL
331
332 /* Define to 1 to include built-in support for mirrors. */
333 #undef MIRRORED_INTERNAL
334
335 /* The path to 'modprobe', if available. */
336 #undef MODPROBE_CMD
337
338 /* Define to 1 to enable O_DIRECT support. */
339 #undef O_DIRECT_SUPPORT
340
341 /* Define to the address where bug reports for this package should be sent. */
342 #undef PACKAGE_BUGREPORT
343
344 /* Define to the full name of this package. */
345 #undef PACKAGE_NAME
346
347 /* Define to the full name and version of this package. */
348 #undef PACKAGE_STRING
349
350 /* Define to the one symbol short name of this package. */
351 #undef PACKAGE_TARNAME
352
353 /* Define to the version of this package. */
354 #undef PACKAGE_VERSION
355
356 /* Define to 1 to include built-in support for GFS pool metadata. */
357 #undef POOL_INTERNAL
358
359 /* Define to 1 to include the LVM readline shell. */
360 #undef READLINE_SUPPORT
361
362 /* Define as the return type of signal handlers (`int' or `void'). */
363 #undef RETSIGTYPE
364
365 /* Define to the type of arg 1 for `select'. */
366 #undef SELECT_TYPE_ARG1
367
368 /* Define to the type of args 2, 3 and 4 for `select'. */
369 #undef SELECT_TYPE_ARG234
370
371 /* Define to the type of arg 5 for `select'. */
372 #undef SELECT_TYPE_ARG5
373
374 /* Define to 1 to include built-in support for snapshots. */
375 #undef SNAPSHOT_INTERNAL
376
377 /* If using the C implementation of alloca, define if you know the
378 direction of stack growth for your system; otherwise it will be
379 automatically deduced at runtime.
380 STACK_DIRECTION > 0 => grows toward higher addresses
381 STACK_DIRECTION < 0 => grows toward lower addresses
382 STACK_DIRECTION = 0 => direction of growth unknown */
383 #undef STACK_DIRECTION
384
385 /* Define to 1 if you have the ANSI C header files. */
386 #undef STDC_HEADERS
387
388 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
389 #undef TIME_WITH_SYS_TIME
390
391 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
392 #undef TM_IN_SYS_TIME
393
394 /* Define to empty if `const' does not conform to ANSI C. */
395 #undef const
396
397 /* Define to `__inline__' or `__inline' if that's what the C compiler
398 calls it, or to nothing if 'inline' is not supported under any name. */
399 #ifndef __cplusplus
400 #undef inline
401 #endif
402
403 /* Define to rpl_malloc if the replacement function should be used. */
404 #undef malloc
405
406 /* Define to `int' if <sys/types.h> does not define. */
407 #undef mode_t
408
409 /* Define to `long int' if <sys/types.h> does not define. */
410 #undef off_t
411
412 /* Define to `int' if <sys/types.h> does not define. */
413 #undef pid_t
414
415 /* Define to `unsigned int' if <sys/types.h> does not define. */
416 #undef size_t
417
418 /* Define as `fork' if `vfork' does not work. */
419 #undef vfork
This page took 0.056156 seconds and 6 git commands to generate.