Add sysdeps/ieee754/soft-fp.
[glibc.git] / config.h.in
blob3c91d597ff4d04cad2a62b78e0d542bdb9c9cbd5
1 /* Define if building with SELinux support. Set by --with-selinux. */
2 #undef HAVE_SELINUX
4 /* Defined if building with SELinux support & audit libs are detected. */
5 #undef HAVE_LIBAUDIT
7 /* Defined if building with SELinux support & libcap libs are detected. */
8 #undef HAVE_LIBCAP
10 /* Define to the assembler line separator character for multiple
11 assembler instructions per line. Default is `;' */
12 #undef ASM_LINE_SEP
14 /* Define if __attribute__((section("foo"))) puts quotes around foo. */
15 #undef HAVE_SECTION_QUOTES
17 /* Define if the assembler supports the `.set' directive. */
18 #undef HAVE_ASM_SET_DIRECTIVE
20 /* On powerpc64, use overlapping .opd entries. */
21 #undef USE_PPC64_OVERLAPPING_OPD
23 /* Define if _Unwind_Find_FDE should be exported from glibc. */
24 #undef EXPORT_UNWIND_FIND_FDE
26 /* Define if static NSS modules are wanted. */
27 #undef DO_STATIC_NSS
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
34 /* Define if the compiler supports __builtin_memset. */
35 #undef HAVE_BUILTIN_MEMSET
37 /* Define if compiler accepts -ftree-loop-distribute-patterns. */
38 #undef HAVE_CC_INHIBIT_LOOP_TO_LIBCALL
40 /* Define if compiler accepts -fno-stack-protector in an
41 __attribute__ ((__optimize__)). */
42 #undef HAVE_CC_NO_STACK_PROTECTOR
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
50 /* Defined on SPARC if GCC emits GOTDATA relocations. */
51 #undef HAVE_GCC_GOTDATA
53 /* Define if the linker supports the -z combreloc option. */
54 #undef HAVE_Z_COMBRELOC
56 /* Define if _rtld_local structure should be forced into .sdata section. */
57 #undef HAVE_SDATA_SECTION
59 /* Define if compiler supports AVX512. */
60 #undef HAVE_AVX512_SUPPORT
62 /* Define if assembler supports AVX512DQ. */
63 #undef HAVE_AVX512DQ_ASM_SUPPORT
65 /* Define if assembler supports z196 zarch instructions as default on S390. */
66 #undef HAVE_S390_MIN_Z196_ZARCH_ASM_SUPPORT
68 /* Define if assembler supports vector instructions on S390. */
69 #undef HAVE_S390_VX_ASM_SUPPORT
71 /* Define if gcc supports vector registers as clobbers in inline assembly
72 on S390. */
73 #undef HAVE_S390_VX_GCC_SUPPORT
75 /* Define if assembler supports Intel MPX. */
76 #undef HAVE_MPX_SUPPORT
78 /* Define if the compiler\'s exception support is based on libunwind. */
79 #undef HAVE_CC_WITH_LIBUNWIND
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
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
89 /* Define this to disable the 'hidden_proto' et al macros in
90 include/libc-symbols.h that avoid PLT slots in the shared objects. */
91 #undef NO_HIDDEN
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
97 /* Define this to disable lazy relocations in DSOs. */
98 #undef BIND_NOW
100 /* AArch64 big endian ABI */
101 #undef HAVE_AARCH64_BE
104 /* Linux specific: minimum supported kernel version. */
105 #undef __LINUX_KERNEL_VERSION
107 /* Override abi-tags ABI version if necessary. */
108 #undef __ABI_TAG_VERSION
110 /* Mach/Hurd specific: define if mig supports the `retcode' keyword. */
111 #undef HAVE_MIG_RETCODE
113 /* Mach specific: define if the `host_page_size' RPC is available. */
114 #undef HAVE_HOST_PAGE_SIZE
116 /* Mach/i386 specific: define if the `i386_io_perm_*' RPCs are available. */
117 #undef HAVE_I386_IO_PERM_MODIFY
119 /* Mach/i386 specific: define if the `i386_set_gdt' RPC is available. */
120 #undef HAVE_I386_SET_GDT
122 /* Defined of libidn is available. */
123 #undef HAVE_LIBIDN
125 /* Define if inlined system calls are available. */
126 #undef HAVE_INLINED_SYSCALLS
128 /* Define if your compiler defaults to -msecure-plt mode on ppc. */
129 #undef HAVE_PPC_SECURE_PLT
131 /* Define if __stack_chk_guard canary should be randomized at program startup. */
132 #undef ENABLE_STACKGUARD_RANDOMIZE
134 /* Package description. */
135 #undef PKGVERSION
137 /* Bug reporting address. */
138 #undef REPORT_BUGS_TO
140 /* Define if multi-arch DSOs should be generated. */
141 #undef USE_MULTIARCH
143 /* Define if `.ctors' and `.dtors' sections shouldn't be used. */
144 #undef NO_CTORS_DTORS_SECTIONS
146 /* Define if obsolete RPC code should be made available for user-level code
147 to link against. */
148 #undef LINK_OBSOLETE_RPC
150 /* Define if obsolete libnsl code should be made available for user-level
151 code to link against. */
152 #undef LINK_OBSOLETE_NSL
154 /* Define if Systemtap <sys/sdt.h> probes should be defined. */
155 #undef USE_STAP_PROBE
157 /* Define if library functions should try to contact the nscd daemon. */
158 #undef USE_NSCD
160 /* Define if the dynamic linker should consult an ld.so.cache file. */
161 #undef USE_LDCONFIG
163 /* Define to 1 if STT_GNU_IFUNC support actually works. */
164 #define HAVE_IFUNC 0
166 /* Define if gcc supports attribute ifunc. */
167 #undef HAVE_GCC_IFUNC
169 /* Define if the linker defines __ehdr_start. */
170 #undef HAVE_EHDR_START
173 \f */
175 #ifndef _LIBC
177 /* These symbols might be defined by some sysdeps configures.
178 They are used only in miscellaneous generator programs, not
179 in compiling libc itself. */
181 /* sysdeps/generic/configure.ac */
182 #undef HAVE_PSIGNAL
184 /* sysdeps/unix/configure.ac */
185 #undef HAVE_STRERROR
187 /* sysdeps/unix/common/configure.ac */
188 #undef HAVE_SYS_SIGLIST
189 #undef HAVE__SYS_SIGLIST
190 #undef HAVE__CTYPE_
191 #undef HAVE___CTYPE_
192 #undef HAVE___CTYPE
193 #undef HAVE__CTYPE__
194 #undef HAVE__CTYPE
195 #undef HAVE__LOCP
197 #endif
200 \f */
202 #ifdef _LIBC
204 /* The zic and zdump programs need these definitions. */
206 #define HAVE_STRERROR 1
208 /* The locale code needs these definitions. */
210 #define HAVE_REGEX 1
212 /* The ARM hard-float ABI is being used. */
213 #undef HAVE_ARM_PCS_VFP
215 /* The ARM movw/movt instructions using PC-relative relocs work right. */
216 #define ARM_PCREL_MOVW_OK 0
218 /* The pt_chown binary is being built and used by grantpt. */
219 #define HAVE_PT_CHOWN 0
221 /* Define if the compiler supports __builtin_trap without
222 any external dependencies such as making a function call. */
223 #define HAVE_BUILTIN_TRAP 0
225 /* ports/sysdeps/mips/configure.in */
226 /* Define if using the IEEE 754-2008 NaN encoding on the MIPS target. */
227 #undef HAVE_MIPS_NAN2008
229 /* The PowerPC64 ELFv2 ABI is being used. */
230 #undef HAVE_ELFV2_ABI
232 /* PowerPC32 uses fcfid for integer to floating point conversions. */
233 #define HAVE_PPC_FCFID 0
235 /* PowerPC32 uses fctidz for floating point to long long conversions. */
236 #define HAVE_PPC_FCTIDZ 0
238 /* Build glibc with tunables support. */
239 #define HAVE_TUNABLES 0
241 /* Some compiler options may now allow to use ebp in __asm__ (used mainly
242 in i386 6 argument syscall issue). */
243 #define CAN_USE_REGISTER_ASM_EBP 0
245 #endif