]> git.ipfire.org Git - thirdparty/glibc.git/blame - config.h.in
Update nss tests to new skeleton
[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
eae47a36
DM
53/* Define on SPARC if AS supports VIS3 instructions. */
54#undef HAVE_AS_VIS3_SUPPORT
55
a711b01d
UD
56/* Define if the linker supports the -z combreloc option. */
57#undef HAVE_Z_COMBRELOC
58
0d01dace
UD
59/* Define if _rtld_local structure should be forced into .sdata section. */
60#undef HAVE_SDATA_SECTION
61
2d63a517
IZ
62/* Define if compiler supports AVX512. */
63#undef HAVE_AVX512_SUPPORT
64
f43cb35c
L
65/* Define if assembler supports AVX512DQ. */
66#undef HAVE_AVX512DQ_ASM_SUPPORT
a4c75cfd 67
e9b42488
SL
68/* Define if assembler supports z196 zarch instructions as default on S390. */
69#undef HAVE_S390_MIN_Z196_ZARCH_ASM_SUPPORT
70
4f0a1cea
SL
71/* Define if assembler supports vector instructions on S390. */
72#undef HAVE_S390_VX_ASM_SUPPORT
73
9b7f0559
SL
74/* Define if gcc supports vector registers as clobbers in inline assembly
75 on S390. */
76#undef HAVE_S390_VX_GCC_SUPPORT
77
a4c75cfd
IZ
78/* Define if assembler supports Intel MPX. */
79#undef HAVE_MPX_SUPPORT
56f6f6a2 80
56f6f6a2 81/* Define if the compiler\'s exception support is based on libunwind. */
c776b3d7
UD
82#undef HAVE_CC_WITH_LIBUNWIND
83
5a47e7f2
UD
84/* Define if the access to static and hidden variables is position independent
85 and does not need relocations. */
86#undef PI_STATIC_AND_HIDDEN
87
56f6f6a2 88/* Define this to disable the 'hidden_proto' et al macros in
749a9a4f
RM
89 include/libc-symbols.h that avoid PLT slots in the shared objects. */
90#undef NO_HIDDEN
91
6901def6
L
92/* Define this to disable lazy relocations in DSOs. */
93#undef BIND_NOW
94
44cb254f
SN
95/* AArch64 big endian ABI */
96#undef HAVE_AARCH64_BE
97
dfd2257a 98
958f238f
UD
99/* Linux specific: minimum supported kernel version. */
100#undef __LINUX_KERNEL_VERSION
101
a986484f
UD
102/* Override abi-tags ABI version if necessary. */
103#undef __ABI_TAG_VERSION
104
dde2f4a0
RM
105/* Mach/Hurd specific: define if mig supports the `retcode' keyword. */
106#undef HAVE_MIG_RETCODE
107
30537cab
RM
108/* Mach specific: define if the `host_page_size' RPC is available. */
109#undef HAVE_HOST_PAGE_SIZE
110
db6b51ad
RM
111/* Mach/i386 specific: define if the `i386_io_perm_*' RPCs are available. */
112#undef HAVE_I386_IO_PERM_MODIFY
113
679e4c43
RM
114/* Mach/i386 specific: define if the `i386_set_gdt' RPC is available. */
115#undef HAVE_I386_SET_GDT
116
e2fd3cbe
UD
117/* Defined of libidn is available. */
118#undef HAVE_LIBIDN
119
ce6e047f
UD
120/* Define if inlined system calls are available. */
121#undef HAVE_INLINED_SYSCALLS
122
70c50602
UD
123/* Define if your compiler defaults to -msecure-plt mode on ppc. */
124#undef HAVE_PPC_SECURE_PLT
125
35f1e827
UD
126/* Define if __stack_chk_guard canary should be randomized at program startup. */
127#undef ENABLE_STACKGUARD_RANDOMIZE
128
1717da59
AK
129/* Define if lock elision should be enabled by default. */
130#undef ENABLE_LOCK_ELISION
131
8b748aed
JM
132/* Package description. */
133#undef PKGVERSION
134
135/* Bug reporting address. */
136#undef REPORT_BUGS_TO
137
425ce2ed
UD
138/* Define if multi-arch DSOs should be generated. */
139#undef USE_MULTIARCH
140
4a531bb0
L
141/* Define if `.ctors' and `.dtors' sections shouldn't be used. */
142#undef NO_CTORS_DTORS_SECTIONS
143
021db4be
AJ
144/* Define if obsolete RPC code should be made available for user-level code
145 to link against. */
146#undef LINK_OBSOLETE_RPC
3a097cc7 147
1e4d83f6
TK
148/* Define if obsolete libnsl code should be made available for user-level
149 code to link against. */
150#undef LINK_OBSOLETE_NSL
151
3a097cc7
RM
152/* Define if Systemtap <sys/sdt.h> probes should be defined. */
153#undef USE_STAP_PROBE
154
3cc3ef96
RM
155/* Define if library functions should try to contact the nscd daemon. */
156#undef USE_NSCD
157
f57f8055
RM
158/* Define if the dynamic linker should consult an ld.so.cache file. */
159#undef USE_LDCONFIG
160
6c9578a2
AS
161/* Define to 1 if STT_GNU_IFUNC support actually works. */
162#define HAVE_IFUNC 0
6e6249d0 163
022dfdce
SL
164/* Define if gcc supports attribute ifunc. */
165#undef HAVE_GCC_IFUNC
166
44c4e5d5
RM
167/* Define if the linker defines __ehdr_start. */
168#undef HAVE_EHDR_START
169
92777700
RM
170/*
171\f */
172
173#ifndef _LIBC
174
175/* These symbols might be defined by some sysdeps configures.
176 They are used only in miscellaneous generator programs, not
177 in compiling libc itself. */
28f540f4 178
cb8a6dbd 179/* sysdeps/generic/configure.ac */
28f540f4
RM
180#undef HAVE_PSIGNAL
181
cb8a6dbd 182/* sysdeps/unix/configure.ac */
92777700
RM
183#undef HAVE_STRERROR
184
cb8a6dbd 185/* sysdeps/unix/common/configure.ac */
28f540f4
RM
186#undef HAVE_SYS_SIGLIST
187#undef HAVE__SYS_SIGLIST
188#undef HAVE__CTYPE_
189#undef HAVE___CTYPE_
190#undef HAVE___CTYPE
191#undef HAVE__CTYPE__
192#undef HAVE__CTYPE
193#undef HAVE__LOCP
92777700
RM
194
195#endif
196
197/*
198\f */
199
200#ifdef _LIBC
201
202/* The zic and zdump programs need these definitions. */
203
204#define HAVE_STRERROR 1
205
9a8c0d4f
RM
206/* The locale code needs these definitions. */
207
208#define HAVE_REGEX 1
209
6a43ec98
CD
210/* The ARM hard-float ABI is being used. */
211#undef HAVE_ARM_PCS_VFP
212
8c2b1ed8
RM
213/* The ARM movw/movt instructions using PC-relative relocs work right. */
214#define ARM_PCREL_MOVW_OK 0
215
e4608715 216/* The pt_chown binary is being built and used by grantpt. */
73ba67cb 217#define HAVE_PT_CHOWN 0
e4608715 218
9fe7e787
RM
219/* Define if the compiler supports __builtin_trap without
220 any external dependencies such as making a function call. */
221#define HAVE_BUILTIN_TRAP 0
222
9c21573c
MR
223/* ports/sysdeps/mips/configure.in */
224/* Define if using the IEEE 754-2008 NaN encoding on the MIPS target. */
225#undef HAVE_MIPS_NAN2008
226
73a39112
JM
227/* The PowerPC64 ELFv2 ABI is being used. */
228#undef HAVE_ELFV2_ABI
229
bc375363
JM
230/* PowerPC32 uses fcfid for integer to floating point conversions. */
231#define HAVE_PPC_FCFID 0
232
e8dab947
JM
233/* PowerPC32 uses fctidz for floating point to long long conversions. */
234#define HAVE_PPC_FCTIDZ 0
235
67e58f39
SP
236/* Build glibc with tunables support. */
237#define HAVE_TUNABLES 0
238
3b33d6ed
AZ
239/* Some compiler options may now allow to use ebp in __asm__ (used mainly
240 in i386 6 argument syscall issue). */
241#define CAN_USE_REGISTER_ASM_EBP 0
242
92777700 243#endif