2018-04-30 11:42:11 +03:00
/* include/configure.h.in. Generated from configure.ac by autoheader. */
2006-05-10 01:23:51 +04:00
2021-04-26 15:27:05 +03:00
/* Define to 1 to include code that uses libsystemd machine-id apis. */
# undef APP_MACHINEID_SUPPORT
2013-11-29 18:27:56 +04:00
/* Define to 1 to use libblkid detection of signatures when wiping. */
2013-11-14 17:03:24 +04:00
# undef BLKID_WIPING_SUPPORT
2014-07-04 18:31:29 +04:00
/* The path to 'cache_check', if available. */
# undef CACHE_CHECK_CMD
2015-07-07 10:51:40 +03:00
/* Define to 1 if the external 'cache_check' tool requires the
- - clear - needs - check - flag option */
# undef CACHE_CHECK_NEEDS_CHECK
2014-07-04 18:31:29 +04:00
/* The path to 'cache_dump', if available. */
# undef CACHE_DUMP_CMD
2014-02-10 22:02:18 +04:00
/* Define to 1 to include built-in support for cache. */
# undef CACHE_INTERNAL
2014-07-04 18:31:29 +04:00
/* The path to 'cache_repair', if available. */
# undef CACHE_REPAIR_CMD
/* The path to 'cache_restore', if available. */
# undef CACHE_RESTORE_CMD
2024-03-20 18:14:54 +03:00
/* Define to 1 if the 'closedir' function returns void instead of int. */
2006-05-10 01:23:51 +04:00
# undef CLOSEDIR_VOID
2009-08-29 00:51:40 +04:00
/* Path to cmirrord pidfile. */
# undef CMIRRORD_PIDFILE
2022-08-15 12:22:53 +03:00
/* Define to 1 if using 'alloca.c'. */
2006-05-10 01:23:51 +04:00
# undef C_ALLOCA
2010-05-20 17:47:21 +04:00
/* Name of default metadata archive subdirectory. */
# undef DEFAULT_ARCHIVE_SUBDIR
/* Name of default metadata backup subdirectory. */
# undef DEFAULT_BACKUP_SUBDIR
2010-05-21 02:32:44 +04:00
/* Name of default metadata cache subdirectory. */
2010-05-20 17:47:21 +04:00
# undef DEFAULT_CACHE_SUBDIR
2023-09-25 16:49:52 +03:00
/* Path to exit-on dmeventd file. */
# undef DEFAULT_DMEVENTD_EXIT_ON_PATH
2011-02-05 01:17:54 +03:00
/* Define default node creation behavior with dmsetup create */
# undef DEFAULT_DM_ADD_NODE
2012-02-15 15:20:12 +04:00
/* Define default name mangling behaviour */
# undef DEFAULT_DM_NAME_MANGLING
2012-06-21 16:41:52 +04:00
/* Default DM run directory. */
# undef DEFAULT_DM_RUN_DIR
2015-02-13 22:10:10 +03:00
/* Default system configuration directory. */
# undef DEFAULT_ETC_DIR
2024-04-09 15:50:52 +03:00
/* Default for lvm.conf event_activation. */
# undef DEFAULT_EVENT_ACTIVATION
2010-05-20 17:47:21 +04:00
/* Name of default locking directory. */
# undef DEFAULT_LOCK_DIR
2014-10-31 01:38:02 +03:00
/* Default segtype used for mirror volumes. */
# undef DEFAULT_MIRROR_SEGTYPE
2012-06-21 16:41:52 +04:00
/* Default directory to keep PID files in. */
# undef DEFAULT_PID_DIR
2024-04-15 14:36:35 +03:00
/* Path to /proc. */
# undef DEFAULT_PROC_DIR
2013-06-25 14:26:40 +04:00
/* Name of default configuration profile subdirectory. */
# undef DEFAULT_PROFILE_SUBDIR
2014-10-31 01:38:02 +03:00
/* Default segtype used for raid10 volumes. */
# undef DEFAULT_RAID10_SEGTYPE
2012-06-21 16:41:52 +04:00
/* Default LVM run directory. */
2010-07-28 17:55:42 +04:00
# undef DEFAULT_RUN_DIR
2009-09-28 20:23:44 +04:00
/* Define to 0 to reinstate the pre-2.02.54 handling of unit suffixes. */
# undef DEFAULT_SI_UNIT_CONSISTENCY
2014-10-31 01:38:02 +03:00
/* Default segtype used for sparse volumes. */
# undef DEFAULT_SPARSE_SEGTYPE
2010-05-20 17:47:21 +04:00
/* Path to LVM system directory. */
# undef DEFAULT_SYS_DIR
2015-06-23 16:20:51 +03:00
/* Use blkid wiping by default. */
# undef DEFAULT_USE_BLKID_WIPING
2022-08-15 12:22:53 +03:00
/* Default for lvm.conf use_devicesfile. */
2021-10-14 23:41:09 +03:00
# undef DEFAULT_USE_DEVICES_FILE
2015-03-05 23:00:44 +03:00
/* Use lvmlockd by default. */
# undef DEFAULT_USE_LVMLOCKD
2015-05-11 14:49:41 +03:00
/* Use lvmpolld by default. */
# undef DEFAULT_USE_LVMPOLLD
2008-11-01 01:34:42 +03:00
/* Define to 1 to enable LVM2 device-mapper interaction. */
2006-05-10 01:23:51 +04:00
# undef DEVMAPPER_SUPPORT
/* Define to 1 to enable the device-mapper event daemon. */
# undef DMEVENTD
2008-11-01 01:34:42 +03:00
/* Path to dmeventd binary. */
# undef DMEVENTD_PATH
/* Path to dmeventd pidfile. */
# undef DMEVENTD_PIDFILE
daemons: add dmfilemapd
Add a daemon that can be launched to monitor a group of regions
corresponding to the extents of a file, and to update the regions as the
file's allocation changes.
The daemon is intended to be started from a library interface, but can
also be run from the command line:
dmfilemapd <fd> <group_id> <path> <mode> [<foreground>[<log_level>]]
Where fd is a file descriptor open on the mapped file, group_id is the
group identifier of the mapped group and mode is either "inode" or
"path". E.g.:
# dmfilemapd 3 0 vm.img inode 1 3 3<vm.img
...
If foreground is non-zero, the daemon will not fork to run in the
background. If verbose is non-zero, libdm and daemon log messages will
be printed.
It is possible for the group identifier to change when regions are
re-mapped: this occurs when the group leader is deleted (regroup=1 in
dm_stats_update_regions_from_fd()), and another region is created before
the daemon has a chance to recreate the leader region.
The operation is inherently racey since there is currently no way to
atomically move or resize a dm_stats region while retaining its
region_id.
Detect this condition and update the group_id value stored in the
filemap monitor.
A function is also provided in the the stats API to launch the filemap
monitoring daemon:
int dm_stats_start_filemapd(int fd, uint64_t group_id, const char *path,
dm_filemapd_mode_t mode, unsigned foreground,
unsigned verbose);
This carries out the first fork and execs dmfilemapd with the arguments
specified.
A dm_filemapd_mode_t value is specified by the mode argument: either
DM_FILEMAPD_FOLLOW_INODE, or DM_FILEMAPD_FOLLOW_PATH. A helper function,
dm_filemapd_mode_from_string(), is provided to parse a string containing
a valid mode name into the appropriate dm_filemapd_mode_t value.
2016-12-15 23:10:27 +03:00
/* Define to 1 to enable the device-mapper filemap daemon. */
# undef DMFILEMAPD
2015-05-18 11:36:11 +03:00
/* Define default group for device node */
# undef DM_DEVICE_GID
/* Define default mode for device node */
# undef DM_DEVICE_MODE
/* Define default owner for device node */
# undef DM_DEVICE_UID
/* Define to enable ioctls calls to kernel */
# undef DM_IOCTLS
2008-11-01 05:19:19 +03:00
/* Library version */
# undef DM_LIB_VERSION
2020-09-26 22:32:55 +03:00
/* Define to 1 to include the LVM editline shell. */
# undef EDITLINE_SUPPORT
2022-09-14 16:16:30 +03:00
/* Path to fsadm binary. */
2017-04-08 20:43:20 +03:00
# undef FSADM_PATH
2021-03-29 22:46:12 +03:00
/* Define to use GNU versioning in the shared library. */
# undef GNU_SYMVER
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'alarm' function. */
2015-07-27 16:26:56 +03:00
# undef HAVE_ALARM
2022-08-15 12:22:53 +03:00
/* Define to 1 if you have 'alloca', as a function or macro. */
2006-05-10 01:23:51 +04:00
# undef HAVE_ALLOCA
2022-08-15 12:22:53 +03:00
/* Define to 1 if <alloca.h> works. */
2006-05-10 01:23:51 +04:00
# undef HAVE_ALLOCA_H
2010-07-06 02:23:15 +04:00
/* Define to 1 if you have the <arpa/inet.h> header file. */
# undef HAVE_ARPA_INET_H
2006-05-10 01:23:51 +04:00
/* Define to 1 if you have the <asm/byteorder.h> header file. */
# undef HAVE_ASM_BYTEORDER_H
/* Define to 1 if you have the <assert.h> header file. */
# undef HAVE_ASSERT_H
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'atexit' function. */
2015-07-27 16:26:56 +03:00
# undef HAVE_ATEXIT
2023-02-08 16:39:43 +03:00
/* Define if blkid.h has BLKID_SUBLKS_FSINFO */
# undef HAVE_BLKID_SUBLKS_FSINFO
2020-10-02 19:39:19 +03:00
/* Define if ioctl BLKZEROOUT can be used for device zeroing. */
# undef HAVE_BLKZEROOUT
2008-11-01 01:34:42 +03:00
/* Define to 1 if canonicalize_file_name is available. */
# undef HAVE_CANONICALIZE_FILE_NAME
2024-03-20 18:14:54 +03:00
/* Define to 1 if your system has a working 'chown' function. */
2010-07-06 02:23:15 +04:00
# undef HAVE_CHOWN
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'clock_gettime' function. */
2015-07-27 16:26:56 +03:00
# undef HAVE_CLOCK_GETTIME
2006-05-10 01:23:51 +04:00
/* Define to 1 if you have the <ctype.h> header file. */
# undef HAVE_CTYPE_H
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the declaration of 'strerror_r', and to 0 if you
2015-07-27 16:26:56 +03:00
don ' t . */
# undef HAVE_DECL_STRERROR_R
2008-06-13 18:37:18 +04:00
/* Define to 1 if you have the <dirent.h> header file. */
2006-05-10 01:23:51 +04:00
# undef HAVE_DIRENT_H
/* Define to 1 if you have the <dlfcn.h> header file. */
# undef HAVE_DLFCN_H
2024-03-20 18:14:54 +03:00
/* Define to 1 if you don't have 'vprintf' but do have '_doprnt.' */
2006-05-10 01:23:51 +04:00
# undef HAVE_DOPRNT
2020-09-26 22:32:55 +03:00
/* Define to 1 if you have the <editline/readline.h> header file. */
# undef HAVE_EDITLINE_READLINE_H
2008-06-13 18:37:18 +04:00
/* Define to 1 if you have the <errno.h> header file. */
# undef HAVE_ERRNO_H
2006-05-10 01:23:51 +04:00
/* Define to 1 if you have the <fcntl.h> header file. */
# undef HAVE_FCNTL_H
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'ffs' function. */
2021-09-24 19:04:39 +03:00
# undef HAVE_FFS
2015-07-27 16:26:56 +03:00
/* Define to 1 if you have the <float.h> header file. */
# undef HAVE_FLOAT_H
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'fork' function. */
2006-05-10 01:23:51 +04:00
# undef HAVE_FORK
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'ftruncate' function. */
2010-07-06 02:23:15 +04:00
# undef HAVE_FTRUNCATE
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'gethostname' function. */
2006-05-10 01:23:51 +04:00
# undef HAVE_GETHOSTNAME
2008-11-01 01:34:42 +03:00
/* Define to 1 if getline is available. */
# undef HAVE_GETLINE
2008-06-13 18:37:18 +04:00
/* Define to 1 if getopt_long is available. */
2006-05-10 01:23:51 +04:00
# undef HAVE_GETOPTLONG
/* Define to 1 if you have the <getopt.h> header file. */
# undef HAVE_GETOPT_H
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'getpagesize' function. */
2006-05-10 01:23:51 +04:00
# undef HAVE_GETPAGESIZE
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'gettimeofday' function. */
2010-07-06 02:23:15 +04:00
# undef HAVE_GETTIMEOFDAY
2006-05-10 01:23:51 +04:00
/* Define to 1 if you have the <inttypes.h> header file. */
# undef HAVE_INTTYPES_H
2010-07-06 02:23:15 +04:00
/* Define to 1 if you have the <langinfo.h> header file. */
# undef HAVE_LANGINFO_H
2018-05-15 22:43:03 +03:00
/* Define to 1 if you have the <libaio.h> header file. */
# undef HAVE_LIBAIO_H
2006-05-10 01:23:51 +04:00
/* Define to 1 if dynamic libraries are available. */
# undef HAVE_LIBDL
/* Define to 1 if you have the <libgen.h> header file. */
# undef HAVE_LIBGEN_H
/* Define to 1 if you have the <libintl.h> header file. */
# undef HAVE_LIBINTL_H
2015-11-11 17:15:34 +03:00
/* Define to 1 if udev_device_get_is_initialized is available. */
# undef HAVE_LIBUDEV_UDEV_DEVICE_GET_IS_INITIALIZED
2006-05-10 01:23:51 +04:00
/* Define to 1 if you have the <limits.h> header file. */
# undef HAVE_LIMITS_H
2016-07-09 01:38:32 +03:00
/* Define to 1 if you have the <linux/fiemap.h> header file. */
# undef HAVE_LINUX_FIEMAP_H
2006-05-10 01:23:51 +04:00
/* Define to 1 if you have the <linux/fs.h> header file. */
# undef HAVE_LINUX_FS_H
2016-07-09 01:38:32 +03:00
/* Define to 1 if you have the <linux/magic.h> header file. */
# undef HAVE_LINUX_MAGIC_H
2006-05-10 01:23:51 +04:00
/* Define to 1 if you have the <locale.h> header file. */
# undef HAVE_LOCALE_H
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'localtime_r' function. */
2015-07-27 16:26:56 +03:00
# undef HAVE_LOCALTIME_R
2024-03-20 18:14:54 +03:00
/* Define to 1 if 'lstat' has the bug that it succeeds when given the
2006-05-10 01:23:51 +04:00
zero - length file name argument . */
# undef HAVE_LSTAT_EMPTY_STRING_BUG
/* Define to 1 if you have the <machine/endian.h> header file. */
# undef HAVE_MACHINE_ENDIAN_H
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'mallinfo2' function. */
2022-08-30 14:28:24 +03:00
# undef HAVE_MALLINFO2
2024-03-20 18:14:54 +03:00
/* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
2006-05-10 01:23:51 +04:00
to 0 otherwise . */
# undef HAVE_MALLOC
/* Define to 1 if you have the <malloc.h> header file. */
# undef HAVE_MALLOC_H
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'memchr' function. */
2015-07-27 16:26:56 +03:00
# undef HAVE_MEMCHR
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'memset' function. */
2006-05-10 01:23:51 +04:00
# undef HAVE_MEMSET
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'mkdir' function. */
2006-05-10 01:23:51 +04:00
# undef HAVE_MKDIR
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'mkfifo' function. */
2010-07-06 02:23:15 +04:00
# undef HAVE_MKFIFO
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have a working 'mmap' system call. */
2006-05-10 01:23:51 +04:00
# undef HAVE_MMAP
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'munmap' function. */
2006-05-10 01:23:51 +04:00
# undef HAVE_MUNMAP
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the <ndir.h> header file, and it defines 'DIR'. */
2006-05-10 01:23:51 +04:00
# undef HAVE_NDIR_H
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'nl_langinfo' function. */
2010-07-06 02:23:15 +04:00
# undef HAVE_NL_LANGINFO
2015-07-27 16:26:56 +03:00
/* Define to 1 if you have the <paths.h> header file. */
# undef HAVE_PATHS_H
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'prlimit' function. */
2019-08-26 18:19:16 +03:00
# undef HAVE_PRLIMIT
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'pselect' function. */
2019-04-10 14:22:43 +03:00
# undef HAVE_PSELECT
2024-03-20 18:14:54 +03:00
/* Define to 1 if the system has the type 'ptrdiff_t'. */
2015-07-27 16:26:56 +03:00
# undef HAVE_PTRDIFF_T
2006-05-10 01:23:51 +04:00
/* Define to 1 if you have the <readline/history.h> header file. */
# undef HAVE_READLINE_HISTORY_H
/* Define to 1 if you have the <readline/readline.h> header file. */
# undef HAVE_READLINE_READLINE_H
2024-03-20 18:14:54 +03:00
/* Define to 1 if your system has a GNU libc compatible 'realloc' function,
2010-07-06 02:23:15 +04:00
and to 0 otherwise . */
# undef HAVE_REALLOC
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'realpath' function. */
2015-07-27 16:26:56 +03:00
# undef HAVE_REALPATH
2007-08-14 23:11:31 +04:00
/* Define to 1 to include support for realtime clock. */
# undef HAVE_REALTIME
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'rl_completion_matches' function. */
2006-05-10 01:23:51 +04:00
# undef HAVE_RL_COMPLETION_MATCHES
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'rmdir' function. */
2006-05-10 01:23:51 +04:00
# undef HAVE_RMDIR
/* Define to 1 to include support for selinux. */
# undef HAVE_SELINUX
2010-12-13 14:03:10 +03:00
/* Define to 1 if you have the <selinux/label.h> header file. */
# undef HAVE_SELINUX_LABEL_H
2006-05-10 01:23:51 +04:00
/* Define to 1 if you have the <selinux/selinux.h> header file. */
# undef HAVE_SELINUX_SELINUX_H
2008-06-13 18:37:18 +04:00
/* Define to 1 if sepol_check_context is available. */
# undef HAVE_SEPOL
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'setenv' function. */
2010-07-06 02:23:15 +04:00
# undef HAVE_SETENV
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'setlocale' function. */
2006-05-10 01:23:51 +04:00
# undef HAVE_SETLOCALE
/* Define to 1 if you have the <signal.h> header file. */
# undef HAVE_SIGNAL_H
2024-03-20 18:14:54 +03:00
/* Define to 1 if 'stat' has the bug that it succeeds when given the
2006-05-10 01:23:51 +04:00
zero - length file name argument . */
# undef HAVE_STAT_EMPTY_STRING_BUG
2015-03-18 12:52:40 +03:00
/* Define if struct stat has a field st_ctim with timespec for ctime */
# undef HAVE_STAT_ST_CTIM
2008-06-13 18:37:18 +04:00
/* Define to 1 if you have the <stdarg.h> header file. */
# undef HAVE_STDARG_H
2015-07-27 16:26:56 +03:00
/* Define to 1 if stdbool.h conforms to C99. */
# undef HAVE_STDBOOL_H
2006-05-10 01:23:51 +04:00
/* Define to 1 if you have the <stddef.h> header file. */
# undef HAVE_STDDEF_H
/* Define to 1 if you have the <stdint.h> header file. */
# undef HAVE_STDINT_H
/* Define to 1 if you have the <stdio.h> header file. */
# undef HAVE_STDIO_H
/* Define to 1 if you have the <stdlib.h> header file. */
# undef HAVE_STDLIB_H
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'strcasecmp' function. */
2006-05-10 01:23:51 +04:00
# undef HAVE_STRCASECMP
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'strchr' function. */
2006-05-10 01:23:51 +04:00
# undef HAVE_STRCHR
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'strcspn' function. */
2010-07-06 02:23:15 +04:00
# undef HAVE_STRCSPN
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'strdup' function. */
2006-05-10 01:23:51 +04:00
# undef HAVE_STRDUP
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'strerror' function. */
2006-05-10 01:23:51 +04:00
# undef HAVE_STRERROR
2024-03-20 18:14:54 +03:00
/* Define if you have 'strerror_r'. */
2015-07-27 16:26:56 +03:00
# undef HAVE_STRERROR_R
2006-05-10 01:23:51 +04:00
/* 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
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'strncasecmp' function. */
2006-05-10 01:23:51 +04:00
# undef HAVE_STRNCASECMP
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'strndup' function. */
2015-07-27 16:26:56 +03:00
# undef HAVE_STRNDUP
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'strpbrk' function. */
2015-07-27 16:26:56 +03:00
# undef HAVE_STRPBRK
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'strrchr' function. */
2006-05-10 01:23:51 +04:00
# undef HAVE_STRRCHR
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'strspn' function. */
2010-07-06 02:23:15 +04:00
# undef HAVE_STRSPN
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'strstr' function. */
2006-05-10 01:23:51 +04:00
# undef HAVE_STRSTR
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'strtol' function. */
2006-05-10 01:23:51 +04:00
# undef HAVE_STRTOL
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'strtoul' function. */
2006-05-10 01:23:51 +04:00
# undef HAVE_STRTOUL
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'strtoull' function. */
2015-07-27 16:26:56 +03:00
# undef HAVE_STRTOULL
2024-03-20 18:14:54 +03:00
/* Define to 1 if 'st_blocks' is a member of 'struct stat'. */
2018-01-30 15:13:48 +03:00
# undef HAVE_STRUCT_STAT_ST_BLOCKS
2024-03-20 18:14:54 +03:00
/* Define to 1 if 'st_rdev' is a member of 'struct stat'. */
2006-05-10 01:23:51 +04:00
# undef HAVE_STRUCT_STAT_ST_RDEV
2024-03-20 18:14:54 +03:00
/* Define to 1 if your 'struct stat' has 'st_blocks'. Deprecated, use
' HAVE_STRUCT_STAT_ST_BLOCKS ' instead . */
2018-01-30 15:13:48 +03:00
# undef HAVE_ST_BLOCKS
2006-05-10 01:23:51 +04:00
/* Define to 1 if you have the <syslog.h> header file. */
# undef HAVE_SYSLOG_H
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the <sys/dir.h> header file, and it defines 'DIR'.
2006-05-10 01:23:51 +04:00
*/
# undef HAVE_SYS_DIR_H
/* Define to 1 if you have the <sys/disk.h> header file. */
# undef HAVE_SYS_DISK_H
/* Define to 1 if you have the <sys/file.h> header file. */
# undef HAVE_SYS_FILE_H
2017-03-23 04:00:49 +03:00
/* Define to 1 if you have the <sys/inotify.h> header file. */
# undef HAVE_SYS_INOTIFY_H
2006-05-10 01:23:51 +04:00
/* Define to 1 if you have the <sys/ioctl.h> header file. */
# undef HAVE_SYS_IOCTL_H
2009-07-31 15:49:53 +04:00
/* Define to 1 if you have the <sys/ipc.h> header file. */
# undef HAVE_SYS_IPC_H
2006-05-10 01:23:51 +04:00
/* Define to 1 if you have the <sys/mman.h> header file. */
# undef HAVE_SYS_MMAN_H
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines 'DIR'.
2006-05-10 01:23:51 +04:00
*/
# undef HAVE_SYS_NDIR_H
/* Define to 1 if you have the <sys/param.h> header file. */
# undef HAVE_SYS_PARAM_H
/* Define to 1 if you have the <sys/resource.h> header file. */
# undef HAVE_SYS_RESOURCE_H
2009-07-31 15:49:53 +04:00
/* Define to 1 if you have the <sys/sem.h> header file. */
# undef HAVE_SYS_SEM_H
2008-06-13 18:37:18 +04:00
/* Define to 1 if you have the <sys/statvfs.h> header file. */
# undef HAVE_SYS_STATVFS_H
2006-05-10 01:23:51 +04:00
/* Define to 1 if you have the <sys/stat.h> header file. */
# undef HAVE_SYS_STAT_H
2015-08-09 01:59:06 +03:00
/* Define to 1 if you have the <sys/timerfd.h> header file. */
# undef HAVE_SYS_TIMERFD_H
2015-08-28 15:03:18 +03:00
/* Define to 1 if you have the <sys/time.h> header file. */
# undef HAVE_SYS_TIME_H
2006-05-10 01:23:51 +04:00
/* Define to 1 if you have the <sys/types.h> header file. */
# undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <sys/utsname.h> header file. */
# undef HAVE_SYS_UTSNAME_H
2018-01-30 15:13:48 +03:00
/* Define to 1 if you have the <sys/vfs.h> header file. */
# undef HAVE_SYS_VFS_H
2006-05-10 01:23:51 +04:00
/* Define to 1 if you have the <sys/wait.h> header file. */
# undef HAVE_SYS_WAIT_H
2008-06-13 18:37:18 +04:00
/* Define to 1 if you have the <termios.h> header file. */
# undef HAVE_TERMIOS_H
2006-05-10 01:23:51 +04:00
/* Define to 1 if you have the <time.h> header file. */
# undef HAVE_TIME_H
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'uname' function. */
2006-05-10 01:23:51 +04:00
# undef HAVE_UNAME
/* Define to 1 if you have the <unistd.h> header file. */
# undef HAVE_UNISTD_H
2015-02-12 17:29:58 +03:00
/* valgrind.h found */
# undef HAVE_VALGRIND
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'versionsort' function. */
2021-09-24 19:04:39 +03:00
# undef HAVE_VERSIONSORT
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'vfork' function. */
2006-05-10 01:23:51 +04:00
# undef HAVE_VFORK
/* Define to 1 if you have the <vfork.h> header file. */
# undef HAVE_VFORK_H
2024-03-20 18:14:54 +03:00
/* Define to 1 if you have the 'vprintf' function. */
2006-05-10 01:23:51 +04:00
# undef HAVE_VPRINTF
2024-03-20 18:14:54 +03:00
/* Define to 1 if 'fork' works. */
2006-05-10 01:23:51 +04:00
# undef HAVE_WORKING_FORK
2024-03-20 18:14:54 +03:00
/* Define to 1 if 'vfork' works. */
2006-05-10 01:23:51 +04:00
# undef HAVE_WORKING_VFORK
2024-03-20 18:14:54 +03:00
/* Define to 1 if the system has the type '_Bool'. */
2015-07-27 16:26:56 +03:00
# undef HAVE__BOOL
2018-01-30 15:13:48 +03:00
/* Define to 1 if the system has the `__builtin_clz' built-in function */
# undef HAVE___BUILTIN_CLZ
2018-06-19 20:35:48 +03:00
/* Define to 1 if the system has the `__builtin_clzll' built-in function */
# undef HAVE___BUILTIN_CLZLL
2021-09-24 19:04:39 +03:00
/* Define to 1 if the system has the `__builtin_ffs' built-in function */
# undef HAVE___BUILTIN_FFS
2020-08-09 16:20:22 +03:00
/* Define to 1 to include built-in support for integrity. */
# undef INTEGRITY_INTERNAL
2015-05-18 11:36:11 +03:00
/* Internalization package */
# undef INTL_PACKAGE
2015-05-18 19:13:07 +03:00
/* Locale-dependent data */
2015-05-18 11:36:11 +03:00
# undef LOCALEDIR
2019-06-07 18:56:56 +03:00
/* Define to 1 to include code that uses lvmlockd dlm control option. */
# undef LOCKDDLM_CONTROL_SUPPORT
2015-07-06 20:20:20 +03:00
/* Define to 1 to include code that uses lvmlockd dlm option. */
# undef LOCKDDLM_SUPPORT
2021-05-21 05:56:37 +03:00
/* Define to 1 to include code that uses lvmlockd IDM option. */
# undef LOCKDIDM_SUPPORT
2021-07-09 15:42:26 +03:00
/* Define to 1 to include code that uses lvmlockd sanlock option. */
# undef LOCKDSANLOCK_SUPPORT
2024-03-20 18:14:54 +03:00
/* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
2006-05-10 01:23:51 +04:00
slash . */
# undef LSTAT_FOLLOWS_SLASHED_SYMLINK
2018-06-08 11:38:05 +03:00
/* Path to lvmconfig binary. */
# undef LVMCONFIG_PATH
2021-08-23 15:02:42 +03:00
/* Path to lvm_import_vdo script. */
# undef LVMIMPORTVDO_PATH
2015-03-05 23:00:44 +03:00
/* Path to lvmlockd pidfile. */
# undef LVMLOCKD_PIDFILE
/* Define to 1 to include code that uses lvmlockd. */
# undef LVMLOCKD_SUPPORT
2015-05-09 02:59:18 +03:00
/* Path to lvmpolld pidfile. */
# undef LVMPOLLD_PIDFILE
/* Define to 1 to include code that uses lvmpolld. */
# undef LVMPOLLD_SUPPORT
2017-03-23 04:00:49 +03:00
/* configure command line used */
# undef LVM_CONFIGURE_LINE
2010-06-03 17:50:26 +04:00
/* Path to lvm binary. */
# undef LVM_PATH
2022-09-14 16:16:30 +03:00
/* Path to lvresize_fs_helper script. */
# undef LVRESIZE_FS_HELPER_PATH
2024-03-20 18:14:54 +03:00
/* Define to 1 if 'major', 'minor', and 'makedev' are declared in <mkdev.h>.
2010-07-06 02:23:15 +04:00
*/
# undef MAJOR_IN_MKDEV
2024-03-20 18:14:54 +03:00
/* Define to 1 if 'major', 'minor', and 'makedev' are declared in
2010-07-06 02:23:15 +04:00
< sysmacros . h > . */
# undef MAJOR_IN_SYSMACROS
2006-05-10 01:23:51 +04:00
/* Define to 1 to include built-in support for mirrors. */
# undef MIRRORED_INTERNAL
/* The path to 'modprobe', if available. */
# undef MODPROBE_CMD
2024-02-08 16:58:16 +03:00
/* The path to kernel modules. */
# undef MODULES_PATH
2016-03-11 03:19:16 +03:00
/* Define to 1 to include code that uses dbus notification. */
# undef NOTIFYDBUS_SUPPORT
2006-05-10 01:23:51 +04:00
/* Define to 1 to enable O_DIRECT support. */
# undef O_DIRECT_SUPPORT
/* 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
2015-08-28 15:03:18 +03:00
/* Define to the home page for this package. */
# undef PACKAGE_URL
2006-05-10 01:23:51 +04:00
/* Define to the version of this package. */
# undef PACKAGE_VERSION
2011-08-03 02:07:20 +04:00
/* Define to 1 to include built-in support for raid. */
# undef RAID_INTERNAL
2006-05-10 01:23:51 +04:00
/* Define to 1 to include the LVM readline shell. */
# undef READLINE_SUPPORT
/* Define to 1 to include built-in support for snapshots. */
# undef SNAPSHOT_INTERNAL
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system ; otherwise it will be
2007-08-14 23:11:31 +04:00
automatically deduced at runtime .
2006-05-10 01:23:51 +04:00
STACK_DIRECTION > 0 = > grows toward higher addresses
STACK_DIRECTION < 0 = > grows toward lower addresses
STACK_DIRECTION = 0 = > direction of growth unknown */
# undef STACK_DIRECTION
2024-03-20 18:14:54 +03:00
/* Define to 1 if all of the C89 standard headers exist (not just the ones
2022-08-15 12:22:53 +03:00
required in a freestanding environment ) . This macro is provided for
backward compatibility ; new code need not use it . */
2006-05-10 01:23:51 +04:00
# undef STDC_HEADERS
2015-07-27 16:26:56 +03:00
/* Define to 1 if strerror_r returns char *. */
# undef STRERROR_R_CHAR_P
2021-10-14 23:41:09 +03:00
/* Define to 1 to include code that uses systemd journal. */
# undef SYSTEMD_JOURNAL_SUPPORT
2015-07-14 21:27:31 +03:00
/* Path to testsuite data */
# undef TESTSUITE_DATA
2012-03-14 21:09:00 +04:00
/* The path to 'thin_check', if available. */
# undef THIN_CHECK_CMD
2014-04-04 05:36:47 +04:00
/* Define to 1 if the external 'thin_check' tool requires the
- - clear - needs - check - flag option */
# undef THIN_CHECK_NEEDS_CHECK
2013-07-31 16:38:10 +04:00
/* The path to 'thin_dump', if available. */
# undef THIN_DUMP_CMD
2011-08-24 12:27:49 +04:00
/* Define to 1 to include built-in support for thin provisioning. */
# undef THIN_INTERNAL
2013-07-31 16:38:10 +04:00
/* The path to 'thin_repair', if available. */
# undef THIN_REPAIR_CMD
2014-05-27 01:28:03 +04:00
/* The path to 'thin_restore', if available. */
# undef THIN_RESTORE_CMD
2024-03-20 18:14:54 +03:00
/* Define to 1 if your <sys/time.h> declares 'struct tm'. */
2006-05-10 01:23:51 +04:00
# undef TM_IN_SYS_TIME
2023-07-02 17:41:34 +03:00
/* Define to 1 to enable synchronization with udev processing. */
2009-07-31 15:49:53 +04:00
# undef UDEV_SYNC_SUPPORT
2010-08-17 02:54:35 +04:00
/* Enable a valgrind aware build of pool */
# undef VALGRIND_POOL
2018-06-29 14:38:18 +03:00
/* The path to 'vdoformat', if available. */
# undef VDO_FORMAT_CMD
/* Define to 1 to include built-in support for vdo. */
# undef VDO_INTERNAL
2018-11-08 14:22:07 +03:00
/* Define to 1 to include built-in support for writecache. */
# undef WRITECACHE_INTERNAL
2018-12-03 20:14:26 +03:00
/* Define to get access to GNU/Linux extension */
# undef _GNU_SOURCE
/* Define to use re-entrant thread safe versions */
# undef _REENTRANT
2010-07-06 02:23:15 +04:00
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
< pthread . h > , or < semaphore . h > is not used . If the typedef were allowed , the
# define below would cause a syntax error. * /
# undef _UINT32_T
/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
< pthread . h > , or < semaphore . h > is not used . If the typedef were allowed , the
# define below would cause a syntax error. * /
# undef _UINT64_T
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
< pthread . h > , or < semaphore . h > is not used . If the typedef were allowed , the
# define below would cause a syntax error. * /
# undef _UINT8_T
2024-03-20 18:14:54 +03:00
/* Define to empty if 'const' does not conform to ANSI C. */
2006-05-10 01:23:51 +04:00
# undef const
2024-03-20 18:14:54 +03:00
/* Define as 'int' if <sys/types.h> doesn't define. */
2010-07-06 02:23:15 +04:00
# undef gid_t
2024-03-20 18:14:54 +03:00
/* Define to '__inline__' or '__inline' if that's what the C compiler
2006-05-10 01:23:51 +04:00
calls it , or to nothing if ' inline ' is not supported under any name . */
# ifndef __cplusplus
# undef inline
# endif
2010-07-06 02:23:15 +04:00
/* Define to the type of a signed integer type of width exactly 16 bits if
such a type exists and the standard includes do not define it . */
# undef int16_t
/* Define to the type of a signed integer type of width exactly 32 bits if
such a type exists and the standard includes do not define it . */
# undef int32_t
/* Define to the type of a signed integer type of width exactly 64 bits if
such a type exists and the standard includes do not define it . */
# undef int64_t
/* Define to the type of a signed integer type of width exactly 8 bits if such
a type exists and the standard includes do not define it . */
# undef int8_t
2006-05-10 01:23:51 +04:00
/* Define to rpl_malloc if the replacement function should be used. */
# undef malloc
2024-03-20 18:14:54 +03:00
/* Define to 'int' if <sys/types.h> does not define. */
2006-05-10 01:23:51 +04:00
# undef mode_t
2024-03-20 18:14:54 +03:00
/* Define to 'long int' if <sys/types.h> does not define. */
2006-05-10 01:23:51 +04:00
# undef off_t
2022-08-15 12:22:53 +03:00
/* Define as a signed integer type capable of holding a process identifier. */
2006-05-10 01:23:51 +04:00
# undef pid_t
2010-07-06 02:23:15 +04:00
/* Define to rpl_realloc if the replacement function should be used. */
# undef realloc
2024-03-20 18:14:54 +03:00
/* Define as 'unsigned int' if <stddef.h> doesn't define. */
2006-05-10 01:23:51 +04:00
# undef size_t
2024-03-20 18:14:54 +03:00
/* Define as 'int' if <sys/types.h> doesn't define. */
2010-07-06 02:23:15 +04:00
# undef ssize_t
2024-03-20 18:14:54 +03:00
/* Define as 'int' if <sys/types.h> doesn't define. */
2010-07-06 02:23:15 +04:00
# undef uid_t
/* Define to the type of an unsigned integer type of width exactly 16 bits if
such a type exists and the standard includes do not define it . */
# undef uint16_t
/* Define to the type of an unsigned integer type of width exactly 32 bits if
such a type exists and the standard includes do not define it . */
# undef uint32_t
/* Define to the type of an unsigned integer type of width exactly 64 bits if
such a type exists and the standard includes do not define it . */
# undef uint64_t
/* Define to the type of an unsigned integer type of width exactly 8 bits if
such a type exists and the standard includes do not define it . */
# undef uint8_t
2024-03-20 18:14:54 +03:00
/* Define as 'fork' if 'vfork' does not work. */
2006-05-10 01:23:51 +04:00
# undef vfork