]> git.proxmox.com Git - mirror_smartmontools-debian.git/blobdiff - config.h.in
New upstream version 6.6
[mirror_smartmontools-debian.git] / config.h.in
index 62f5cee51b43eeeadfceb02d32c1ee854356e024..67c2dd1f53e2fcacd7bc006ae2ad30471c7f7295 100644 (file)
@@ -1,40 +1,37 @@
-/* config.h.in.  Generated from configure.in by autoheader.  */
+/* config.h.in.  Generated from configure.ac by autoheader.  */
 
-/* smartmontools CVS Tag */
-#undef CONFIG_H_CVSID
+/* Define if building universal (internal helper macro) */
+#undef AC_APPLE_UNIVERSAL_BUILD
 
-/* use mailx as default mailer */
-#undef DEFAULT_MAILER
+/* freebsd ciss header location */
+#undef CISS_LOCATION
 
-/* Define to 1 if you have the `ata_identify_is_cached' function in os_*.c. */
-#undef HAVE_ATA_IDENTIFY_IS_CACHED
+/* smartmontools CVS Tag */
+#undef CONFIG_H_CVSID
 
 /* Define to 1 if C++ compiler supports __attribute__((packed)) */
 #undef HAVE_ATTR_PACKED
 
-/* Define to 1 if you have the <dev/ata/atavar.h> header file. */
-#undef HAVE_DEV_ATA_ATAVAR_H
-
-/* Define to 1 if you have the `getdomainname' function. */
-#undef HAVE_GETDOMAINNAME
+/* Define to 1 if you have the `clock_gettime' function. */
+#undef HAVE_CLOCK_GETTIME
 
-/* Define to 1 if you have the `gethostbyname' function. */
-#undef HAVE_GETHOSTBYNAME
+/* Define to 1 if you have the <ddk/ntdddisk.h> header file. */
+#undef HAVE_DDK_NTDDDISK_H
 
-/* Define to 1 if you have the `gethostname' function. */
-#undef HAVE_GETHOSTNAME
+/* Define to 1 if you have the <dev/ata/atavar.h> header file. */
+#undef HAVE_DEV_ATA_ATAVAR_H
 
-/* Define to 1 if you have the `getopt' function. */
-#undef HAVE_GETOPT
+/* Define to 1 if you have the <dev/ciss/cissio.h> header file. */
+#undef HAVE_DEV_CISS_CISSIO_H
 
-/* Define to 1 if you have the <getopt.h> header file. */
-#undef HAVE_GETOPT_H
+/* Define to 1 if you have the `ftime' function. */
+#undef HAVE_FTIME
 
 /* Define to 1 if you have the `getopt_long' function. */
 #undef HAVE_GETOPT_LONG
 
-/* Define to 1 if you have the `get_os_version_str' function in os_*.c. */
-#undef HAVE_GET_OS_VERSION_STR
+/* 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
 
+/* Define to 1 if you have the `cap-ng' library (-lcap-ng). */
+#undef HAVE_LIBCAP_NG
+
+/* Define to 1 if you have the `selinux' library (-lselinux). */
+#undef HAVE_LIBSELINUX
+
+/* Define to 1 if you have the `usb' library (-lusb). */
+#undef HAVE_LIBUSB
+
+/* Define to 1 if you have the <linux/cciss_ioctl.h> header file. */
+#undef HAVE_LINUX_CCISS_IOCTL_H
+
 /* Define to 1 if you have the <linux/compiler.h> header file. */
 #undef HAVE_LINUX_COMPILER_H
 
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
-/* Define to 1 if you have the <netdb.h> header file. */
-#undef HAVE_NETDB_H
+/* Define to 1 if you have the <ntdddisk.h> header file. */
+#undef HAVE_NTDDDISK_H
+
+/* Define to 1 if you have the `regcomp' function. */
+#undef HAVE_REGCOMP
+
+/* Define to 1 if you have the <selinux/selinux.h> header file. */
+#undef HAVE_SELINUX_SELINUX_H
 
 /* Define to 1 if you have the `sigset' function. */
 #undef HAVE_SIGSET
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
-/* Define to 1 if the `snprintf' function is sane */
+/* 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
 
-/* need assembly code os_solaris_ata.s */
-#undef NEED_SOLARIS_ATA_CODE
+/* Define to 1 if os_*.cpp still uses the old interface */
+#undef OLD_INTERFACE
 
 /* Name of package */
 #undef PACKAGE
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
 
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
 /* smartmontools Configure Arguments */
 #undef SMARTMONTOOLS_CONFIGURE_ARGS
 
-/* smartmontools Configure Date */
-#undef SMARTMONTOOLS_CONFIGURE_DATE
-
 /* smartmontools Release Date */
 #undef SMARTMONTOOLS_RELEASE_DATE
 
 
 /* Version number of package */
 #undef VERSION
+
+/* 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
+
+/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
+   significant byte first (like Motorola and SPARC, unlike Intel). */
+#if defined AC_APPLE_UNIVERSAL_BUILD
+# if defined __BIG_ENDIAN__
+#  define WORDS_BIGENDIAN 1
+# endif
+#else
+# ifndef WORDS_BIGENDIAN
+#  undef WORDS_BIGENDIAN
+# endif
+#endif