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