xref: /aosp_15_r20/external/ltp/android/include/config.h (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1*49cdfc7eSAndroid Build Coastguard Worker /* include/config.h.  Generated from config.h.in by configure.  */
2*49cdfc7eSAndroid Build Coastguard Worker /* include/config.h.in.  Generated from configure.ac by autoheader.  */
3*49cdfc7eSAndroid Build Coastguard Worker 
4*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if clone() supports 7 arguments. */
5*49cdfc7eSAndroid Build Coastguard Worker #define CLONE_SUPPORTS_7_ARGS 1
6*49cdfc7eSAndroid Build Coastguard Worker 
7*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <asm/ldt.h> header file. */
8*49cdfc7eSAndroid Build Coastguard Worker #ifdef __i386__
9*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_ASM_LDT_H 1
10*49cdfc7eSAndroid Build Coastguard Worker #else
11*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_ASM_LDT_H */
12*49cdfc7eSAndroid Build Coastguard Worker #endif
13*49cdfc7eSAndroid Build Coastguard Worker 
14*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <asm/ptrace.h> header file. */
15*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_ASM_PTRACE_H 1
16*49cdfc7eSAndroid Build Coastguard Worker 
17*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the __atomic_* compiler builtins */
18*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_ATOMIC_MEMORY_MODEL 1
19*49cdfc7eSAndroid Build Coastguard Worker 
20*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have __builtin___clear_cache */
21*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_BUILTIN_CLEAR_CACHE 1
22*49cdfc7eSAndroid Build Coastguard Worker 
23*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have close_range */
24*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_CLOSE_RANGE 1
25*49cdfc7eSAndroid Build Coastguard Worker 
26*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `copy_file_range' function. */
27*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_COPY_FILE_RANGE */
28*49cdfc7eSAndroid Build Coastguard Worker 
29*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `daemon' function. */
30*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_DAEMON 1
31*49cdfc7eSAndroid Build Coastguard Worker 
32*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the declaration of `IFLA_NET_NS_PID', and to 0 if
33*49cdfc7eSAndroid Build Coastguard Worker    you don't. */
34*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_DECL_IFLA_NET_NS_PID 1
35*49cdfc7eSAndroid Build Coastguard Worker 
36*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the declaration of `MADV_MERGEABLE', and to 0 if
37*49cdfc7eSAndroid Build Coastguard Worker    you don't. */
38*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_DECL_MADV_MERGEABLE 1
39*49cdfc7eSAndroid Build Coastguard Worker 
40*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the declaration of `PR_CAPBSET_DROP', and to 0 if
41*49cdfc7eSAndroid Build Coastguard Worker    you don't. */
42*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_DECL_PR_CAPBSET_DROP 1
43*49cdfc7eSAndroid Build Coastguard Worker 
44*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the declaration of `PR_CAPBSET_READ', and to 0 if
45*49cdfc7eSAndroid Build Coastguard Worker    you don't. */
46*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_DECL_PR_CAPBSET_READ 1
47*49cdfc7eSAndroid Build Coastguard Worker 
48*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the declaration of `PTRACE_GETSIGINFO', and to 0 if
49*49cdfc7eSAndroid Build Coastguard Worker    you don't. */
50*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_DECL_PTRACE_GETSIGINFO 1
51*49cdfc7eSAndroid Build Coastguard Worker 
52*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the declaration of `PTRACE_O_TRACEVFORKDONE', and
53*49cdfc7eSAndroid Build Coastguard Worker    to 0 if you don't. */
54*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_DECL_PTRACE_O_TRACEVFORKDONE 1
55*49cdfc7eSAndroid Build Coastguard Worker 
56*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the declaration of `PTRACE_SETOPTIONS', and to 0 if
57*49cdfc7eSAndroid Build Coastguard Worker    you don't. */
58*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_DECL_PTRACE_SETOPTIONS 1
59*49cdfc7eSAndroid Build Coastguard Worker 
60*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `enum kcmp_type'. */
61*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_ENUM_KCMP_TYPE 1
62*49cdfc7eSAndroid Build Coastguard Worker 
63*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `epoll_pwait' function. */
64*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_EPOLL_PWAIT 1
65*49cdfc7eSAndroid Build Coastguard Worker 
66*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `epoll_pwait2' function. */
67*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_EPOLL_PWAIT2 1
68*49cdfc7eSAndroid Build Coastguard Worker 
69*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `execveat' function. */
70*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_EXECVEAT */
71*49cdfc7eSAndroid Build Coastguard Worker 
72*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `fallocate' function. */
73*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_FALLOCATE 1
74*49cdfc7eSAndroid Build Coastguard Worker 
75*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `fchownat' function. */
76*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_FCHOWNAT 1
77*49cdfc7eSAndroid Build Coastguard Worker 
78*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `fork' function. */
79*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_FORK 1
80*49cdfc7eSAndroid Build Coastguard Worker 
81*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `fsconfig' function. */
82*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_FSCONFIG */
83*49cdfc7eSAndroid Build Coastguard Worker 
84*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `fsmount' function. */
85*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_FSMOUNT */
86*49cdfc7eSAndroid Build Coastguard Worker 
87*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `fsopen' function. */
88*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_FSOPEN */
89*49cdfc7eSAndroid Build Coastguard Worker 
90*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `fspick' function. */
91*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_FSPICK */
92*49cdfc7eSAndroid Build Coastguard Worker 
93*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `fstatat' function. */
94*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_FSTATAT 1
95*49cdfc7eSAndroid Build Coastguard Worker 
96*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <fts.h> header file. */
97*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_FTS_H 1
98*49cdfc7eSAndroid Build Coastguard Worker 
99*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `getdents' function. */
100*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_GETDENTS */
101*49cdfc7eSAndroid Build Coastguard Worker 
102*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `getdents64' function. */
103*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_GETDENTS64 */
104*49cdfc7eSAndroid Build Coastguard Worker 
105*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <ifaddrs.h> header file. */
106*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_IFADDRS_H 1
107*49cdfc7eSAndroid Build Coastguard Worker 
108*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <inttypes.h> header file. */
109*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_INTTYPES_H 1
110*49cdfc7eSAndroid Build Coastguard Worker 
111*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `io_pgetevents' function. */
112*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_IO_PGETEVENTS */
113*49cdfc7eSAndroid Build Coastguard Worker 
114*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have `io_set_eventfd' function. */
115*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_IO_SET_EVENTFD */
116*49cdfc7eSAndroid Build Coastguard Worker 
117*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <linux/ioprio.h> header file. */
118*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LINUX_IOPRIO_H 1
119*49cdfc7eSAndroid Build Coastguard Worker 
120*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `kcmp' function. */
121*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_KCMP */
122*49cdfc7eSAndroid Build Coastguard Worker 
123*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <keyutils.h> header file. */
124*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_KEYUTILS_H */
125*49cdfc7eSAndroid Build Coastguard Worker 
126*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have libacl and it's headers installed */
127*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_LIBACL */
128*49cdfc7eSAndroid Build Coastguard Worker 
129*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have libaio and it's headers installed. */
130*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LIBAIO 1
131*49cdfc7eSAndroid Build Coastguard Worker 
132*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <libaio.h> header file. */
133*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LIBAIO_H 1
134*49cdfc7eSAndroid Build Coastguard Worker 
135*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have libcap-2 installed. */
136*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LIBCAP 1
137*49cdfc7eSAndroid Build Coastguard Worker 
138*49cdfc7eSAndroid Build Coastguard Worker /* Define whether libcrypto and openssl headers are installed */
139*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LIBCRYPTO 1
140*49cdfc7eSAndroid Build Coastguard Worker 
141*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have libkeyutils installed. */
142*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_LIBKEYUTILS */
143*49cdfc7eSAndroid Build Coastguard Worker 
144*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have both SELinux libraries and headers. */
145*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LIBSELINUX_DEVEL 1
146*49cdfc7eSAndroid Build Coastguard Worker 
147*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have libtirpc headers installed */
148*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_LIBTIRPC */
149*49cdfc7eSAndroid Build Coastguard Worker 
150*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <linux/can.h> header file. */
151*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LINUX_CAN_H 1
152*49cdfc7eSAndroid Build Coastguard Worker 
153*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <linux/cgroupstats.h> header file. */
154*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LINUX_CGROUPSTATS_H 1
155*49cdfc7eSAndroid Build Coastguard Worker 
156*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <linux/cryptouser.h> header file. */
157*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LINUX_CRYPTOUSER_H 1
158*49cdfc7eSAndroid Build Coastguard Worker 
159*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <linux/dccp.h> header file. */
160*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LINUX_DCCP_H 1
161*49cdfc7eSAndroid Build Coastguard Worker 
162*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <linux/fs.h> header file. */
163*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LINUX_FS_H 1
164*49cdfc7eSAndroid Build Coastguard Worker 
165*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <linux/genetlink.h> header file. */
166*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LINUX_GENETLINK_H 1
167*49cdfc7eSAndroid Build Coastguard Worker 
168*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <linux/if_alg.h> header file. */
169*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LINUX_IF_ALG_H 1
170*49cdfc7eSAndroid Build Coastguard Worker 
171*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <linux/if_ether.h> header file. */
172*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LINUX_IF_ETHER_H 1
173*49cdfc7eSAndroid Build Coastguard Worker 
174*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <linux/if_packet.h> header file. */
175*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LINUX_IF_PACKET_H 1
176*49cdfc7eSAndroid Build Coastguard Worker 
177*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <linux/keyctl.h> header file. */
178*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LINUX_KEYCTL_H 1
179*49cdfc7eSAndroid Build Coastguard Worker 
180*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <linux/mempolicy.h> header file. */
181*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LINUX_MEMPOLICY_H 1
182*49cdfc7eSAndroid Build Coastguard Worker 
183*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <linux/module.h> header file. */
184*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LINUX_MODULE_H 1
185*49cdfc7eSAndroid Build Coastguard Worker 
186*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <linux/netlink.h> header file. */
187*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LINUX_NETLINK_H 1
188*49cdfc7eSAndroid Build Coastguard Worker 
189*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <linux/openat2.h> header file. */
190*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LINUX_OPENAT2_H 1
191*49cdfc7eSAndroid Build Coastguard Worker 
192*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <linux/ptrace.h> header file. */
193*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LINUX_PTRACE_H 1
194*49cdfc7eSAndroid Build Coastguard Worker 
195*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if having a valid linux/random.h */
196*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LINUX_RANDOM_H 1
197*49cdfc7eSAndroid Build Coastguard Worker 
198*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <linux/seccomp.h> header file. */
199*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LINUX_SECCOMP_H 1
200*49cdfc7eSAndroid Build Coastguard Worker 
201*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <linux/securebits.h> header file. */
202*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LINUX_SECUREBITS_H 1
203*49cdfc7eSAndroid Build Coastguard Worker 
204*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <linux/signalfd.h> header file. */
205*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LINUX_SIGNALFD_H 1
206*49cdfc7eSAndroid Build Coastguard Worker 
207*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <linux/taskstats.h> header file. */
208*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LINUX_TASKSTATS_H 1
209*49cdfc7eSAndroid Build Coastguard Worker 
210*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <linux/types.h> header file. */
211*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LINUX_TYPES_H 1
212*49cdfc7eSAndroid Build Coastguard Worker 
213*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <linux/userfaultfd.h> header file. */
214*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_LINUX_USERFAULTFD_H 1
215*49cdfc7eSAndroid Build Coastguard Worker 
216*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <memory.h> header file. */
217*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_MEMORY_H 1
218*49cdfc7eSAndroid Build Coastguard Worker 
219*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `mkdirat' function. */
220*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_MKDIRAT 1
221*49cdfc7eSAndroid Build Coastguard Worker 
222*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `mkdtemp' function. */
223*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_MKDTEMP 1
224*49cdfc7eSAndroid Build Coastguard Worker 
225*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `mknodat' function. */
226*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_MKNODAT 1
227*49cdfc7eSAndroid Build Coastguard Worker 
228*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <mm.h> header file. */
229*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_MM_H */
230*49cdfc7eSAndroid Build Coastguard Worker 
231*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `modify_ldt' function. */
232*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_MODIFY_LDT */
233*49cdfc7eSAndroid Build Coastguard Worker 
234*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `move_mount' function. */
235*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_MOVE_MOUNT */
236*49cdfc7eSAndroid Build Coastguard Worker 
237*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have MREMAP_FIXED in <sys/mman.h>. */
238*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_MREMAP_FIXED 1
239*49cdfc7eSAndroid Build Coastguard Worker 
240*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `name_to_handle_at' function. */
241*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_NAME_TO_HANDLE_AT */
242*49cdfc7eSAndroid Build Coastguard Worker 
243*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <netconfig.h> header file. */
244*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_NETCONFIG_H */
245*49cdfc7eSAndroid Build Coastguard Worker 
246*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <netinet/sctp.h> header file. */
247*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_NETINET_SCTP_H */
248*49cdfc7eSAndroid Build Coastguard Worker 
249*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have newer libcap-2 installed. */
250*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_NEWER_LIBCAP */
251*49cdfc7eSAndroid Build Coastguard Worker 
252*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <numaif.h> header file. */
253*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_NUMAIF_H */
254*49cdfc7eSAndroid Build Coastguard Worker 
255*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <numa.h> header file. */
256*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_NUMA_H */
257*49cdfc7eSAndroid Build Coastguard Worker 
258*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have libnuma and it's headers version >= 2 installed. */
259*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_NUMA_V2 */
260*49cdfc7eSAndroid Build Coastguard Worker 
261*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `openat' function. */
262*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_OPENAT 1
263*49cdfc7eSAndroid Build Coastguard Worker 
264*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `openat2' function. */
265*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_OPENAT2 */
266*49cdfc7eSAndroid Build Coastguard Worker 
267*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <openssl/sha.h> header file. */
268*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_OPENSSL_SHA_H 1
269*49cdfc7eSAndroid Build Coastguard Worker 
270*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `open_tree' function. */
271*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_OPEN_TREE */
272*49cdfc7eSAndroid Build Coastguard Worker 
273*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have struct perf_event_attr */
274*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_PERF_EVENT_ATTR 1
275*49cdfc7eSAndroid Build Coastguard Worker 
276*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `pidfd_open' function. */
277*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_PIDFD_OPEN 1
278*49cdfc7eSAndroid Build Coastguard Worker 
279*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `pidfd_send_signal' function. */
280*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_PIDFD_SEND_SIGNAL 1
281*49cdfc7eSAndroid Build Coastguard Worker 
282*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `pkey_mprotect' function. */
283*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_PKEY_MPROTECT */
284*49cdfc7eSAndroid Build Coastguard Worker 
285*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `preadv' function. */
286*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_PREADV 1
287*49cdfc7eSAndroid Build Coastguard Worker 
288*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `preadv2' function. */
289*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_PREADV2 1
290*49cdfc7eSAndroid Build Coastguard Worker 
291*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `profil' function. */
292*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_PROFIL 1
293*49cdfc7eSAndroid Build Coastguard Worker 
294*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <pthread.h> header file. */
295*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_PTHREAD_H 1
296*49cdfc7eSAndroid Build Coastguard Worker 
297*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `pwritev' function. */
298*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_PWRITEV 1
299*49cdfc7eSAndroid Build Coastguard Worker 
300*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `pwritev2' function. */
301*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_PWRITEV2 1
302*49cdfc7eSAndroid Build Coastguard Worker 
303*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `rand_r' function. */
304*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_RAND_R 1
305*49cdfc7eSAndroid Build Coastguard Worker 
306*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `readlinkat' function. */
307*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_READLINKAT 1
308*49cdfc7eSAndroid Build Coastguard Worker 
309*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `recvmmsg' function. */
310*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_RECVMMSG 1
311*49cdfc7eSAndroid Build Coastguard Worker 
312*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `renameat' function. */
313*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_RENAMEAT 1
314*49cdfc7eSAndroid Build Coastguard Worker 
315*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `renameat2' function. */
316*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_RENAMEAT2 1
317*49cdfc7eSAndroid Build Coastguard Worker 
318*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <rpc/rpc.h> header file. */
319*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_RPC_RPC_H 1 */
320*49cdfc7eSAndroid Build Coastguard Worker 
321*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `sched_getcpu' function. */
322*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_SCHED_GETCPU 1
323*49cdfc7eSAndroid Build Coastguard Worker 
324*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `setns` function. */
325*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_SETNS 1
326*49cdfc7eSAndroid Build Coastguard Worker 
327*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <selinux/selinux.h> header file. */
328*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_SELINUX_SELINUX_H 1
329*49cdfc7eSAndroid Build Coastguard Worker 
330*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `sendmmsg' function. */
331*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_SENDMMSG 1
332*49cdfc7eSAndroid Build Coastguard Worker 
333*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `signalfd' function. */
334*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_SIGNALFD 1
335*49cdfc7eSAndroid Build Coastguard Worker 
336*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `sigpending' function. */
337*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_SIGPENDING */
338*49cdfc7eSAndroid Build Coastguard Worker 
339*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `splice' function. */
340*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_SPLICE 1
341*49cdfc7eSAndroid Build Coastguard Worker 
342*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `statx' function. */
343*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STATX 1
344*49cdfc7eSAndroid Build Coastguard Worker 
345*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <stdint.h> header file. */
346*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STDINT_H 1
347*49cdfc7eSAndroid Build Coastguard Worker 
348*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <stdlib.h> header file. */
349*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STDLIB_H 1
350*49cdfc7eSAndroid Build Coastguard Worker 
351*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `stime' function. */
352*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_STIME */
353*49cdfc7eSAndroid Build Coastguard Worker 
354*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <strings.h> header file. */
355*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRINGS_H 1
356*49cdfc7eSAndroid Build Coastguard Worker 
357*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <string.h> header file. */
358*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRING_H 1
359*49cdfc7eSAndroid Build Coastguard Worker 
360*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct af_alg_iv'. */
361*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_AF_ALG_IV 1
362*49cdfc7eSAndroid Build Coastguard Worker 
363*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct clone_args'. */
364*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_CLONE_ARGS 1
365*49cdfc7eSAndroid Build Coastguard Worker 
366*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct acct_v3'. */
367*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_STRUCT_ACCT_V3 */
368*49cdfc7eSAndroid Build Coastguard Worker 
369*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct fanotify_event_info_fid'. */
370*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_FANOTIFY_EVENT_INFO_FID 1
371*49cdfc7eSAndroid Build Coastguard Worker 
372*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if `fsid.__val' is a member of `struct
373*49cdfc7eSAndroid Build Coastguard Worker    fanotify_event_info_fid'. */
374*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_STRUCT_FANOTIFY_EVENT_INFO_FID_FSID___VAL */
375*49cdfc7eSAndroid Build Coastguard Worker 
376*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct fanotify_event_info_header'.
377*49cdfc7eSAndroid Build Coastguard Worker    */
378*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_FANOTIFY_EVENT_INFO_HEADER 1
379*49cdfc7eSAndroid Build Coastguard Worker 
380*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct file_dedupe_range'. */
381*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_FILE_DEDUPE_RANGE 1
382*49cdfc7eSAndroid Build Coastguard Worker 
383*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct fs_quota_statv'. */
384*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_STRUCT_FS_QUOTA_STATV */
385*49cdfc7eSAndroid Build Coastguard Worker 
386*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have struct f_owner_ex */
387*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_F_OWNER_EX 1
388*49cdfc7eSAndroid Build Coastguard Worker 
389*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct if_nextdqblk'. */
390*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_IF_NEXTDQBLK 1
391*49cdfc7eSAndroid Build Coastguard Worker 
392*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct iovec'. */
393*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_IOVEC 1
394*49cdfc7eSAndroid Build Coastguard Worker 
395*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct ipc64_perm'. */
396*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_IPC64_PERM
397*49cdfc7eSAndroid Build Coastguard Worker 
398*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the type `struct loop_config'. */
399*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_LOOP_CONFIG 1
400*49cdfc7eSAndroid Build Coastguard Worker 
401*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct mmsghdr'. */
402*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_MMSGHDR 1
403*49cdfc7eSAndroid Build Coastguard Worker 
404*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct modify_ldt_ldt_s'. */
405*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_STRUCT_MODIFY_LDT_LDT_S */
406*49cdfc7eSAndroid Build Coastguard Worker 
407*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct mount_attr'. */
408*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_MOUNT_ATTR 1
409*49cdfc7eSAndroid Build Coastguard Worker 
410*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if `aux_head' is a member of `struct perf_event_mmap_page'. */
411*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_PERF_EVENT_MMAP_PAGE_AUX_HEAD 1
412*49cdfc7eSAndroid Build Coastguard Worker 
413*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct ptrace_peeksiginfo_args'. */
414*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_PTRACE_PEEKSIGINFO_ARGS 1
415*49cdfc7eSAndroid Build Coastguard Worker 
416*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct pt_regs'. */
417*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_PT_REGS 1
418*49cdfc7eSAndroid Build Coastguard Worker 
419*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct rlimit64'. */
420*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_RLIMIT64 1
421*49cdfc7eSAndroid Build Coastguard Worker 
422*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct semid64_ds'. */
423*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_SEMID64_DS 1
424*49cdfc7eSAndroid Build Coastguard Worker 
425*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct semun'. */
426*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_SEMUN 1
427*49cdfc7eSAndroid Build Coastguard Worker 
428*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct shmid64_ds'. */
429*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_SHMID64_DS
430*49cdfc7eSAndroid Build Coastguard Worker 
431*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if `sa_sigaction' is a member of `struct sigaction'. */
432*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
433*49cdfc7eSAndroid Build Coastguard Worker 
434*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if `ssi_signo' is a member of `struct signalfd_siginfo'. */
435*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_SIGNALFD_SIGINFO_SSI_SIGNO 1
436*49cdfc7eSAndroid Build Coastguard Worker 
437*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct sockaddr_alg'. */
438*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_SOCKADDR_ALG 1
439*49cdfc7eSAndroid Build Coastguard Worker 
440*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct statx'. */
441*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_STATX 1
442*49cdfc7eSAndroid Build Coastguard Worker 
443*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct statx_timestamp'. */
444*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_STATX_TIMESTAMP 1
445*49cdfc7eSAndroid Build Coastguard Worker 
446*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if `freepages_count' is a member of `struct taskstats'. */
447*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_TASKSTATS_FREEPAGES_COUNT 1
448*49cdfc7eSAndroid Build Coastguard Worker 
449*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if `nvcsw' is a member of `struct taskstats'. */
450*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_TASKSTATS_NVCSW 1
451*49cdfc7eSAndroid Build Coastguard Worker 
452*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if `read_bytes' is a member of `struct taskstats'. */
453*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_TASKSTATS_READ_BYTES 1
454*49cdfc7eSAndroid Build Coastguard Worker 
455*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct termio'. */
456*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_TERMIO 1
457*49cdfc7eSAndroid Build Coastguard Worker 
458*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct tpacket_req3'. */
459*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_TPACKET_REQ3 1
460*49cdfc7eSAndroid Build Coastguard Worker 
461*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct user_desc'. */
462*49cdfc7eSAndroid Build Coastguard Worker #ifdef __i386__
463*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_USER_DESC 1
464*49cdfc7eSAndroid Build Coastguard Worker #else
465*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_STRUCT_USER_DESC */
466*49cdfc7eSAndroid Build Coastguard Worker #endif
467*49cdfc7eSAndroid Build Coastguard Worker 
468*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct user_regs_struct'. */
469*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_USER_REGS_STRUCT 1
470*49cdfc7eSAndroid Build Coastguard Worker 
471*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if `domainname' is a member of `struct utsname'. */
472*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_UTSNAME_DOMAINNAME 1
473*49cdfc7eSAndroid Build Coastguard Worker 
474*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct xt_entry_match'. */
475*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_XT_ENTRY_MATCH 1
476*49cdfc7eSAndroid Build Coastguard Worker 
477*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct xt_entry_target'. */
478*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT_XT_ENTRY_TARGET 1
479*49cdfc7eSAndroid Build Coastguard Worker 
480*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct __kernel_itimerspec'. */
481*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT___KERNEL_ITIMERSPEC 1
482*49cdfc7eSAndroid Build Coastguard Worker 
483*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct __kernel_old_timespec'. */
484*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT___KERNEL_OLD_TIMESPEC 1
485*49cdfc7eSAndroid Build Coastguard Worker 
486*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct __kernel_timespec'. */
487*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT___KERNEL_TIMESPEC 1
488*49cdfc7eSAndroid Build Coastguard Worker 
489*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct __kernel_timex'. */
490*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT___KERNEL_TIMEX 1
491*49cdfc7eSAndroid Build Coastguard Worker 
492*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if the system has the type `struct __kernel_timex_timeval'. */
493*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_STRUCT___KERNEL_TIMEX_TIMEVAL 1
494*49cdfc7eSAndroid Build Coastguard Worker 
495*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `syncfs' function. */
496*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_SYNCFS 1
497*49cdfc7eSAndroid Build Coastguard Worker 
498*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have __sync_add_and_fetch */
499*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_SYNC_ADD_AND_FETCH 1
500*49cdfc7eSAndroid Build Coastguard Worker 
501*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `sync_file_range' function. */
502*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_SYNC_FILE_RANGE 1
503*49cdfc7eSAndroid Build Coastguard Worker 
504*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/acl.h> header file. */
505*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_SYS_ACL_H */
506*49cdfc7eSAndroid Build Coastguard Worker 
507*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/capability.h> header file. */
508*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_SYS_CAPABILITY_H 1
509*49cdfc7eSAndroid Build Coastguard Worker 
510*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/epoll.h> header file. */
511*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_SYS_EPOLL_H 1
512*49cdfc7eSAndroid Build Coastguard Worker 
513*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/fanotify.h> header file. */
514*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_SYS_FANOTIFY_H */
515*49cdfc7eSAndroid Build Coastguard Worker 
516*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/inotify.h> header file. */
517*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_SYS_INOTIFY_H 1
518*49cdfc7eSAndroid Build Coastguard Worker 
519*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/prctl.h> header file. */
520*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_SYS_PRCTL_H 1
521*49cdfc7eSAndroid Build Coastguard Worker 
522*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/ptrace.h> header file. */
523*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_SYS_PTRACE_H 1
524*49cdfc7eSAndroid Build Coastguard Worker 
525*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/reg.h> header file. */
526*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_SYS_REG_H 1
527*49cdfc7eSAndroid Build Coastguard Worker 
528*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/shm.h> header file. */
529*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_SYS_SHM_H 1
530*49cdfc7eSAndroid Build Coastguard Worker 
531*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/signalfd.h> header file. */
532*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_SYS_SIGNALFD_H 1
533*49cdfc7eSAndroid Build Coastguard Worker 
534*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/stat.h> header file. */
535*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_SYS_STAT_H 1
536*49cdfc7eSAndroid Build Coastguard Worker 
537*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/timerfd.h> header file. */
538*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_SYS_TIMERFD_H 1
539*49cdfc7eSAndroid Build Coastguard Worker 
540*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/types.h> header file. */
541*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_SYS_TYPES_H 1
542*49cdfc7eSAndroid Build Coastguard Worker 
543*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/ustat.h> header file. */
544*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_SYS_USTAT_H */
545*49cdfc7eSAndroid Build Coastguard Worker 
546*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/utsname.h> header file. */
547*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_SYS_UTSNAME_H 1
548*49cdfc7eSAndroid Build Coastguard Worker 
549*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <sys/xattr.h> header file. */
550*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_SYS_XATTR_H 1
551*49cdfc7eSAndroid Build Coastguard Worker 
552*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `tee' function. */
553*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_TEE 1
554*49cdfc7eSAndroid Build Coastguard Worker 
555*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `timerfd_create' function. */
556*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_TIMERFD_CREATE 1
557*49cdfc7eSAndroid Build Coastguard Worker 
558*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `timerfd_gettime' function. */
559*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_TIMERFD_GETTIME 1
560*49cdfc7eSAndroid Build Coastguard Worker 
561*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `timerfd_settime' function. */
562*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_TIMERFD_SETTIME 1
563*49cdfc7eSAndroid Build Coastguard Worker 
564*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <tirpc/netconfig.h> header file. */
565*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_TIRPC_NETCONFIG_H */
566*49cdfc7eSAndroid Build Coastguard Worker 
567*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <unistd.h> header file. */
568*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_UNISTD_H 1
569*49cdfc7eSAndroid Build Coastguard Worker 
570*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `unshare' function. */
571*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_UNSHARE 1
572*49cdfc7eSAndroid Build Coastguard Worker 
573*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `ustat' function. */
574*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_USTAT */
575*49cdfc7eSAndroid Build Coastguard Worker 
576*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have utimensat(2) */
577*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_UTIMENSAT 1
578*49cdfc7eSAndroid Build Coastguard Worker 
579*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `vfork' function. */
580*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_VFORK 1
581*49cdfc7eSAndroid Build Coastguard Worker 
582*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the `vmsplice' function. */
583*49cdfc7eSAndroid Build Coastguard Worker #define HAVE_VMSPLICE 1
584*49cdfc7eSAndroid Build Coastguard Worker 
585*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the <xfs/xqm.h> header file. */
586*49cdfc7eSAndroid Build Coastguard Worker /* #undef HAVE_XFS_XQM_H */
587*49cdfc7eSAndroid Build Coastguard Worker 
588*49cdfc7eSAndroid Build Coastguard Worker /* Error message when no NUMA support */
589*49cdfc7eSAndroid Build Coastguard Worker #define NUMA_ERROR_MSG "test requires libnuma >= 2 and it's development packages"
590*49cdfc7eSAndroid Build Coastguard Worker 
591*49cdfc7eSAndroid Build Coastguard Worker /* Name of package */
592*49cdfc7eSAndroid Build Coastguard Worker #define PACKAGE "ltp"
593*49cdfc7eSAndroid Build Coastguard Worker 
594*49cdfc7eSAndroid Build Coastguard Worker /* Define to the address where bug reports for this package should be sent. */
595*49cdfc7eSAndroid Build Coastguard Worker #define PACKAGE_BUGREPORT "[email protected]"
596*49cdfc7eSAndroid Build Coastguard Worker 
597*49cdfc7eSAndroid Build Coastguard Worker /* Define to the full name of this package. */
598*49cdfc7eSAndroid Build Coastguard Worker #define PACKAGE_NAME "ltp"
599*49cdfc7eSAndroid Build Coastguard Worker 
600*49cdfc7eSAndroid Build Coastguard Worker /* Define to the full name and version of this package. */
601*49cdfc7eSAndroid Build Coastguard Worker #define PACKAGE_STRING "ltp LTP_VERSION"
602*49cdfc7eSAndroid Build Coastguard Worker 
603*49cdfc7eSAndroid Build Coastguard Worker /* Define to the one symbol short name of this package. */
604*49cdfc7eSAndroid Build Coastguard Worker #define PACKAGE_TARNAME "ltp"
605*49cdfc7eSAndroid Build Coastguard Worker 
606*49cdfc7eSAndroid Build Coastguard Worker /* Define to the home page for this package. */
607*49cdfc7eSAndroid Build Coastguard Worker #define PACKAGE_URL ""
608*49cdfc7eSAndroid Build Coastguard Worker 
609*49cdfc7eSAndroid Build Coastguard Worker /* Define to the version of this package. */
610*49cdfc7eSAndroid Build Coastguard Worker #define PACKAGE_VERSION "LTP_VERSION"
611*49cdfc7eSAndroid Build Coastguard Worker 
612*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if you have the ANSI C header files. */
613*49cdfc7eSAndroid Build Coastguard Worker #define STDC_HEADERS 1
614*49cdfc7eSAndroid Build Coastguard Worker 
615*49cdfc7eSAndroid Build Coastguard Worker /* Target is running Linux w/out an MMU */
616*49cdfc7eSAndroid Build Coastguard Worker /* #undef UCLINUX */
617*49cdfc7eSAndroid Build Coastguard Worker 
618*49cdfc7eSAndroid Build Coastguard Worker /* Version number of package */
619*49cdfc7eSAndroid Build Coastguard Worker #define VERSION "LTP_VERSION"
620*49cdfc7eSAndroid Build Coastguard Worker 
621*49cdfc7eSAndroid Build Coastguard Worker /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
622*49cdfc7eSAndroid Build Coastguard Worker    `char[]'. */
623*49cdfc7eSAndroid Build Coastguard Worker /* #undef YYTEXT_POINTER */
624