1/* config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Define to 1 if you have the <byteswap.h> header file. */ 4#undef HAVE_BYTESWAP_H 5 6/* Define to 1 if you have the `clock_gettime' function. */ 7#undef HAVE_CLOCK_GETTIME 8 9/* Define to 1 if you have the <dlfcn.h> header file. */ 10#undef HAVE_DLFCN_H 11 12/* Define to 1 if you have the `getopt_long' function. */ 13#undef HAVE_GETOPT_LONG 14 15/* Found sys/random.h */ 16#undef HAVE_GETRANDOM 17 18/* Define to 1 if you have the `gettimeofday' function. */ 19#undef HAVE_GETTIMEOFDAY 20 21/* Define to 1 if you have the <inttypes.h> header file. */ 22#undef HAVE_INTTYPES_H 23 24/* Define to 1 if you have the <linux/bsg.h> header file. */ 25#undef HAVE_LINUX_BSG_H 26 27/* Define to 1 if you have the <linux/kdev_t.h> header file. */ 28#undef HAVE_LINUX_KDEV_T_H 29 30/* Define to 1 if you have the <linux/nvme_ioctl.h> header file. */ 31#undef HAVE_LINUX_NVME_IOCTL_H 32 33/* Have Linux sg v4 header */ 34#undef HAVE_LINUX_SG_V4_HDR 35 36/* Define to 1 if you have the <linux/types.h> header file. */ 37#undef HAVE_LINUX_TYPES_H 38 39/* Define to 1 if you have the `lseek64' function. */ 40#undef HAVE_LSEEK64 41 42/* Found NVMe */ 43#undef HAVE_NVME 44 45/* Define to 1 if you have the `posix_fadvise' function. */ 46#undef HAVE_POSIX_FADVISE 47 48/* Define to 1 if you have the `posix_memalign' function. */ 49#undef HAVE_POSIX_MEMALIGN 50 51/* Define to 1 if you have the `pthread_cancel' function. */ 52#undef HAVE_PTHREAD_CANCEL 53 54/* Define to 1 if you have the `pthread_kill' function. */ 55#undef HAVE_PTHREAD_KILL 56 57/* Define to 1 if you have the `srand48_r' function. */ 58#undef HAVE_SRAND48_R 59 60/* Define to 1 if you have the <stdatomic.h> header file. */ 61#undef HAVE_STDATOMIC_H 62 63/* Define to 1 if you have the <stdint.h> header file. */ 64#undef HAVE_STDINT_H 65 66/* Define to 1 if you have the <stdio.h> header file. */ 67#undef HAVE_STDIO_H 68 69/* Define to 1 if you have the <stdlib.h> header file. */ 70#undef HAVE_STDLIB_H 71 72/* Define to 1 if you have the <strings.h> header file. */ 73#undef HAVE_STRINGS_H 74 75/* Define to 1 if you have the <string.h> header file. */ 76#undef HAVE_STRING_H 77 78/* Define to 1 if you have the `sysconf' function. */ 79#undef HAVE_SYSCONF 80 81/* Define to 1 if you have the <sys/random.h> header file. */ 82#undef HAVE_SYS_RANDOM_H 83 84/* Define to 1 if you have the <sys/stat.h> header file. */ 85#undef HAVE_SYS_STAT_H 86 87/* Define to 1 if you have the <sys/types.h> header file. */ 88#undef HAVE_SYS_TYPES_H 89 90/* Define to 1 if you have the <unistd.h> header file. */ 91#undef HAVE_UNISTD_H 92 93/* use generic little-endian/big-endian instead */ 94#undef IGNORE_FAST_LEBE 95 96/* option ignored */ 97#undef IGNORE_LINUX_BSG 98 99/* even if Linux sg v4 available, use v3 instead */ 100#undef IGNORE_LINUX_SGV4 101 102/* compile out NVMe support */ 103#undef IGNORE_NVME 104 105/* Define to the sub-directory where libtool stores uninstalled libraries. */ 106#undef LT_OBJDIR 107 108/* Name of package */ 109#undef PACKAGE 110 111/* Define to the address where bug reports for this package should be sent. */ 112#undef PACKAGE_BUGREPORT 113 114/* Define to the full name of this package. */ 115#undef PACKAGE_NAME 116 117/* Define to the full name and version of this package. */ 118#undef PACKAGE_STRING 119 120/* Define to the one symbol short name of this package. */ 121#undef PACKAGE_TARNAME 122 123/* Define to the home page for this package. */ 124#undef PACKAGE_URL 125 126/* Define to the version of this package. */ 127#undef PACKAGE_VERSION 128 129/* sg3_utils on android */ 130#undef SG_LIB_ANDROID 131 132/* sg3_utils Build Host */ 133#undef SG_LIB_BUILD_HOST 134 135/* sg3_utils on FreeBSD */ 136#undef SG_LIB_FREEBSD 137 138/* sg3_utils on Haiku */ 139#undef SG_LIB_HAIKU 140 141/* sg3_utils on linux */ 142#undef SG_LIB_LINUX 143 144/* also MinGW environment */ 145#undef SG_LIB_MINGW 146 147/* sg3_utils on NetBSD */ 148#undef SG_LIB_NETBSD 149 150/* sg3_utils on OpenBSD */ 151#undef SG_LIB_OPENBSD 152 153/* sg3_utils on Tru64 UNIX */ 154#undef SG_LIB_OSF1 155 156/* sg3_utils on other */ 157#undef SG_LIB_OTHER 158 159/* sg3_utils on Solaris */ 160#undef SG_LIB_SOLARIS 161 162/* sg3_utils on Win32 */ 163#undef SG_LIB_WIN32 164 165/* full SCSI sense strings and NVMe status strings */ 166#undef SG_SCSI_STRINGS 167 168/* Define to 1 if all of the C90 standard headers exist (not just the ones 169 required in a freestanding environment). This macro is provided for 170 backward compatibility; new code need not use it. */ 171#undef STDC_HEADERS 172 173/* Version number of package */ 174#undef VERSION 175 176/* enable Win32 SPT Direct */ 177#undef WIN32_SPT_DIRECT 178