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