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 the linker supports the -z combreloc option. */ |
61 | #define HAVE_Z_COMBRELOC 1 |
62 | |
63 | /* Define if _rtld_local structure should be forced into .sdata section. */ |
64 | /* #undef HAVE_SDATA_SECTION */ |
65 | |
66 | /* Define if assembler supports z10 zarch instructions as default on S390. */ |
67 | /* #undef HAVE_S390_MIN_Z10_ZARCH_ASM_SUPPORT */ |
68 | |
69 | /* Define if assembler supports z196 zarch instructions as default on S390. */ |
70 | /* #undef HAVE_S390_MIN_Z196_ZARCH_ASM_SUPPORT */ |
71 | |
72 | /* Define if assembler supports z13 zarch instructions as default on S390. */ |
73 | /* #undef HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT */ |
74 | |
75 | /* Define if assembler supports arch13 zarch instruction as default on S390. */ |
76 | /* #undef HAVE_S390_MIN_ARCH13_ZARCH_ASM_SUPPORT */ |
77 | |
78 | /* Define if assembler supports vector instructions on S390. */ |
79 | /* #undef HAVE_S390_VX_ASM_SUPPORT */ |
80 | |
81 | /* Define if gcc supports vector registers as clobbers in inline assembly |
82 | on S390. */ |
83 | /* #undef HAVE_S390_VX_GCC_SUPPORT */ |
84 | |
85 | /* Define if assembler supports arch13 instructions on S390. */ |
86 | /* #undef HAVE_S390_ARCH13_ASM_SUPPORT */ |
87 | |
88 | /* Define if the compiler\'s exception support is based on libunwind. */ |
89 | /* #undef HAVE_CC_WITH_LIBUNWIND */ |
90 | |
91 | /* Define if the access to static and hidden variables is position independent |
92 | and does not need relocations. */ |
93 | #define PI_STATIC_AND_HIDDEN 1 |
94 | |
95 | /* Define this to disable the 'hidden_proto' et al macros in |
96 | include/libc-symbols.h that avoid PLT slots in PIE. */ |
97 | /* #undef NO_HIDDEN_EXTERN_FUNC_IN_PIE */ |
98 | |
99 | /* Define this to disable the 'hidden_proto' et al macros in |
100 | include/libc-symbols.h that avoid PLT slots in the shared objects. */ |
101 | /* #undef NO_HIDDEN */ |
102 | |
103 | /* Define this to disable in rtld the 'hidden_proto' et al macros in |
104 | include/libc-symbols.h that avoid PLT slots in the shared objects. */ |
105 | /* #undef NO_RTLD_HIDDEN */ |
106 | |
107 | /* Define this to disable lazy relocations in DSOs. */ |
108 | /* #undef BIND_NOW */ |
109 | |
110 | /* AArch64 big endian ABI */ |
111 | /* #undef HAVE_AARCH64_BE */ |
112 | |
113 | /* AArch64 BTI support enabled. */ |
114 | #define HAVE_AARCH64_BTI 0 |
115 | |
116 | /* AArch64 PAC-RET code generation is enabled. */ |
117 | #define HAVE_AARCH64_PAC_RET 0 |
118 | |
119 | /* Assembler support ARMv8.2-A SVE. |
120 | This macro becomes obsolete when glibc increased the minimum |
121 | required version of GNU 'binutils' to 2.28 or later. */ |
122 | #define HAVE_AARCH64_SVE_ASM 0 |
123 | |
124 | /* ARC big endian ABI */ |
125 | /* #undef HAVE_ARC_BE */ |
126 | |
127 | /* C-SKY ABI version. */ |
128 | /* #undef CSKYABI */ |
129 | |
130 | /* C-SKY floating-point ABI. */ |
131 | /* #undef CSKY_HARD_FLOAT */ |
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 | /* Linux specific: minimum supported kernel version. */ |
140 | #define __LINUX_KERNEL_VERSION (3 * 65536 + 2 * 256 + 0) |
141 | |
142 | /* Override abi-tags ABI version if necessary. */ |
143 | #define __ABI_TAG_VERSION 3,2,0 |
144 | |
145 | /* Mach/Hurd specific: define if mig supports the `retcode' keyword. */ |
146 | /* #undef HAVE_MIG_RETCODE */ |
147 | |
148 | /* Mach specific: define if the `host_page_size' RPC is available. */ |
149 | /* #undef HAVE_HOST_PAGE_SIZE */ |
150 | |
151 | /* Mach/i386 specific: define if the `i386_io_perm_*' RPCs are available. */ |
152 | /* #undef HAVE_I386_IO_PERM_MODIFY */ |
153 | |
154 | /* Mach/i386 specific: define if the `i386_set_gdt' RPC is available. */ |
155 | /* #undef HAVE_I386_SET_GDT */ |
156 | |
157 | /* Define if inlined system calls are available. */ |
158 | #define HAVE_INLINED_SYSCALLS 1 |
159 | |
160 | /* Define if your compiler defaults to -msecure-plt mode on ppc. */ |
161 | /* #undef HAVE_PPC_SECURE_PLT */ |
162 | |
163 | /* Define if memory tagging support should be enabled. */ |
164 | /* #undef USE_MTAG */ |
165 | |
166 | /* Package description. */ |
167 | #define PKGVERSION "(GNU libc) " |
168 | |
169 | /* Bug reporting address. */ |
170 | #define REPORT_BUGS_TO "<https://www.gnu.org/software/libc/bugs.html>" |
171 | |
172 | /* Define if multi-arch DSOs should be generated. */ |
173 | #define USE_MULTIARCH 1 |
174 | |
175 | /* Define if Systemtap <sys/sdt.h> probes should be defined. */ |
176 | /* #undef USE_STAP_PROBE */ |
177 | |
178 | /* Define if library functions should try to contact the nscd daemon. */ |
179 | #define USE_NSCD 1 |
180 | |
181 | /* Define if the dynamic linker should consult an ld.so.cache file. */ |
182 | #define USE_LDCONFIG 1 |
183 | |
184 | /* Define to 1 if STT_GNU_IFUNC support actually works. */ |
185 | #define HAVE_IFUNC 1 |
186 | |
187 | /* Define if gcc supports attribute ifunc. */ |
188 | #define HAVE_GCC_IFUNC 1 |
189 | |
190 | /* Define if CC supports attribute retain. */ |
191 | /* #undef HAVE_GNU_RETAIN */ |
192 | |
193 | /* Define to 1 if the assembler needs intermediate aliases to define |
194 | multiple symbol versions for one symbol. */ |
195 | #define SYMVER_NEEDS_ALIAS 1 |
196 | |
197 | /* Define to 1 if libpthread actually resides in libc. */ |
198 | #define PTHREAD_IN_LIBC 1 |
199 | |
200 | /* An integer used to scale the timeout of test programs. */ |
201 | #define TIMEOUTFACTOR 1 |
202 | |
203 | /* |
204 | */ |
205 | |
206 | #ifndef _LIBC |
207 | |
208 | /* These symbols might be defined by some sysdeps configures. |
209 | They are used only in miscellaneous generator programs, not |
210 | in compiling libc itself. */ |
211 | |
212 | /* sysdeps/generic/configure.ac */ |
213 | /* #undef HAVE_PSIGNAL */ |
214 | |
215 | /* sysdeps/unix/configure.ac */ |
216 | /* #undef HAVE_STRERROR */ |
217 | |
218 | /* sysdeps/unix/common/configure.ac */ |
219 | /* #undef HAVE_SYS_SIGLIST */ |
220 | /* #undef HAVE__SYS_SIGLIST */ |
221 | /* #undef HAVE__CTYPE_ */ |
222 | /* #undef HAVE___CTYPE_ */ |
223 | /* #undef HAVE___CTYPE */ |
224 | /* #undef HAVE__CTYPE__ */ |
225 | /* #undef HAVE__CTYPE */ |
226 | /* #undef HAVE__LOCP */ |
227 | |
228 | #endif |
229 | |
230 | /* |
231 | */ |
232 | |
233 | #ifdef _LIBC |
234 | |
235 | /* The zic and zdump programs need these definitions. */ |
236 | |
237 | #define HAVE_STRERROR 1 |
238 | |
239 | /* The locale code needs these definitions. */ |
240 | |
241 | #define HAVE_REGEX 1 |
242 | |
243 | /* The ARM hard-float ABI is being used. */ |
244 | /* #undef HAVE_ARM_PCS_VFP */ |
245 | |
246 | /* The ARM movw/movt instructions using PC-relative relocs work right. */ |
247 | #define ARM_PCREL_MOVW_OK 0 |
248 | |
249 | /* The pt_chown binary is being built and used by grantpt. */ |
250 | #define HAVE_PT_CHOWN 0 |
251 | |
252 | /* Define if the compiler supports __builtin_trap without |
253 | any external dependencies such as making a function call. */ |
254 | #define HAVE_BUILTIN_TRAP 1 |
255 | |
256 | /* ports/sysdeps/mips/configure.in */ |
257 | /* Define if using the IEEE 754-2008 NaN encoding on the MIPS target. */ |
258 | /* #undef HAVE_MIPS_NAN2008 */ |
259 | |
260 | /* The PowerPC64 ELFv2 ABI is being used. */ |
261 | /* #undef HAVE_ELFV2_ABI */ |
262 | |
263 | /* PowerPC32 uses fcfid for integer to floating point conversions. */ |
264 | #define HAVE_PPC_FCFID 0 |
265 | |
266 | /* PowerPC32 uses fctidz for floating point to long long conversions. */ |
267 | #define HAVE_PPC_FCTIDZ 0 |
268 | |
269 | /* Build glibc with tunables support. */ |
270 | #define HAVE_TUNABLES 1 |
271 | |
272 | /* Define if PIE is unsupported. */ |
273 | /* #undef PIE_UNSUPPORTED */ |
274 | |
275 | /* Define if static PIE is supported. */ |
276 | #define SUPPORT_STATIC_PIE 1 |
277 | |
278 | /* Define if static PIE is enabled. */ |
279 | #define ENABLE_STATIC_PIE 1 |
280 | |
281 | /* The default value of x86 CET control. */ |
282 | #define DEFAULT_DL_X86_CET_CONTROL cet_elf_property |
283 | |
284 | /* Define if x86 ISA level should be included in shared libraries. */ |
285 | #define INCLUDE_X86_ISA_LEVEL 1 |
286 | |
287 | /* Define if -msahf is enabled by default on x86. */ |
288 | /* #undef HAVE_X86_LAHF_SAHF */ |
289 | |
290 | /* Define if -mmovbe is enabled by default on x86. */ |
291 | /* #undef HAVE_X86_MOVBE */ |
292 | |
293 | #endif |
294 | |