]> git.ipfire.org Git - thirdparty/glibc.git/blame - config.h.in
Fix build of nptl/tst-thread_local1.cc with GCC 12
[thirdparty/glibc.git] / config.h.in
CommitLineData
74a30a58
UD
1/* Define if building with SELinux support. Set by --with-selinux. */
2#undef HAVE_SELINUX
3
ec23b9be
UD
4/* Defined if building with SELinux support & audit libs are detected. */
5#undef HAVE_LIBAUDIT
6
e1f0c5bc
UD
7/* Defined if building with SELinux support & libcap libs are detected. */
8#undef HAVE_LIBCAP
9
b15cb495
UD
10/* Define to the assembler line separator character for multiple
11 assembler instructions per line. Default is `;' */
12#undef ASM_LINE_SEP
13
e26dd47f
UD
14/* Define if __attribute__((section("foo"))) puts quotes around foo. */
15#undef HAVE_SECTION_QUOTES
16
e215c478
RM
17/* Define if the assembler supports the `.set' directive. */
18#undef HAVE_ASM_SET_DIRECTIVE
19
590b40f7
UD
20/* On powerpc64, use overlapping .opd entries. */
21#undef USE_PPC64_OVERLAPPING_OPD
22
74bd2300
UD
23/* Define if _Unwind_Find_FDE should be exported from glibc. */
24#undef EXPORT_UNWIND_FIND_FDE
25
5107cf1d
UD
26/* Define if static NSS modules are wanted. */
27#undef DO_STATIC_NSS
28
80fcb5c5
DL
29/* Assume that the compiler supports __builtin_expect.
30 This macro is necessary for proper compilation of code
31 shared between GNU libc and GNU gettext projects. */
32#define HAVE_BUILTIN_EXPECT 1
33
d555194c
UD
34/* Define if the compiler supports __builtin_memset. */
35#undef HAVE_BUILTIN_MEMSET
36
85c2e611
AZ
37/* Define if compiler accepts -ftree-loop-distribute-patterns. */
38#undef HAVE_CC_INHIBIT_LOOP_TO_LIBCALL
39
de659123
NA
40/* Define if compiler accepts -fno-stack-protector in an
41 __attribute__ ((__optimize__)). */
42#undef HAVE_CC_NO_STACK_PROTECTOR
43
03baef1c
NA
44/* The level of stack protection in use for glibc as a whole.
45 May be overridden on a file-by-file basis. */
46#ifndef STACK_PROTECTOR_LEVEL
47#undef STACK_PROTECTOR_LEVEL
48#endif
49
c80098a9
DM
50/* Defined on SPARC if GCC emits GOTDATA relocations. */
51#undef HAVE_GCC_GOTDATA
52
a711b01d
UD
53/* Define if the linker supports the -z combreloc option. */
54#undef HAVE_Z_COMBRELOC
55
0d01dace
UD
56/* Define if _rtld_local structure should be forced into .sdata section. */
57#undef HAVE_SDATA_SECTION
58
2d63a517
IZ
59/* Define if compiler supports AVX512. */
60#undef HAVE_AVX512_SUPPORT
61
f43cb35c
L
62/* Define if assembler supports AVX512DQ. */
63#undef HAVE_AVX512DQ_ASM_SUPPORT
a4c75cfd 64
e9b42488
SL
65/* Define if assembler supports z196 zarch instructions as default on S390. */
66#undef HAVE_S390_MIN_Z196_ZARCH_ASM_SUPPORT
67
4f0a1cea
SL
68/* Define if assembler supports vector instructions on S390. */
69#undef HAVE_S390_VX_ASM_SUPPORT
70
9b7f0559
SL
71/* Define if gcc supports vector registers as clobbers in inline assembly
72 on S390. */
73#undef HAVE_S390_VX_GCC_SUPPORT
74
a4c75cfd
IZ
75/* Define if assembler supports Intel MPX. */
76#undef HAVE_MPX_SUPPORT
56f6f6a2 77
56f6f6a2 78/* Define if the compiler\'s exception support is based on libunwind. */
c776b3d7
UD
79#undef HAVE_CC_WITH_LIBUNWIND
80
5a47e7f2
UD
81/* Define if the access to static and hidden variables is position independent
82 and does not need relocations. */
83#undef PI_STATIC_AND_HIDDEN
84
ee417882
L
85/* Define this to disable the 'hidden_proto' et al macros in
86 include/libc-symbols.h that avoid PLT slots in PIE. */
87#undef NO_HIDDEN_EXTERN_FUNC_IN_PIE
88
56f6f6a2 89/* Define this to disable the 'hidden_proto' et al macros in
749a9a4f
RM
90 include/libc-symbols.h that avoid PLT slots in the shared objects. */
91#undef NO_HIDDEN
92
3d1870fa
ST
93/* Define this to disable in rtld the 'hidden_proto' et al macros in
94 include/libc-symbols.h that avoid PLT slots in the shared objects. */
95#undef NO_RTLD_HIDDEN
96
6901def6
L
97/* Define this to disable lazy relocations in DSOs. */
98#undef BIND_NOW
99
44cb254f
SN
100/* AArch64 big endian ABI */
101#undef HAVE_AARCH64_BE
102
4215e276
PD
103/* RISC-V integer ABI for ld.so. */
104#undef RISCV_ABI_XLEN
105
106/* RISC-V floating-point ABI for ld.so. */
107#undef RISCV_ABI_FLEN
dfd2257a 108
958f238f
UD
109/* Linux specific: minimum supported kernel version. */
110#undef __LINUX_KERNEL_VERSION
111
a986484f
UD
112/* Override abi-tags ABI version if necessary. */
113#undef __ABI_TAG_VERSION
114
dde2f4a0
RM
115/* Mach/Hurd specific: define if mig supports the `retcode' keyword. */
116#undef HAVE_MIG_RETCODE
117
30537cab
RM
118/* Mach specific: define if the `host_page_size' RPC is available. */
119#undef HAVE_HOST_PAGE_SIZE
120
db6b51ad
RM
121/* Mach/i386 specific: define if the `i386_io_perm_*' RPCs are available. */
122#undef HAVE_I386_IO_PERM_MODIFY
123
679e4c43
RM
124/* Mach/i386 specific: define if the `i386_set_gdt' RPC is available. */
125#undef HAVE_I386_SET_GDT
126
e2fd3cbe
UD
127/* Defined of libidn is available. */
128#undef HAVE_LIBIDN
129
ce6e047f
UD
130/* Define if inlined system calls are available. */
131#undef HAVE_INLINED_SYSCALLS
132
70c50602
UD
133/* Define if your compiler defaults to -msecure-plt mode on ppc. */
134#undef HAVE_PPC_SECURE_PLT
135
35f1e827
UD
136/* Define if __stack_chk_guard canary should be randomized at program startup. */
137#undef ENABLE_STACKGUARD_RANDOMIZE
138
8b748aed
JM
139/* Package description. */
140#undef PKGVERSION
141
142/* Bug reporting address. */
143#undef REPORT_BUGS_TO
144
425ce2ed
UD
145/* Define if multi-arch DSOs should be generated. */
146#undef USE_MULTIARCH
147
4a531bb0
L
148/* Define if `.ctors' and `.dtors' sections shouldn't be used. */
149#undef NO_CTORS_DTORS_SECTIONS
150
021db4be
AJ
151/* Define if obsolete RPC code should be made available for user-level code
152 to link against. */
153#undef LINK_OBSOLETE_RPC
3a097cc7 154
1e4d83f6
TK
155/* Define if obsolete libnsl code should be made available for user-level
156 code to link against. */
157#undef LINK_OBSOLETE_NSL
158
3a097cc7
RM
159/* Define if Systemtap <sys/sdt.h> probes should be defined. */
160#undef USE_STAP_PROBE
161
3cc3ef96
RM
162/* Define if library functions should try to contact the nscd daemon. */
163#undef USE_NSCD
164
f57f8055
RM
165/* Define if the dynamic linker should consult an ld.so.cache file. */
166#undef USE_LDCONFIG
167
6c9578a2
AS
168/* Define to 1 if STT_GNU_IFUNC support actually works. */
169#define HAVE_IFUNC 0
6e6249d0 170
022dfdce
SL
171/* Define if gcc supports attribute ifunc. */
172#undef HAVE_GCC_IFUNC
173
add8e34c
FS
174/* Define if CC supports attribute retain. */
175#undef HAVE_GNU_RETAIN
176
d555ce07
SS
177#define WANT_FLOAT128 0
178
92777700
RM
179/*
180\f */
181
182#ifndef _LIBC
183
184/* These symbols might be defined by some sysdeps configures.
185 They are used only in miscellaneous generator programs, not
186 in compiling libc itself. */
28f540f4 187
cb8a6dbd 188/* sysdeps/generic/configure.ac */
28f540f4
RM
189#undef HAVE_PSIGNAL
190
cb8a6dbd 191/* sysdeps/unix/configure.ac */
92777700
RM
192#undef HAVE_STRERROR
193
cb8a6dbd 194/* sysdeps/unix/common/configure.ac */
28f540f4
RM
195#undef HAVE_SYS_SIGLIST
196#undef HAVE__SYS_SIGLIST
197#undef HAVE__CTYPE_
198#undef HAVE___CTYPE_
199#undef HAVE___CTYPE
200#undef HAVE__CTYPE__
201#undef HAVE__CTYPE
202#undef HAVE__LOCP
92777700
RM
203
204#endif
205
206/*
207\f */
208
209#ifdef _LIBC
210
211/* The zic and zdump programs need these definitions. */
212
213#define HAVE_STRERROR 1
214
9a8c0d4f
RM
215/* The locale code needs these definitions. */
216
217#define HAVE_REGEX 1
218
6a43ec98
CD
219/* The ARM hard-float ABI is being used. */
220#undef HAVE_ARM_PCS_VFP
221
8c2b1ed8
RM
222/* The ARM movw/movt instructions using PC-relative relocs work right. */
223#define ARM_PCREL_MOVW_OK 0
224
e4608715 225/* The pt_chown binary is being built and used by grantpt. */
73ba67cb 226#define HAVE_PT_CHOWN 0
e4608715 227
9fe7e787
RM
228/* Define if the compiler supports __builtin_trap without
229 any external dependencies such as making a function call. */
230#define HAVE_BUILTIN_TRAP 0
231
9c21573c
MR
232/* ports/sysdeps/mips/configure.in */
233/* Define if using the IEEE 754-2008 NaN encoding on the MIPS target. */
234#undef HAVE_MIPS_NAN2008
235
73a39112
JM
236/* The PowerPC64 ELFv2 ABI is being used. */
237#undef HAVE_ELFV2_ABI
238
bc375363
JM
239/* PowerPC32 uses fcfid for integer to floating point conversions. */
240#define HAVE_PPC_FCFID 0
241
e8dab947
JM
242/* PowerPC32 uses fctidz for floating point to long long conversions. */
243#define HAVE_PPC_FCTIDZ 0
244
67e58f39
SP
245/* Build glibc with tunables support. */
246#define HAVE_TUNABLES 0
247
9d7a3741
L
248/* Define if static PIE is enabled. */
249#define ENABLE_STATIC_PIE 0
250
3b33d6ed
AZ
251/* Some compiler options may now allow to use ebp in __asm__ (used mainly
252 in i386 6 argument syscall issue). */
253#define CAN_USE_REGISTER_ASM_EBP 0
254
92777700 255#endif