Blame config.h.in

Packit 94f725
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit 94f725
Packit 94f725
/* Define if building universal (internal helper macro) */
Packit 94f725
#undef AC_APPLE_UNIVERSAL_BUILD
Packit 94f725
Packit 94f725
/* maximum keyfile size (in KiB) */
Packit 94f725
#undef DEFAULT_KEYFILE_SIZE_MAXKB
Packit 94f725
Packit 94f725
/* cipher for loop-AES mode */
Packit 94f725
#undef DEFAULT_LOOPAES_CIPHER
Packit 94f725
Packit 94f725
/* key length in bits for loop-AES mode */
Packit 94f725
#undef DEFAULT_LOOPAES_KEYBITS
Packit 94f725
Packit 94f725
/* cipher for LUKS1 */
Packit 94f725
#undef DEFAULT_LUKS1_CIPHER
Packit 94f725
Packit 94f725
/* hash function for LUKS1 header */
Packit 94f725
#undef DEFAULT_LUKS1_HASH
Packit 94f725
Packit 94f725
/* PBKDF2 iteration time for LUKS1 (in ms) */
Packit 94f725
#undef DEFAULT_LUKS1_ITER_TIME
Packit 94f725
Packit 94f725
/* key length in bits for LUKS1 */
Packit 94f725
#undef DEFAULT_LUKS1_KEYBITS
Packit 94f725
Packit 94f725
/* cipher mode for LUKS1 */
Packit 94f725
#undef DEFAULT_LUKS1_MODE
Packit 94f725
Packit 94f725
/* Argon2 PBKDF iteration time for LUKS2 (in ms) */
Packit 94f725
#undef DEFAULT_LUKS2_ITER_TIME
Packit 94f725
Packit 94f725
/* fallback cipher for LUKS2 keyslot (if data encryption is incompatible) */
Packit 94f725
#undef DEFAULT_LUKS2_KEYSLOT_CIPHER
Packit 94f725
Packit 94f725
/* fallback key size for LUKS2 keyslot (if data encryption is incompatible) */
Packit 94f725
#undef DEFAULT_LUKS2_KEYSLOT_KEYBITS
Packit 94f725
Packit 94f725
/* default luks2 locking directory permissions */
Packit 94f725
#undef DEFAULT_LUKS2_LOCK_DIR_PERMS
Packit 94f725
Packit 94f725
/* path to directory for LUKSv2 locks */
Packit 94f725
#undef DEFAULT_LUKS2_LOCK_PATH
Packit 94f725
Packit 94f725
/* Argon2 PBKDF memory cost for LUKS2 (in kB) */
Packit 94f725
#undef DEFAULT_LUKS2_MEMORY_KB
Packit 94f725
Packit 94f725
/* Argon2 PBKDF max parallel cost for LUKS2 (if CPUs available) */
Packit 94f725
#undef DEFAULT_LUKS2_PARALLEL_THREADS
Packit 94f725
Packit 94f725
/* Default PBKDF algorithm (pbkdf2 or argon2i/argon2id) for LUKS2 */
Packit 94f725
#undef DEFAULT_LUKS2_PBKDF
Packit 94f725
Packit 94f725
/* default LUKS format version */
Packit 94f725
#undef DEFAULT_LUKS_FORMAT
Packit 94f725
Packit 94f725
/* maximum keyfile size (in characters) */
Packit 94f725
#undef DEFAULT_PASSPHRASE_SIZE_MAX
Packit 94f725
Packit 94f725
/* cipher for plain mode */
Packit 94f725
#undef DEFAULT_PLAIN_CIPHER
Packit 94f725
Packit 94f725
/* password hashing function for plain mode */
Packit 94f725
#undef DEFAULT_PLAIN_HASH
Packit 94f725
Packit 94f725
/* key length in bits for plain mode */
Packit 94f725
#undef DEFAULT_PLAIN_KEYBITS
Packit 94f725
Packit 94f725
/* cipher mode for plain mode */
Packit 94f725
#undef DEFAULT_PLAIN_MODE
Packit 94f725
Packit 94f725
/* default RNG type for key generator */
Packit 94f725
#undef DEFAULT_RNG
Packit 94f725
Packit 94f725
/* override default path to directory with systemd temporary files */
Packit 94f725
#undef DEFAULT_TMPFILESDIR
Packit 94f725
Packit 94f725
/* data block size for verity mode */
Packit 94f725
#undef DEFAULT_VERITY_DATA_BLOCK
Packit 94f725
Packit 94f725
/* parity bytes for verity FEC */
Packit 94f725
#undef DEFAULT_VERITY_FEC_ROOTS
Packit 94f725
Packit 94f725
/* hash function for verity mode */
Packit 94f725
#undef DEFAULT_VERITY_HASH
Packit 94f725
Packit 94f725
/* hash block size for verity mode */
Packit 94f725
#undef DEFAULT_VERITY_HASH_BLOCK
Packit 94f725
Packit 94f725
/* salt size for verity mode */
Packit 94f725
#undef DEFAULT_VERITY_SALT_SIZE
Packit 94f725
Packit 94f725
/* Enable using of kernel userspace crypto */
Packit 94f725
#undef ENABLE_AF_ALG
Packit 94f725
Packit 94f725
/* Enable FIPS mode restrictions */
Packit 94f725
#undef ENABLE_FIPS
Packit 94f725
Packit 94f725
/* XTS mode - double default LUKS keysize if needed */
Packit 94f725
#undef ENABLE_LUKS_ADJUST_XTS_KEYSIZE
Packit 94f725
Packit 94f725
/* Define to 1 if translation of program messages to the user's native
Packit 94f725
   language is requested. */
Packit 94f725
#undef ENABLE_NLS
Packit 94f725
Packit 94f725
/* Enable password quality checking using passwdqc library */
Packit 94f725
#undef ENABLE_PASSWDQC
Packit 94f725
Packit 94f725
/* Enable password quality checking using pwquality library */
Packit 94f725
#undef ENABLE_PWQUALITY
Packit 94f725
Packit 94f725
/* Requested gcrypt version */
Packit 94f725
#undef GCRYPT_REQ_VERSION
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <argon2.h> header file. */
Packit 94f725
#undef HAVE_ARGON2_H
Packit 94f725
Packit 94f725
/* Define to 1 to use blkid for detection of disk signatures. */
Packit 94f725
#undef HAVE_BLKID
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <blkid/blkid.h> header file. */
Packit 94f725
#undef HAVE_BLKID_BLKID_H
Packit 94f725
Packit 94f725
/* Define to 1 to use blkid_probe_step_back. */
Packit 94f725
#undef HAVE_BLKID_STEP_BACK
Packit 94f725
Packit 94f725
/* Define to 1 to use blkid_do_wipe. */
Packit 94f725
#undef HAVE_BLKID_WIPE
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <byteswap.h> header file. */
Packit 94f725
#undef HAVE_BYTESWAP_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
Packit 94f725
   CoreFoundation framework. */
Packit 94f725
#undef HAVE_CFLOCALECOPYCURRENT
Packit 94f725
Packit 94f725
/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
Packit 94f725
   the CoreFoundation framework. */
Packit 94f725
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
Packit 94f725
Packit 94f725
/* Define to 1 if you have the `clock_gettime' function. */
Packit 94f725
#undef HAVE_CLOCK_GETTIME
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <ctype.h> header file. */
Packit 94f725
#undef HAVE_CTYPE_H
Packit 94f725
Packit 94f725
/* Define if the GNU dcgettext() function is already present or preinstalled.
Packit 94f725
   */
Packit 94f725
#undef HAVE_DCGETTEXT
Packit 94f725
Packit 94f725
/* Define to 1 if you have the declaration of `blkid_do_probe', and to 0 if
Packit 94f725
   you don't. */
Packit 94f725
#undef HAVE_DECL_BLKID_DO_PROBE
Packit 94f725
Packit 94f725
/* Define to 1 if you have the declaration of `blkid_do_safeprobe', and to 0
Packit 94f725
   if you don't. */
Packit 94f725
#undef HAVE_DECL_BLKID_DO_SAFEPROBE
Packit 94f725
Packit 94f725
/* Define to 1 if you have the declaration of
Packit 94f725
   `blkid_probe_filter_superblocks_type', and to 0 if you don't. */
Packit 94f725
#undef HAVE_DECL_BLKID_PROBE_FILTER_SUPERBLOCKS_TYPE
Packit 94f725
Packit 94f725
/* Define to 1 if you have the declaration of `blkid_probe_lookup_value ', and
Packit 94f725
   to 0 if you don't. */
Packit 94f725
#undef HAVE_DECL_BLKID_PROBE_LOOKUP_VALUE__________
Packit 94f725
Packit 94f725
/* Define to 1 if you have the declaration of `blkid_probe_set_device', and to
Packit 94f725
   0 if you don't. */
Packit 94f725
#undef HAVE_DECL_BLKID_PROBE_SET_DEVICE
Packit 94f725
Packit 94f725
/* Define to 1 if you have the declaration of `blkid_reset_probe', and to 0 if
Packit 94f725
   you don't. */
Packit 94f725
#undef HAVE_DECL_BLKID_RESET_PROBE
Packit 94f725
Packit 94f725
/* Define to 1 if you have the declaration of `dm_device_get_name', and to 0
Packit 94f725
   if you don't. */
Packit 94f725
#undef HAVE_DECL_DM_DEVICE_GET_NAME
Packit 94f725
Packit 94f725
/* Define to 1 if you have the declaration of `DM_DEVICE_GET_TARGET_VERSION',
Packit 94f725
   and to 0 if you don't. */
Packit 94f725
#undef HAVE_DECL_DM_DEVICE_GET_TARGET_VERSION
Packit 94f725
Packit 94f725
/* Define to 1 if you have the declaration of `dm_device_has_holders', and to
Packit 94f725
   0 if you don't. */
Packit 94f725
#undef HAVE_DECL_DM_DEVICE_HAS_HOLDERS
Packit 94f725
Packit 94f725
/* Define to 1 if you have the declaration of `dm_device_has_mounted_fs', and
Packit 94f725
   to 0 if you don't. */
Packit 94f725
#undef HAVE_DECL_DM_DEVICE_HAS_MOUNTED_FS
Packit 94f725
Packit 94f725
/* Define to 1 if you have the declaration of `dm_task_deferred_remove', and
Packit 94f725
   to 0 if you don't. */
Packit 94f725
#undef HAVE_DECL_DM_TASK_DEFERRED_REMOVE
Packit 94f725
Packit 94f725
/* Define to 1 if you have the declaration of `dm_task_retry_remove', and to 0
Packit 94f725
   if you don't. */
Packit 94f725
#undef HAVE_DECL_DM_TASK_RETRY_REMOVE
Packit 94f725
Packit 94f725
/* Define to 1 if you have the declaration of `dm_task_secure_data', and to 0
Packit 94f725
   if you don't. */
Packit 94f725
#undef HAVE_DECL_DM_TASK_SECURE_DATA
Packit 94f725
Packit 94f725
/* Define to 1 if you have the declaration of
Packit 94f725
   `DM_UDEV_DISABLE_DISK_RULES_FLAG', and to 0 if you don't. */
Packit 94f725
#undef HAVE_DECL_DM_UDEV_DISABLE_DISK_RULES_FLAG
Packit 94f725
Packit 94f725
/* Define to 1 if you have the declaration of `GCRY_CIPHER_MODE_XTS', and to 0
Packit 94f725
   if you don't. */
Packit 94f725
#undef HAVE_DECL_GCRY_CIPHER_MODE_XTS
Packit 94f725
Packit 94f725
/* Define to 1 if you have the declaration of `json_object_deep_copy', and to
Packit 94f725
   0 if you don't. */
Packit 94f725
#undef HAVE_DECL_JSON_OBJECT_DEEP_COPY
Packit 94f725
Packit 94f725
/* Define to 1 if you have the declaration of `json_object_object_add_ex', and
Packit 94f725
   to 0 if you don't. */
Packit 94f725
#undef HAVE_DECL_JSON_OBJECT_OBJECT_ADD_EX
Packit 94f725
Packit 94f725
/* Define to 1 if you have the declaration of `NSS_GetVersion', and to 0 if
Packit 94f725
   you don't. */
Packit 94f725
#undef HAVE_DECL_NSS_GETVERSION
Packit 94f725
Packit 94f725
/* Define to 1 if you have the declaration of `O_CLOEXEC', and to 0 if you
Packit 94f725
   don't. */
Packit 94f725
#undef HAVE_DECL_O_CLOEXEC
Packit 94f725
Packit 94f725
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
Packit 94f725
   don't. */
Packit 94f725
#undef HAVE_DECL_STRERROR_R
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
Packit 94f725
   */
Packit 94f725
#undef HAVE_DIRENT_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit 94f725
#undef HAVE_DLFCN_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <endian.h> header file. */
Packit 94f725
#undef HAVE_ENDIAN_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the `explicit_bzero' function. */
Packit 94f725
#undef HAVE_EXPLICIT_BZERO
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <fcntl.h> header file. */
Packit 94f725
#undef HAVE_FCNTL_H
Packit 94f725
Packit 94f725
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
Packit 94f725
#undef HAVE_FSEEKO
Packit 94f725
Packit 94f725
/* Define if the GNU gettext() function is already present or preinstalled. */
Packit 94f725
#undef HAVE_GETTEXT
Packit 94f725
Packit 94f725
/* Define if you have the iconv() function and it works. */
Packit 94f725
#undef HAVE_ICONV
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 94f725
#undef HAVE_INTTYPES_H
Packit 94f725
Packit 94f725
/* Define to 1 if the system has the type `key_serial_t'. */
Packit 94f725
#undef HAVE_KEY_SERIAL_T
Packit 94f725
Packit 94f725
/* Define to 1 if you have the `devmapper' library (-ldevmapper). */
Packit 94f725
#undef HAVE_LIBDEVMAPPER
Packit 94f725
Packit 94f725
/* Define to 1 if you have the `gcrypt' library (-lgcrypt). */
Packit 94f725
#undef HAVE_LIBGCRYPT
Packit 94f725
Packit 94f725
/* Define to 1 if you have the `nettle' library (-lnettle). */
Packit 94f725
#undef HAVE_LIBNETTLE
Packit 94f725
Packit 94f725
/* Define to 1 if you have the `popt' library (-lpopt). */
Packit 94f725
#undef HAVE_LIBPOPT
Packit 94f725
Packit 94f725
/* Define to 1 if you have the `selinux' library (-lselinux). */
Packit 94f725
#undef HAVE_LIBSELINUX
Packit 94f725
Packit 94f725
/* Define to 1 if you have the `sepol' library (-lsepol). */
Packit 94f725
#undef HAVE_LIBSEPOL
Packit 94f725
Packit 94f725
/* Define to 1 if you have the `uuid' library (-luuid). */
Packit 94f725
#undef HAVE_LIBUUID
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <linux/if_alg.h> header file. */
Packit 94f725
#undef HAVE_LINUX_IF_ALG_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <linux/keyctl.h> header file. */
Packit 94f725
#undef HAVE_LINUX_KEYCTL_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <locale.h> header file. */
Packit 94f725
#undef HAVE_LOCALE_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <malloc.h> header file. */
Packit 94f725
#undef HAVE_MALLOC_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <memory.h> header file. */
Packit 94f725
#undef HAVE_MEMORY_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
Packit 94f725
#undef HAVE_NDIR_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <nettle/sha.h> header file. */
Packit 94f725
#undef HAVE_NETTLE_SHA_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <nettle/version.h> header file. */
Packit 94f725
#undef HAVE_NETTLE_VERSION_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the `posix_fallocate' function. */
Packit 94f725
#undef HAVE_POSIX_FALLOCATE
Packit 94f725
Packit 94f725
/* Define to 1 if you have the `posix_memalign' function. */
Packit 94f725
#undef HAVE_POSIX_MEMALIGN
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <stdint.h> header file. */
Packit 94f725
#undef HAVE_STDINT_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 94f725
#undef HAVE_STDLIB_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the `strerror_r' function. */
Packit 94f725
#undef HAVE_STRERROR_R
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <strings.h> header file. */
Packit 94f725
#undef HAVE_STRINGS_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <string.h> header file. */
Packit 94f725
#undef HAVE_STRING_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
Packit 94f725
   */
Packit 94f725
#undef HAVE_SYS_DIR_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <sys/ioctl.h> header file. */
Packit 94f725
#undef HAVE_SYS_IOCTL_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <sys/mman.h> header file. */
Packit 94f725
#undef HAVE_SYS_MMAN_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
Packit 94f725
   */
Packit 94f725
#undef HAVE_SYS_NDIR_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <sys/statvfs.h> header file. */
Packit 94f725
#undef HAVE_SYS_STATVFS_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 94f725
#undef HAVE_SYS_STAT_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <sys/sysmacros.h> header file. */
Packit 94f725
#undef HAVE_SYS_SYSMACROS_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 94f725
#undef HAVE_SYS_TYPES_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <unistd.h> header file. */
Packit 94f725
#undef HAVE_UNISTD_H
Packit 94f725
Packit 94f725
/* Define to 1 if you have the <uuid/uuid.h> header file. */
Packit 94f725
#undef HAVE_UUID_UUID_H
Packit 94f725
Packit 94f725
/* Define as const if the declaration of iconv() needs const. */
Packit 94f725
#undef ICONV_CONST
Packit 94f725
Packit 94f725
/* Enable kernel keyring service support */
Packit 94f725
#undef KERNEL_KEYRING
Packit 94f725
Packit 94f725
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit 94f725
#undef LT_OBJDIR
Packit 94f725
Packit 94f725
/* Defined to 0 if not provided */
Packit 94f725
#undef O_CLOEXEC
Packit 94f725
Packit 94f725
/* Name of package */
Packit 94f725
#undef PACKAGE
Packit 94f725
Packit 94f725
/* Define to the address where bug reports for this package should be sent. */
Packit 94f725
#undef PACKAGE_BUGREPORT
Packit 94f725
Packit 94f725
/* Define to the full name of this package. */
Packit 94f725
#undef PACKAGE_NAME
Packit 94f725
Packit 94f725
/* Define to the full name and version of this package. */
Packit 94f725
#undef PACKAGE_STRING
Packit 94f725
Packit 94f725
/* Define to the one symbol short name of this package. */
Packit 94f725
#undef PACKAGE_TARNAME
Packit 94f725
Packit 94f725
/* Define to the home page for this package. */
Packit 94f725
#undef PACKAGE_URL
Packit 94f725
Packit 94f725
/* Define to the version of this package. */
Packit 94f725
#undef PACKAGE_VERSION
Packit 94f725
Packit 94f725
/* passwdqc library config file */
Packit 94f725
#undef PASSWDQC_CONFIG_FILE
Packit 94f725
Packit 94f725
/* Define to 1 if you have the ANSI C header files. */
Packit 94f725
#undef STDC_HEADERS
Packit 94f725
Packit 94f725
/* Define to 1 if strerror_r returns char *. */
Packit 94f725
#undef STRERROR_R_CHAR_P
Packit 94f725
Packit 94f725
/* Use internal Argon2 */
Packit 94f725
#undef USE_INTERNAL_ARGON2
Packit 94f725
Packit 94f725
/* Use internal PBKDF2 */
Packit 94f725
#undef USE_INTERNAL_PBKDF2
Packit 94f725
Packit 94f725
/* Enable extensions on AIX 3, Interix.  */
Packit 94f725
#ifndef _ALL_SOURCE
Packit 94f725
# undef _ALL_SOURCE
Packit 94f725
#endif
Packit 94f725
/* Enable GNU extensions on systems that have them.  */
Packit 94f725
#ifndef _GNU_SOURCE
Packit 94f725
# undef _GNU_SOURCE
Packit 94f725
#endif
Packit 94f725
/* Enable threading extensions on Solaris.  */
Packit 94f725
#ifndef _POSIX_PTHREAD_SEMANTICS
Packit 94f725
# undef _POSIX_PTHREAD_SEMANTICS
Packit 94f725
#endif
Packit 94f725
/* Enable extensions on HP NonStop.  */
Packit 94f725
#ifndef _TANDEM_SOURCE
Packit 94f725
# undef _TANDEM_SOURCE
Packit 94f725
#endif
Packit 94f725
/* Enable general extensions on Solaris.  */
Packit 94f725
#ifndef __EXTENSIONS__
Packit 94f725
# undef __EXTENSIONS__
Packit 94f725
#endif
Packit 94f725
Packit 94f725
Packit 94f725
/* Try to use udev synchronisation? */
Packit 94f725
#undef USE_UDEV
Packit 94f725
Packit 94f725
/* Version number of package */
Packit 94f725
#undef VERSION
Packit 94f725
Packit 94f725
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
Packit 94f725
   significant byte first (like Motorola and SPARC, unlike Intel). */
Packit 94f725
#if defined AC_APPLE_UNIVERSAL_BUILD
Packit 94f725
# if defined __BIG_ENDIAN__
Packit 94f725
#  define WORDS_BIGENDIAN 1
Packit 94f725
# endif
Packit 94f725
#else
Packit 94f725
# ifndef WORDS_BIGENDIAN
Packit 94f725
#  undef WORDS_BIGENDIAN
Packit 94f725
# endif
Packit 94f725
#endif
Packit 94f725
Packit 94f725
/* Enable large inode numbers on Mac OS X 10.5.  */
Packit 94f725
#ifndef _DARWIN_USE_64_BIT_INODE
Packit 94f725
# define _DARWIN_USE_64_BIT_INODE 1
Packit 94f725
#endif
Packit 94f725
Packit 94f725
/* Number of bits in a file offset, on hosts where this is settable. */
Packit 94f725
#undef _FILE_OFFSET_BITS
Packit 94f725
Packit 94f725
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
Packit 94f725
#undef _LARGEFILE_SOURCE
Packit 94f725
Packit 94f725
/* Define for large files, on AIX-style hosts. */
Packit 94f725
#undef _LARGE_FILES
Packit 94f725
Packit 94f725
/* Define to 1 if on MINIX. */
Packit 94f725
#undef _MINIX
Packit 94f725
Packit 94f725
/* Define to 2 if the system does not provide POSIX.1 features except with
Packit 94f725
   this defined. */
Packit 94f725
#undef _POSIX_1_SOURCE
Packit 94f725
Packit 94f725
/* Define to 1 if you need to in order for `stat' and other things to work. */
Packit 94f725
#undef _POSIX_SOURCE
Packit 94f725
Packit 94f725
/* Define to empty if `const' does not conform to ANSI C. */
Packit 94f725
#undef const
Packit 94f725
Packit 94f725
/* Define to `long int' if <sys/types.h> does not define. */
Packit 94f725
#undef off_t
Packit 94f725
Packit 94f725
/* Define to the equivalent of the C99 'restrict' keyword, or to
Packit 94f725
   nothing if this is not supported.  Do not define if restrict is
Packit 94f725
   supported directly.  */
Packit 94f725
#undef restrict
Packit 94f725
/* Work around a bug in Sun C++: it does not support _Restrict or
Packit 94f725
   __restrict__, even though the corresponding Sun C compiler ends up with
Packit 94f725
   "#define restrict _Restrict" or "#define restrict __restrict__" in the
Packit 94f725
   previous line.  Perhaps some future version of Sun C++ will work with
Packit 94f725
   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
Packit 94f725
#if defined __SUNPRO_CC && !defined __RESTRICT
Packit 94f725
# define _Restrict
Packit 94f725
# define __restrict__
Packit 94f725
#endif