xref: /aosp_15_r20/external/kmod/config.h (revision cc4ad7da8cefe208cb129ac2aa9a357c7c72deb2)
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Debug messages. */
5 /* #undef ENABLE_DEBUG */
6 
7 /* System logging. */
8 #define ENABLE_LOGGING 1
9 
10 /* Enable openssl for modinfo. */
11 /* #undef ENABLE_OPENSSL */
12 
13 /* Enable Xz for modules. */
14 /* #undef ENABLE_XZ */
15 
16 /* Enable zlib for modules. */
17 /* #undef ENABLE_ZLIB */
18 
19 /* Enable Zstandard for modules. */
20 /* #undef ENABLE_ZSTD */
21 
22 /* Define to 1 if you have the declaration of `be32toh', and to 0 if you
23    don't. */
24 #define HAVE_DECL_BE32TOH 1
25 
26 /* Define to 1 if you have the declaration of `strndupa', and to 0 if you
27    don't. */
28 /* #undef HAVE_DECL_STRNDUPA */
29 
30 /* Define to 1 if you have the <dlfcn.h> header file. */
31 #define HAVE_DLFCN_H 1
32 
33 /* Define to 1 if you have the `finit_module' function. */
34 /* #undef HAVE_FINIT_MODULE */
35 
36 /* Define to 1 if you have the <inttypes.h> header file. */
37 #define HAVE_INTTYPES_H 1
38 
39 /* Define to 1 if you have the <linux/module.h> header file. */
40 /* #undef HAVE_LINUX_MODULE_H */
41 
42 /* Define to 1 if you have the <minix/config.h> header file. */
43 /* #undef HAVE_MINIX_CONFIG_H */
44 
45 /* Define if _Noreturn is available */
46 #define HAVE_NORETURN 1
47 
48 /* Define to 1 if you have the `secure_getenv' function. */
49 #define HAVE_SECURE_GETENV 1
50 
51 /* Define if _Static_assert() is available */
52 #define HAVE_STATIC_ASSERT 1
53 
54 /* Define to 1 if you have the <stdint.h> header file. */
55 #define HAVE_STDINT_H 1
56 
57 /* Define to 1 if you have the <stdio.h> header file. */
58 #define HAVE_STDIO_H 1
59 
60 /* Define to 1 if you have the <stdlib.h> header file. */
61 #define HAVE_STDLIB_H 1
62 
63 /* Define to 1 if you have the <strings.h> header file. */
64 #define HAVE_STRINGS_H 1
65 
66 /* Define to 1 if you have the <string.h> header file. */
67 #define HAVE_STRING_H 1
68 
69 /* Define to 1 if `st_mtim' is a member of `struct stat'. */
70 #define HAVE_STRUCT_STAT_ST_MTIM 1
71 
72 /* Define to 1 if you have the <sys/stat.h> header file. */
73 #define HAVE_SYS_STAT_H 1
74 
75 /* Define to 1 if you have the <sys/types.h> header file. */
76 #define HAVE_SYS_TYPES_H 1
77 
78 /* Define to 1 if you have the <unistd.h> header file. */
79 #define HAVE_UNISTD_H 1
80 
81 /* Define to 1 if you have the <wchar.h> header file. */
82 #define HAVE_WCHAR_H 1
83 
84 /* Define to 1 if compiler has __builtin_clz() builtin function */
85 #define HAVE___BUILTIN_CLZ 1
86 
87 /* Define to 1 if compiler has __builtin_types_compatible_p() builtin function
88    */
89 #define HAVE___BUILTIN_TYPES_COMPATIBLE_P 1
90 
91 /* Define to 1 if compiler has __builtin_uaddll_overflow() builtin function */
92 #define HAVE___BUILTIN_UADDLL_OVERFLOW 1
93 
94 /* Define to 1 if compiler has __builtin_uaddl_overflow() builtin function */
95 #define HAVE___BUILTIN_UADDL_OVERFLOW 1
96 
97 /* Define to 1 if you have the `__secure_getenv' function. */
98 /* #undef HAVE___SECURE_GETENV */
99 
100 /* Define to 1 if you have the `__xstat' function. */
101 #define HAVE___XSTAT 1
102 
103 /* Features in this build */
104 #define KMOD_FEATURES "-ZSTD -XZ -ZLIB -LIBCRYPTO"
105 
106 /* Define to the sub-directory where libtool stores uninstalled libraries. */
107 #define LT_OBJDIR ".libs/"
108 
109 /* Name of package */
110 #define PACKAGE "kmod"
111 
112 /* Define to the address where bug reports for this package should be sent. */
113 #define PACKAGE_BUGREPORT "[email protected]"
114 
115 /* Define to the full name of this package. */
116 #define PACKAGE_NAME "kmod"
117 
118 /* Define to the full name and version of this package. */
119 #define PACKAGE_STRING "kmod 32"
120 
121 /* Define to the one symbol short name of this package. */
122 #define PACKAGE_TARNAME "kmod"
123 
124 /* Define to the home page for this package. */
125 #define PACKAGE_URL "http://git.kernel.org/?p=utils/kernel/kmod/kmod.git"
126 
127 /* Define to the version of this package. */
128 #define PACKAGE_VERSION "32"
129 
130 /* Define to 1 if all of the C90 standard headers exist (not just the ones
131    required in a freestanding environment). This macro is provided for
132    backward compatibility; new code need not use it. */
133 #define STDC_HEADERS 1
134 
135 /* Enable extensions on AIX 3, Interix.  */
136 #ifndef _ALL_SOURCE
137 # define _ALL_SOURCE 1
138 #endif
139 /* Enable general extensions on macOS.  */
140 #ifndef _DARWIN_C_SOURCE
141 # define _DARWIN_C_SOURCE 1
142 #endif
143 /* Enable general extensions on Solaris.  */
144 #ifndef __EXTENSIONS__
145 # define __EXTENSIONS__ 1
146 #endif
147 /* Enable GNU extensions on systems that have them.  */
148 #ifndef _GNU_SOURCE
149 # define _GNU_SOURCE 1
150 #endif
151 /* Enable X/Open compliant socket functions that do not require linking
152    with -lxnet on HP-UX 11.11.  */
153 #ifndef _HPUX_ALT_XOPEN_SOCKET_API
154 # define _HPUX_ALT_XOPEN_SOCKET_API 1
155 #endif
156 /* Identify the host operating system as Minix.
157    This macro does not affect the system headers' behavior.
158    A future release of Autoconf may stop defining this macro.  */
159 #ifndef _MINIX
160 /* # undef _MINIX */
161 #endif
162 /* Enable general extensions on NetBSD.
163    Enable NetBSD compatibility extensions on Minix.  */
164 #ifndef _NETBSD_SOURCE
165 # define _NETBSD_SOURCE 1
166 #endif
167 /* Enable OpenBSD compatibility extensions on NetBSD.
168    Oddly enough, this does nothing on OpenBSD.  */
169 #ifndef _OPENBSD_SOURCE
170 # define _OPENBSD_SOURCE 1
171 #endif
172 /* Define to 1 if needed for POSIX-compatible behavior.  */
173 #ifndef _POSIX_SOURCE
174 /* # undef _POSIX_SOURCE */
175 #endif
176 /* Define to 2 if needed for POSIX-compatible behavior.  */
177 #ifndef _POSIX_1_SOURCE
178 /* # undef _POSIX_1_SOURCE */
179 #endif
180 /* Enable POSIX-compatible threading on Solaris.  */
181 #ifndef _POSIX_PTHREAD_SEMANTICS
182 # define _POSIX_PTHREAD_SEMANTICS 1
183 #endif
184 /* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
185 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
186 # define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
187 #endif
188 /* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
189 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
190 # define __STDC_WANT_IEC_60559_BFP_EXT__ 1
191 #endif
192 /* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
193 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
194 # define __STDC_WANT_IEC_60559_DFP_EXT__ 1
195 #endif
196 /* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
197 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
198 # define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
199 #endif
200 /* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
201 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
202 # define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
203 #endif
204 /* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
205 #ifndef __STDC_WANT_LIB_EXT2__
206 # define __STDC_WANT_LIB_EXT2__ 1
207 #endif
208 /* Enable extensions specified by ISO/IEC 24747:2009.  */
209 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
210 # define __STDC_WANT_MATH_SPEC_FUNCS__ 1
211 #endif
212 /* Enable extensions on HP NonStop.  */
213 #ifndef _TANDEM_SOURCE
214 # define _TANDEM_SOURCE 1
215 #endif
216 /* Enable X/Open extensions.  Define to 500 only if necessary
217    to make mbstate_t available.  */
218 #ifndef _XOPEN_SOURCE
219 /* # undef _XOPEN_SOURCE */
220 #endif
221 
222 
223 /* Version number of package */
224 #define VERSION "32"
225 
226 /* Number of bits in a file offset, on hosts where this is settable. */
227 /* #undef _FILE_OFFSET_BITS */
228 
229 /* Define for large files, on AIX-style hosts. */
230 /* #undef _LARGE_FILES */
231