]> git.proxmox.com Git - mirror_smartmontools-debian.git/blobdiff - config.h.in
import smartmontools 7.0
[mirror_smartmontools-debian.git] / config.h.in
index 67c2dd1f53e2fcacd7bc006ae2ad30471c7f7295..6ae01a4a4c3b520039f0d8cbe6a852f37db392de 100644 (file)
 /* Define to 1 if C++ compiler supports __attribute__((packed)) */
 #undef HAVE_ATTR_PACKED
 
+/* Define to 1 if you have the <byteswap.h> header file. */
+#undef HAVE_BYTESWAP_H
+
+/* Define to 1 if you have the <cap-ng.h> header file. */
+#undef HAVE_CAP_NG_H
+
 /* Define to 1 if you have the `clock_gettime' function. */
 #undef HAVE_CLOCK_GETTIME
 
@@ -33,9 +39,6 @@
 /* Define to 1 if you have the `gettimeofday' function. */
 #undef HAVE_GETTIMEOFDAY
 
-/* Define to 1 if the system has the type `int64_t'. */
-#undef HAVE_INT64_T
-
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
@@ -45,6 +48,9 @@
 /* Define to 1 if you have the `selinux' library (-lselinux). */
 #undef HAVE_LIBSELINUX
 
+/* Define to 1 if you have the `systemd' library (-lsystemd). */
+#undef HAVE_LIBSYSTEMD
+
 /* Define to 1 if you have the `usb' library (-lusb). */
 #undef HAVE_LIBUSB
 
 /* Define to 1 if you have the <locale.h> header file. */
 #undef HAVE_LOCALE_H
 
+/* Define to 1 if the type `long double' works and has more range or precision
+   than `double'. */
+#undef HAVE_LONG_DOUBLE_WIDER
+
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
@@ -69,6 +79,9 @@
 /* Define to 1 if you have the <selinux/selinux.h> header file. */
 #undef HAVE_SELINUX_SELINUX_H
 
+/* Define to 1 if you have the `sigaction' function. */
+#undef HAVE_SIGACTION
+
 /* Define to 1 if you have the `sigset' function. */
 #undef HAVE_SIGSET
 
 /* Define to 1 if you have the <string.h> header file. */
 #undef HAVE_STRING_H
 
-/* Define to 1 if you have the `strtoull' function. */
-#undef HAVE_STRTOULL
-
-/* Define to 1 if you have the <sys/inttypes.h> header file. */
-#undef HAVE_SYS_INTTYPES_H
-
-/* Define to 1 if you have the <sys/int_types.h> header file. */
-#undef HAVE_SYS_INT_TYPES_H
+/* Define to 1 if you have the <systemd/sd-daemon.h> header file. */
+#undef HAVE_SYSTEMD_SD_DAEMON_H
 
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #undef HAVE_SYS_STAT_H
 
+/* Define to 1 if you have the <sys/sysmacros.h> header file. */
+#undef HAVE_SYS_SYSMACROS_H
+
 /* Define to 1 if you have the <sys/tweio.h> header file. */
 #undef HAVE_SYS_TWEIO_H
 
 /* Define to 1 if you have the <sys/types.h> header file. */
 #undef HAVE_SYS_TYPES_H
 
-/* Define to 1 if the system has the type `uint64_t'. */
-#undef HAVE_UINT64_T
-
-/* Define to 1 if you have the `uname' function. */
-#undef HAVE_UNAME
-
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
-/* Define to 1 if you have the <wbemcli.h> header file. */
-#undef HAVE_WBEMCLI_H
-
 /* Define to 1 if the `snprintf' function is sane. */
 #undef HAVE_WORKING_SNPRINTF
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
+/* Define to 1 to use generic LE/BE code instead */
+#undef IGNORE_FAST_LEBE
+
 /* Define to 1 if os_*.cpp still uses the old interface */
 #undef OLD_INTERFACE
 
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
+/* Define to 1 to enable check on each SCSI cdb */
+#undef SCSI_CDB_CHECK
+
 /* smartmontools Build Host */
 #undef SMARTMONTOOLS_BUILD_HOST
 
 /* Version number of package */
 #undef VERSION
 
+/* Define to 1 to use C++11 std::regex instead of POSIX regex(3) */
+#undef WITH_CXX11_REGEX
+
 /* Define to 1 to include NVMe devices in smartd DEVICESCAN. */
 #undef WITH_NVME_DEVICESCAN
 
-/* Define to 1 if SELinux support is enabled */
-#undef WITH_SELINUX
-
 /* Define to 1 to enable legacy ATA support on Solaris SPARC. */
 #undef WITH_SOLARIS_SPARC_ATA