]> git.proxmox.com Git - mirror_smartmontools-debian.git/blame - config.h.in
New upstream version 6.6
[mirror_smartmontools-debian.git] / config.h.in
CommitLineData
f9e10201
JD
1/* config.h.in. Generated from configure.ac by autoheader. */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* freebsd ciss header location */
7#undef CISS_LOCATION
8
9/* smartmontools CVS Tag */
10#undef CONFIG_H_CVSID
11
12/* Define to 1 if C++ compiler supports __attribute__((packed)) */
13#undef HAVE_ATTR_PACKED
14
15/* Define to 1 if you have the `clock_gettime' function. */
16#undef HAVE_CLOCK_GETTIME
17
18/* Define to 1 if you have the <ddk/ntdddisk.h> header file. */
19#undef HAVE_DDK_NTDDDISK_H
20
21/* Define to 1 if you have the <dev/ata/atavar.h> header file. */
22#undef HAVE_DEV_ATA_ATAVAR_H
23
24/* Define to 1 if you have the <dev/ciss/cissio.h> header file. */
25#undef HAVE_DEV_CISS_CISSIO_H
26
27/* Define to 1 if you have the `ftime' function. */
28#undef HAVE_FTIME
29
30/* Define to 1 if you have the `getopt_long' function. */
31#undef HAVE_GETOPT_LONG
32
33/* Define to 1 if you have the `gettimeofday' function. */
34#undef HAVE_GETTIMEOFDAY
35
36/* Define to 1 if the system has the type `int64_t'. */
37#undef HAVE_INT64_T
38
39/* Define to 1 if you have the <inttypes.h> header file. */
40#undef HAVE_INTTYPES_H
41
42/* Define to 1 if you have the `cap-ng' library (-lcap-ng). */
43#undef HAVE_LIBCAP_NG
44
45/* Define to 1 if you have the `selinux' library (-lselinux). */
46#undef HAVE_LIBSELINUX
47
48/* Define to 1 if you have the `usb' library (-lusb). */
49#undef HAVE_LIBUSB
50
51/* Define to 1 if you have the <linux/cciss_ioctl.h> header file. */
52#undef HAVE_LINUX_CCISS_IOCTL_H
53
54/* Define to 1 if you have the <linux/compiler.h> header file. */
55#undef HAVE_LINUX_COMPILER_H
56
57/* Define to 1 if you have the <locale.h> header file. */
58#undef HAVE_LOCALE_H
59
60/* Define to 1 if you have the <memory.h> header file. */
61#undef HAVE_MEMORY_H
62
63/* Define to 1 if you have the <ntdddisk.h> header file. */
64#undef HAVE_NTDDDISK_H
65
66/* Define to 1 if you have the `regcomp' function. */
67#undef HAVE_REGCOMP
68
69/* Define to 1 if you have the <selinux/selinux.h> header file. */
70#undef HAVE_SELINUX_SELINUX_H
71
72/* Define to 1 if you have the `sigset' function. */
73#undef HAVE_SIGSET
74
75/* Define to 1 if you have the <stdint.h> header file. */
76#undef HAVE_STDINT_H
77
78/* Define to 1 if you have the <stdlib.h> header file. */
79#undef HAVE_STDLIB_H
80
81/* Define to 1 if you have the <strings.h> header file. */
82#undef HAVE_STRINGS_H
83
84/* Define to 1 if you have the <string.h> header file. */
85#undef HAVE_STRING_H
86
87/* Define to 1 if you have the `strtoull' function. */
88#undef HAVE_STRTOULL
89
90/* Define to 1 if you have the <sys/inttypes.h> header file. */
91#undef HAVE_SYS_INTTYPES_H
92
93/* Define to 1 if you have the <sys/int_types.h> header file. */
94#undef HAVE_SYS_INT_TYPES_H
95
96/* Define to 1 if you have the <sys/stat.h> header file. */
97#undef HAVE_SYS_STAT_H
98
99/* Define to 1 if you have the <sys/tweio.h> header file. */
100#undef HAVE_SYS_TWEIO_H
101
102/* Define to 1 if you have the <sys/twereg.h> header file. */
103#undef HAVE_SYS_TWEREG_H
104
105/* Define to 1 if you have the <sys/tw_osl_ioctl.h> header file. */
106#undef HAVE_SYS_TW_OSL_IOCTL_H
107
108/* Define to 1 if you have the <sys/types.h> header file. */
109#undef HAVE_SYS_TYPES_H
110
111/* Define to 1 if the system has the type `uint64_t'. */
112#undef HAVE_UINT64_T
113
114/* Define to 1 if you have the `uname' function. */
115#undef HAVE_UNAME
116
117/* Define to 1 if you have the <unistd.h> header file. */
118#undef HAVE_UNISTD_H
119
120/* Define to 1 if you have the <wbemcli.h> header file. */
121#undef HAVE_WBEMCLI_H
122
123/* Define to 1 if the `snprintf' function is sane. */
124#undef HAVE_WORKING_SNPRINTF
125
126/* Define to 1 if os_*.cpp still uses the old interface */
127#undef OLD_INTERFACE
128
129/* Name of package */
130#undef PACKAGE
131
132/* Define to the address where bug reports for this package should be sent. */
133#undef PACKAGE_BUGREPORT
134
135/* smartmontools Home Page */
136#undef PACKAGE_HOMEPAGE
137
138/* Define to the full name of this package. */
139#undef PACKAGE_NAME
140
141/* Define to the full name and version of this package. */
142#undef PACKAGE_STRING
143
144/* Define to the one symbol short name of this package. */
145#undef PACKAGE_TARNAME
146
147/* Define to the home page for this package. */
148#undef PACKAGE_URL
149
150/* Define to the version of this package. */
151#undef PACKAGE_VERSION
152
153/* smartmontools Build Host */
154#undef SMARTMONTOOLS_BUILD_HOST
155
156/* smartmontools Configure Arguments */
157#undef SMARTMONTOOLS_CONFIGURE_ARGS
158
159/* smartmontools Release Date */
160#undef SMARTMONTOOLS_RELEASE_DATE
161
162/* smartmontools Release Time */
163#undef SMARTMONTOOLS_RELEASE_TIME
164
165/* Define to 1 if you have the ANSI C header files. */
166#undef STDC_HEADERS
167
168/* Version number of package */
169#undef VERSION
170
171/* Define to 1 to include NVMe devices in smartd DEVICESCAN. */
172#undef WITH_NVME_DEVICESCAN
173
174/* Define to 1 if SELinux support is enabled */
175#undef WITH_SELINUX
176
177/* Define to 1 to enable legacy ATA support on Solaris SPARC. */
178#undef WITH_SOLARIS_SPARC_ATA
179
180/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
181 significant byte first (like Motorola and SPARC, unlike Intel). */
182#if defined AC_APPLE_UNIVERSAL_BUILD
183# if defined __BIG_ENDIAN__
184# define WORDS_BIGENDIAN 1
185# endif
186#else
187# ifndef WORDS_BIGENDIAN
188# undef WORDS_BIGENDIAN
189# endif
190#endif