1 #if !defined __ASSEMBLER__ && !defined _ISOMAC && !defined __OPTIMIZE__
2 # error "glibc cannot be compiled without optimization"
5 /* Another evil option when it comes to compiling the C library is
6 --ffast-math since it alters the ABI. */
7 #if defined __FAST_MATH__ && !defined TEST_FAST_MATH
8 # error "glibc must not be compiled with -ffast-math"
11 /* Define if building with SELinux support. Set by --with-selinux. */
14 /* Defined if building with SELinux support & audit libs are detected. */
17 /* Defined if building with SELinux support & libcap libs are detected. */
20 /* Define if weak symbols are available via the `.weak' directive. */
21 #undef HAVE_ASM_WEAK_DIRECTIVE
23 /* Define if weak symbols are available via the `.weakext' directive. */
24 #undef HAVE_ASM_WEAKEXT_DIRECTIVE
26 /* Define if CFI directives are available. */
27 #undef HAVE_ASM_CFI_DIRECTIVES
29 /* Define to the assembler line separator character for multiple
30 assembler instructions per line. Default is `;' */
33 /* Define if __attribute__((section("foo"))) puts quotes around foo. */
34 #undef HAVE_SECTION_QUOTES
36 /* Define if the assembler supports the `.set' directive. */
37 #undef HAVE_ASM_SET_DIRECTIVE
39 /* Define to the name of the assembler's directive for
40 declaring a symbol global (default `.globl'). */
41 #undef ASM_GLOBAL_DIRECTIVE
43 /* Define to the prefix before `object' or `function' in the
44 assembler's `.type' directive, if it has one. */
45 #undef ASM_TYPE_DIRECTIVE_PREFIX
47 /* Define if the assembler supports the gnu_unique_object symbol type. */
48 #undef HAVE_ASM_UNIQUE_OBJECT
50 /* Define a symbol_name as a global .symbol_name for ld. */
51 #undef HAVE_ASM_GLOBAL_DOT_NAME
53 /* On powerpc64, use overlapping .opd entries. */
54 #undef USE_PPC64_OVERLAPPING_OPD
56 /* Define if the assembler generates debugging information directly. */
57 #undef HAVE_CPP_ASM_DEBUGINFO
59 /* Define if _Unwind_Find_FDE should be exported from glibc. */
60 #undef EXPORT_UNWIND_FIND_FDE
62 /* Define if using ELF and the assembler supports the `.previous'
64 #undef HAVE_ASM_PREVIOUS_DIRECTIVE
66 /* Define if using ELF and the assembler supports the `.popsection'
68 #undef HAVE_ASM_POPSECTION_DIRECTIVE
70 /* Define if versioning of the library is wanted. */
73 /* Defined to the oldest ABI we support, like 2.1. */
74 #undef GLIBC_OLDEST_ABI
76 /* Define if static NSS modules are wanted. */
79 /* Define if the compiler supports __builtin_memset. */
80 #undef HAVE_BUILTIN_MEMSET
82 /* Define if the regparm attribute shall be used for local functions
83 (gcc on ix86 only). */
86 /* Defined on PowerPC if the GCC being used has a problem with clobbering
87 certain registers (CR0, MQ, CTR, LR) in asm statements. */
88 #undef BROKEN_PPC_ASM_CR0
90 /* Defined on SPARC if ld does not handle R_SPARC_WDISP22 against .hidden
91 symbol. sysdeps/sparc/sparc32/elf/configure. */
92 #undef BROKEN_SPARC_WDISP22
94 /* Define if the linker supports the -z combreloc option. */
95 #undef HAVE_Z_COMBRELOC
97 /* Define if _rtld_local structure should be forced into .sdata section. */
98 #undef HAVE_SDATA_SECTION
100 /* Define if gcc supports SSE4. */
101 #undef HAVE_SSE4_SUPPORT
103 /* Define if gcc supports AVX. */
104 #undef HAVE_AVX_SUPPORT
106 /* Define if gcc supports VEX encoding. */
107 #undef HAVE_SSE2AVX_SUPPORT
109 /* Define if gcc supports FMA4. */
110 #undef HAVE_FMA4_SUPPORT
112 /* Define if the compiler\'s exception support is based on libunwind. */
113 #undef HAVE_CC_WITH_LIBUNWIND
115 /* Define if the access to static and hidden variables is position independent
116 and does not need relocations. */
117 #undef PI_STATIC_AND_HIDDEN
119 /* Define this to disable the 'hidden_proto' et al macros in
120 include/libc-symbols.h that avoid PLT slots in the shared objects. */
124 /* Defined to some form of __attribute__ ((...)) if the compiler supports
125 a different, more efficient calling convention. */
126 #if defined USE_REGPARMS && !defined PROF && !defined __BOUNDED_POINTERS__
127 # define internal_function __attribute__ ((regparm (3), stdcall))
130 /* Linux specific: minimum supported kernel version. */
131 #undef __LINUX_KERNEL_VERSION
133 /* Override abi-tags ABI version if necessary. */
134 #undef __ABI_TAG_VERSION
136 /* bash 2.0 introduced the _XXX_GNU_nonoption_argv_flags_ variable to help
137 getopt determine whether a parameter is a flag or not. This features
138 was disabled later since it caused trouble. We are by default therefore
139 disabling the support as well. */
140 #undef USE_NONOPTION_FLAGS
142 /* Mach/Hurd specific: define if mig supports the `retcode' keyword. */
143 #undef HAVE_MIG_RETCODE
145 /* Mach specific: define if the `host_page_size' RPC is available. */
146 #undef HAVE_HOST_PAGE_SIZE
148 /* Mach/i386 specific: define if the `i386_io_perm_*' RPCs are available. */
149 #undef HAVE_I386_IO_PERM_MODIFY
151 /* Mach/i386 specific: define if the `i386_set_gdt' RPC is available. */
152 #undef HAVE_I386_SET_GDT
154 /* Defined if forced unwind support is available. */
155 #undef HAVE_FORCED_UNWIND
157 /* Defined of libidn is available. */
160 /* Define if inlined system calls are available. */
161 #undef HAVE_INLINED_SYSCALLS
163 /* Define if your assembler and linker support R_PPC_REL16* relocs. */
164 #undef HAVE_ASM_PPC_REL16
166 /* Define if your compiler defaults to -msecure-plt mode on ppc. */
167 #undef HAVE_PPC_SECURE_PLT
169 /* Define if __stack_chk_guard canary should be randomized at program startup. */
170 #undef ENABLE_STACKGUARD_RANDOMIZE
172 /* Define if multi-arch DSOs should be generated. */
175 /* Define if `.ctors' and `.dtors' sections shouldn't be used. */
176 #undef NO_CTORS_DTORS_SECTIONS
183 /* These symbols might be defined by some sysdeps configures.
184 They are used only in miscellaneous generator programs, not
185 in compiling libc itself. */
187 /* sysdeps/generic/configure.in */
190 /* sysdeps/unix/configure.in */
193 /* sysdeps/unix/common/configure.in */
194 #undef HAVE_SYS_SIGLIST
195 #undef HAVE__SYS_SIGLIST
210 /* The zic and zdump programs need these definitions. */
212 #define HAVE_STRERROR 1
214 /* The locale code needs these definitions. */