1/* config.h. Generated from config.h.in by configure. */
2/* Define if building with SELinux support. Set by --with-selinux. */
3#define HAVE_SELINUX 1
4
5/* Defined if building with SELinux support & audit libs are detected. */
6/* #undef HAVE_LIBAUDIT */
7
8/* Defined if building with SELinux support & libcap libs are detected. */
9/* #undef HAVE_LIBCAP */
10
11/* Define to the assembler line separator character for multiple
12 assembler instructions per line. Default is `;' */
13/* #undef ASM_LINE_SEP */
14
15/* Define if __attribute__((section("foo"))) puts quotes around foo. */
16/* #undef HAVE_SECTION_QUOTES */
17
18/* Define if the assembler supports the `.set' directive. */
19#define HAVE_ASM_SET_DIRECTIVE 1
20
21/* On powerpc64, use overlapping .opd entries. */
22/* #undef USE_PPC64_OVERLAPPING_OPD */
23
24/* On powerpc64, use @notoc. */
25/* #undef USE_PPC64_NOTOC */
26
27/* On powerpc64, define if the compiler supports -mcpu=power10. */
28/* #undef USE_PPC64_MCPU_POWER10 */
29
30/* On powerpc*, define if scv should be used for syscalls (when available). */
31#define USE_PPC_SCV 1
32
33/* Define if _Unwind_Find_FDE should be exported from glibc. */
34/* #undef EXPORT_UNWIND_FIND_FDE */
35
36/* Define if static NSS modules are wanted. */
37/* #undef DO_STATIC_NSS */
38
39/* Assume that the compiler supports __builtin_expect.
40 This macro is necessary for proper compilation of code
41 shared between GNU libc and GNU gettext projects. */
42#define HAVE_BUILTIN_EXPECT 1
43
44/* Define if the compiler supports __builtin_memset. */
45#define HAVE_BUILTIN_MEMSET 1
46
47/* Define if compiler accepts -ftree-loop-distribute-patterns. */
48#define HAVE_CC_INHIBIT_LOOP_TO_LIBCALL 1
49
50/* Define if compiler accepts -fno-stack-protector in an
51 __attribute__ ((__optimize__)). */
52#define HAVE_CC_NO_STACK_PROTECTOR 1
53
54/* The level of stack protection in use for glibc as a whole.
55 May be overridden on a file-by-file basis. */
56#ifndef STACK_PROTECTOR_LEVEL
57#define STACK_PROTECTOR_LEVEL 0
58#endif
59
60/* Define if _rtld_local structure should be forced into .sdata section. */
61/* #undef HAVE_SDATA_SECTION */
62
63/* Define if assembler supports z10 zarch instructions as default on S390. */
64/* #undef HAVE_S390_MIN_Z10_ZARCH_ASM_SUPPORT */
65
66/* Define if assembler supports z196 zarch instructions as default on S390. */
67/* #undef HAVE_S390_MIN_Z196_ZARCH_ASM_SUPPORT */
68
69/* Define if assembler supports z13 zarch instructions as default on S390. */
70/* #undef HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT */
71
72/* Define if assembler supports arch13 zarch instruction as default on S390. */
73/* #undef HAVE_S390_MIN_ARCH13_ZARCH_ASM_SUPPORT */
74
75/* Define if assembler supports vector instructions on S390. */
76/* #undef HAVE_S390_VX_ASM_SUPPORT */
77
78/* Define if gcc supports vector registers as clobbers in inline assembly
79 on S390. */
80/* #undef HAVE_S390_VX_GCC_SUPPORT */
81
82/* Define if assembler supports arch13 instructions on S390. */
83/* #undef HAVE_S390_ARCH13_ASM_SUPPORT */
84
85/* Define if the compiler\'s exception support is based on libunwind. */
86/* #undef HAVE_CC_WITH_LIBUNWIND */
87
88/* Define if the accesses to static and hidden variables in a shared object
89 need dynamic relocations. */
90/* #undef HIDDEN_VAR_NEEDS_DYNAMIC_RELOC */
91
92/* Define this to disable the 'hidden_proto' et al macros in
93 include/libc-symbols.h that avoid PLT slots in PIE. */
94/* #undef NO_HIDDEN_EXTERN_FUNC_IN_PIE */
95
96/* Define this to disable the 'hidden_proto' et al macros in
97 include/libc-symbols.h that avoid PLT slots in the shared objects. */
98/* #undef NO_HIDDEN */
99
100/* Define this to disable in rtld the 'hidden_proto' et al macros in
101 include/libc-symbols.h that avoid PLT slots in the shared objects. */
102/* #undef NO_RTLD_HIDDEN */
103
104/* Define this to disable lazy relocations in DSOs. */
105/* #undef BIND_NOW */
106
107/* AArch64 big endian ABI */
108/* #undef HAVE_AARCH64_BE */
109
110/* AArch64 BTI support enabled. */
111#define HAVE_AARCH64_BTI 0
112
113/* AArch64 PAC-RET code generation is enabled. */
114#define HAVE_AARCH64_PAC_RET 0
115
116/* Assembler support ARMv8.2-A SVE.
117 This macro becomes obsolete when glibc increased the minimum
118 required version of GNU 'binutils' to 2.28 or later. */
119#define HAVE_AARCH64_SVE_ASM 0
120
121/* ARC big endian ABI */
122/* #undef HAVE_ARC_BE */
123
124/* C-SKY ABI version. */
125/* #undef CSKYABI */
126
127/* C-SKY floating-point instructions. */
128/* #undef CSKY_HARD_FLOAT */
129
130/* C-SKY floating-point ABI. */
131/* #undef CSKY_HARD_FLOAT_ABI */
132
133/* RISC-V integer ABI for ld.so. */
134/* #undef RISCV_ABI_XLEN */
135
136/* RISC-V floating-point ABI for ld.so. */
137/* #undef RISCV_ABI_FLEN */
138
139/* LOONGARCH integer ABI for ld.so. */
140/* #undef LOONGARCH_ABI_GRLEN */
141
142/* LOONGARCH floating-point ABI for ld.so. */
143/* #undef LOONGARCH_ABI_FRLEN */
144
145/* Define whether ARM used hard-float and support VFPvX-D32. */
146/* #undef HAVE_ARM_PCS_VFP_D32 */
147
148/* Linux specific: minimum supported kernel version. */
149#define __LINUX_KERNEL_VERSION (3 * 65536 + 2 * 256 + 0)
150
151/* Linux specific: __LINUX_KERNEL_VERSION as a string. */
152#define __LINUX_KERNEL_VERSION_STR "3.2.0"
153
154/* Override abi-tags ABI version if necessary. */
155#define __ABI_TAG_VERSION 3,2,0
156
157/* Mach specific: define if the `host_page_size' RPC is available. */
158/* #undef HAVE_HOST_PAGE_SIZE */
159
160/* Mach/i386 specific: define if the `i386_io_perm_*' RPCs are available. */
161/* #undef HAVE_I386_IO_PERM_MODIFY */
162
163/* Mach/i386 specific: define if the `i386_set_gdt' RPC is available. */
164/* #undef HAVE_I386_SET_GDT */
165
166/* Define if inlined system calls are available. */
167#define HAVE_INLINED_SYSCALLS 1
168
169/* Define if memory tagging support should be enabled. */
170/* #undef USE_MTAG */
171
172/* Package description. */
173#define PKGVERSION "(GNU libc) "
174
175/* Bug reporting address. */
176#define REPORT_BUGS_TO "<https://www.gnu.org/software/libc/bugs.html>"
177
178/* Define if multi-arch DSOs should be generated. */
179#define USE_MULTIARCH 1
180
181/* Define if Systemtap <sys/sdt.h> probes should be defined. */
182/* #undef USE_STAP_PROBE */
183
184/* Define if library functions should try to contact the nscd daemon. */
185#define USE_NSCD 1
186
187/* Define if the dynamic linker should consult an ld.so.cache file. */
188#define USE_LDCONFIG 1
189
190/* Define to 1 if STT_GNU_IFUNC support actually works. */
191#define HAVE_IFUNC 1
192
193/* Define if gcc supports attribute ifunc. */
194#define HAVE_GCC_IFUNC 1
195
196/* Define if CC supports attribute retain. */
197#define HAVE_GNU_RETAIN 1
198
199/* Define to 1 if the assembler needs intermediate aliases to define
200 multiple symbol versions for one symbol. */
201#define SYMVER_NEEDS_ALIAS 0
202
203/* Define to 1 if libpthread actually resides in libc. */
204#define PTHREAD_IN_LIBC 1
205
206/* An integer used to scale the timeout of test programs. */
207#define TIMEOUTFACTOR 1
208
209/*
210 */
211
212#ifndef _LIBC
213
214/* These symbols might be defined by some sysdeps configures.
215 They are used only in miscellaneous generator programs, not
216 in compiling libc itself. */
217
218/* sysdeps/generic/configure.ac */
219/* #undef HAVE_PSIGNAL */
220
221/* sysdeps/unix/configure.ac */
222/* #undef HAVE_STRERROR */
223
224/* sysdeps/unix/common/configure.ac */
225/* #undef HAVE_SYS_SIGLIST */
226/* #undef HAVE__SYS_SIGLIST */
227/* #undef HAVE__CTYPE_ */
228/* #undef HAVE___CTYPE_ */
229/* #undef HAVE___CTYPE */
230/* #undef HAVE__CTYPE__ */
231/* #undef HAVE__CTYPE */
232/* #undef HAVE__LOCP */
233
234#endif
235
236/*
237 */
238
239#ifdef _LIBC
240
241/* The zic and zdump programs need these definitions. */
242
243#define HAVE_STRERROR 1
244
245/* The locale code needs these definitions. */
246
247#define HAVE_REGEX 1
248
249/* The ARM hard-float ABI is being used. */
250/* #undef HAVE_ARM_PCS_VFP */
251
252/* The ARM movw/movt instructions using PC-relative relocs work right. */
253#define ARM_PCREL_MOVW_OK 0
254
255/* The pt_chown binary is being built and used by grantpt. */
256#define HAVE_PT_CHOWN 0
257
258/* Define if the compiler supports __builtin_trap without
259 any external dependencies such as making a function call. */
260#define HAVE_BUILTIN_TRAP 1
261
262/* ports/sysdeps/mips/configure.in */
263/* Define if using the IEEE 754-2008 NaN encoding on the MIPS target. */
264/* #undef HAVE_MIPS_NAN2008 */
265
266/* The PowerPC64 ELFv2 ABI is being used. */
267/* #undef HAVE_ELFV2_ABI */
268
269/* PowerPC32 uses fcfid for integer to floating point conversions. */
270#define HAVE_PPC_FCFID 0
271
272/* PowerPC32 uses fctidz for floating point to long long conversions. */
273#define HAVE_PPC_FCTIDZ 0
274
275/* Define if PIE is unsupported. */
276/* #undef PIE_UNSUPPORTED */
277
278/* Define if static PIE is supported. */
279#define SUPPORT_STATIC_PIE 1
280
281/* Define if static PIE is enabled. */
282#define ENABLE_STATIC_PIE 1
283
284/* The default value of x86 CET control. */
285#define DEFAULT_DL_X86_CET_CONTROL cet_elf_property
286
287/* Define if x86 ISA level should be included in shared libraries. */
288#define INCLUDE_X86_ISA_LEVEL 1
289
290/* Define if -msahf is enabled by default on x86. */
291/* #undef HAVE_X86_LAHF_SAHF */
292
293/* Define if -mmovbe is enabled by default on x86. */
294/* #undef HAVE_X86_MOVBE */
295
296#endif
297

source code of glibc/glibc_build/config.h