Blame config.h.in

Packit Service 82fcde
/* Define if building with SELinux support.  Set by --with-selinux.  */
Packit Service 82fcde
#undef	HAVE_SELINUX
Packit Service 82fcde
Packit Service 82fcde
/* Defined if building with SELinux support & audit libs are detected. */
Packit Service 82fcde
#undef	HAVE_LIBAUDIT
Packit Service 82fcde
Packit Service 82fcde
/* Defined if building with SELinux support & libcap libs are detected.  */
Packit Service 82fcde
#undef  HAVE_LIBCAP
Packit Service 82fcde
Packit Service 82fcde
/* Define to the assembler line separator character for multiple
Packit Service 82fcde
   assembler instructions per line.  Default is `;'  */
Packit Service 82fcde
#undef ASM_LINE_SEP
Packit Service 82fcde
Packit Service 82fcde
/* Define if __attribute__((section("foo"))) puts quotes around foo.  */
Packit Service 82fcde
#undef  HAVE_SECTION_QUOTES
Packit Service 82fcde
Packit Service 82fcde
/* Define if the assembler supports the `.set' directive.  */
Packit Service 82fcde
#undef	HAVE_ASM_SET_DIRECTIVE
Packit Service 82fcde
Packit Service 82fcde
/* On powerpc64, use overlapping .opd entries.  */
Packit Service 82fcde
#undef  USE_PPC64_OVERLAPPING_OPD
Packit Service 82fcde
Packit Service 82fcde
/* Define if _Unwind_Find_FDE should be exported from glibc.  */
Packit Service 82fcde
#undef  EXPORT_UNWIND_FIND_FDE
Packit Service 82fcde
Packit Service 82fcde
/* Define if static NSS modules are wanted.  */
Packit Service 82fcde
#undef	DO_STATIC_NSS
Packit Service 82fcde
Packit Service 82fcde
/* Assume that the compiler supports __builtin_expect.
Packit Service 82fcde
   This macro is necessary for proper compilation of code
Packit Service 82fcde
   shared between GNU libc and GNU gettext projects.  */
Packit Service 82fcde
#define HAVE_BUILTIN_EXPECT 1
Packit Service 82fcde
Packit Service 82fcde
/* Define if the compiler supports __builtin_memset.  */
Packit Service 82fcde
#undef	HAVE_BUILTIN_MEMSET
Packit Service 82fcde
Packit Service 82fcde
/* Define if compiler accepts -ftree-loop-distribute-patterns.  */
Packit Service 82fcde
#undef  HAVE_CC_INHIBIT_LOOP_TO_LIBCALL
Packit Service 82fcde
Packit Service 82fcde
/* Define if compiler accepts -fno-stack-protector in an
Packit Service 82fcde
   __attribute__ ((__optimize__)).  */
Packit Service 82fcde
#undef	HAVE_CC_NO_STACK_PROTECTOR
Packit Service 82fcde
Packit Service 82fcde
/* The level of stack protection in use for glibc as a whole.
Packit Service 82fcde
   May be overridden on a file-by-file basis.  */
Packit Service 82fcde
#ifndef STACK_PROTECTOR_LEVEL
Packit Service 82fcde
#undef	STACK_PROTECTOR_LEVEL
Packit Service 82fcde
#endif
Packit Service 82fcde
Packit Service 82fcde
/* Defined on SPARC if GCC emits GOTDATA relocations.  */
Packit Service 82fcde
#undef  HAVE_GCC_GOTDATA
Packit Service 82fcde
Packit Service 82fcde
/* Define if the linker supports the -z combreloc option.  */
Packit Service 82fcde
#undef	HAVE_Z_COMBRELOC
Packit Service 82fcde
Packit Service 82fcde
/* Define if _rtld_local structure should be forced into .sdata section.  */
Packit Service 82fcde
#undef	HAVE_SDATA_SECTION
Packit Service 82fcde
Packit Service 82fcde
/* Define if compiler supports AVX512.  */
Packit Service 82fcde
#undef  HAVE_AVX512_SUPPORT
Packit Service 82fcde
Packit Service 82fcde
/* Define if assembler supports AVX512DQ.  */
Packit Service 82fcde
#undef  HAVE_AVX512DQ_ASM_SUPPORT
Packit Service 83b061
Packit Service 83b061
/* Define if assembler supports z10 zarch instructions as default on S390.  */
Packit Service 83b061
#undef  HAVE_S390_MIN_Z10_ZARCH_ASM_SUPPORT
Packit Service 42c2fb
Packit Service 82fcde
/* Define if assembler supports z196 zarch instructions as default on S390.  */
Packit Service 82fcde
#undef  HAVE_S390_MIN_Z196_ZARCH_ASM_SUPPORT
Packit Service 82fcde
Packit Service 14778f
/* Define if assembler supports z13 zarch instructions as default on S390.  */
Packit Service 14778f
#undef  HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
Packit Service 14778f
Packit Service d9dd91
/* Define if assembler supports arch13 zarch instruction as default on S390.  */
Packit Service d9dd91
#undef  HAVE_S390_MIN_ARCH13_ZARCH_ASM_SUPPORT
Packit Service d9dd91
Packit Service 82fcde
/* Define if assembler supports vector instructions on S390.  */
Packit Service 82fcde
#undef  HAVE_S390_VX_ASM_SUPPORT
Packit Service 82fcde
Packit Service 82fcde
/* Define if gcc supports vector registers as clobbers in inline assembly
Packit Service 82fcde
   on S390.  */
Packit Service 82fcde
#undef  HAVE_S390_VX_GCC_SUPPORT
Packit Service 82fcde
Packit Service d9dd91
/* Define if assembler supports arch13 instructions on S390.  */
Packit Service d9dd91
#undef  HAVE_S390_ARCH13_ASM_SUPPORT
Packit Service d9dd91
Packit Service 82fcde
/* Define if assembler supports Intel MPX.  */
Packit Service 82fcde
#undef  HAVE_MPX_SUPPORT
Packit Service 82fcde
Packit Service 82fcde
/* Define if the compiler\'s exception support is based on libunwind.  */
Packit Service 82fcde
#undef	HAVE_CC_WITH_LIBUNWIND
Packit Service 82fcde
Packit Service 82fcde
/* Define if the access to static and hidden variables is position independent
Packit Service 82fcde
   and does not need relocations.  */
Packit Service 82fcde
#undef	PI_STATIC_AND_HIDDEN
Packit Service 82fcde
Packit Service 82fcde
/* Define this to disable the 'hidden_proto' et al macros in
Packit Service 82fcde
   include/libc-symbols.h that avoid PLT slots in PIE.  */
Packit Service 82fcde
#undef  NO_HIDDEN_EXTERN_FUNC_IN_PIE
Packit Service 82fcde
Packit Service 82fcde
/* Define this to disable the 'hidden_proto' et al macros in
Packit Service 82fcde
   include/libc-symbols.h that avoid PLT slots in the shared objects.  */
Packit Service 82fcde
#undef	NO_HIDDEN
Packit Service 82fcde
Packit Service 82fcde
/* Define this to disable in rtld the 'hidden_proto' et al macros in
Packit Service 82fcde
   include/libc-symbols.h that avoid PLT slots in the shared objects.  */
Packit Service 82fcde
#undef	NO_RTLD_HIDDEN
Packit Service 82fcde
Packit Service 82fcde
/* Define this to disable lazy relocations in DSOs.  */
Packit Service 82fcde
#undef	BIND_NOW
Packit Service 82fcde
Packit Service 82fcde
/* AArch64 big endian ABI */
Packit Service 82fcde
#undef HAVE_AARCH64_BE
Packit Service 82fcde
Packit Service 82fcde
/* RISC-V integer ABI for ld.so.  */
Packit Service 82fcde
#undef RISCV_ABI_XLEN
Packit Service 82fcde
Packit Service 82fcde
/* RISC-V floating-point ABI for ld.so.  */
Packit Service 82fcde
#undef RISCV_ABI_FLEN
Packit Service 82fcde
Packit Service 82fcde
/* Linux specific: minimum supported kernel version.  */
Packit Service 82fcde
#undef	__LINUX_KERNEL_VERSION
Packit Service 82fcde
Packit Service 82fcde
/* Override abi-tags ABI version if necessary.  */
Packit Service 82fcde
#undef  __ABI_TAG_VERSION
Packit Service 82fcde
Packit Service 82fcde
/* Mach/Hurd specific: define if mig supports the `retcode' keyword.  */
Packit Service 82fcde
#undef	HAVE_MIG_RETCODE
Packit Service 82fcde
Packit Service 82fcde
/* Mach specific: define if the `host_page_size' RPC is available.  */
Packit Service 82fcde
#undef	HAVE_HOST_PAGE_SIZE
Packit Service 82fcde
Packit Service 82fcde
/* Mach/i386 specific: define if the `i386_io_perm_*' RPCs are available.  */
Packit Service 82fcde
#undef	HAVE_I386_IO_PERM_MODIFY
Packit Service 82fcde
Packit Service 82fcde
/* Mach/i386 specific: define if the `i386_set_gdt' RPC is available.  */
Packit Service 82fcde
#undef	HAVE_I386_SET_GDT
Packit Service 82fcde
Packit Service 82fcde
/* Define if inlined system calls are available.  */
Packit Service 82fcde
#undef HAVE_INLINED_SYSCALLS
Packit Service 82fcde
Packit Service 82fcde
/* Define if your compiler defaults to -msecure-plt mode on ppc.  */
Packit Service 82fcde
#undef HAVE_PPC_SECURE_PLT
Packit Service 82fcde
Packit Service 82fcde
/* Define if __stack_chk_guard canary should be randomized at program startup.  */
Packit Service 82fcde
#undef ENABLE_STACKGUARD_RANDOMIZE
Packit Service 82fcde
Packit Service 82fcde
/* Package description.  */
Packit Service 82fcde
#undef PKGVERSION
Packit Service 82fcde
Packit Service 82fcde
/* Bug reporting address.  */
Packit Service 82fcde
#undef REPORT_BUGS_TO
Packit Service 82fcde
Packit Service 82fcde
/* Define if multi-arch DSOs should be generated.  */
Packit Service 82fcde
#undef USE_MULTIARCH
Packit Service 82fcde
Packit Service 82fcde
/* Define if `.ctors' and `.dtors' sections shouldn't be used.  */
Packit Service 82fcde
#undef	NO_CTORS_DTORS_SECTIONS
Packit Service 82fcde
Packit Service 82fcde
/* Define if obsolete RPC code should be made available for user-level code
Packit Service 82fcde
   to link against.  */
Packit Service 82fcde
#undef LINK_OBSOLETE_RPC
Packit Service 82fcde
Packit Service 82fcde
/* Define if obsolete libnsl code should be made available for user-level
Packit Service 82fcde
   code to link against.  */
Packit Service 82fcde
#undef LINK_OBSOLETE_NSL
Packit Service 82fcde
Packit Service 82fcde
/* Define if Systemtap <sys/sdt.h> probes should be defined.  */
Packit Service 82fcde
#undef USE_STAP_PROBE
Packit Service 82fcde
Packit Service 82fcde
/* Define if library functions should try to contact the nscd daemon.  */
Packit Service 82fcde
#undef USE_NSCD
Packit Service 82fcde
Packit Service 82fcde
/* Define if the dynamic linker should consult an ld.so.cache file.  */
Packit Service 82fcde
#undef USE_LDCONFIG
Packit Service 82fcde
Packit Service 82fcde
/* Define to 1 if STT_GNU_IFUNC support actually works.  */
Packit Service 82fcde
#define HAVE_IFUNC 0
Packit Service 82fcde
Packit Service 82fcde
/* Define if gcc supports attribute ifunc.  */
Packit Service 82fcde
#undef HAVE_GCC_IFUNC
Packit Service 82fcde
Packit Service 82fcde
/* Define if the linker defines __ehdr_start.  */
Packit Service 82fcde
#undef HAVE_EHDR_START
Packit Service 82fcde
Packit Service 82fcde
/*
Packit Service 82fcde
 */
Packit Service 82fcde
Packit Service 82fcde
#ifndef	_LIBC
Packit Service 82fcde
Packit Service 82fcde
/* These symbols might be defined by some sysdeps configures.
Packit Service 82fcde
   They are used only in miscellaneous generator programs, not
Packit Service 82fcde
   in compiling libc itself.   */
Packit Service 82fcde
Packit Service 82fcde
/* sysdeps/generic/configure.ac */
Packit Service 82fcde
#undef	HAVE_PSIGNAL
Packit Service 82fcde
Packit Service 82fcde
/* sysdeps/unix/configure.ac */
Packit Service 82fcde
#undef	HAVE_STRERROR
Packit Service 82fcde
Packit Service 82fcde
/* sysdeps/unix/common/configure.ac */
Packit Service 82fcde
#undef	HAVE_SYS_SIGLIST
Packit Service 82fcde
#undef	HAVE__SYS_SIGLIST
Packit Service 82fcde
#undef	HAVE__CTYPE_
Packit Service 82fcde
#undef	HAVE___CTYPE_
Packit Service 82fcde
#undef	HAVE___CTYPE
Packit Service 82fcde
#undef	HAVE__CTYPE__
Packit Service 82fcde
#undef	HAVE__CTYPE
Packit Service 82fcde
#undef	HAVE__LOCP
Packit Service 82fcde
Packit Service 82fcde
#endif
Packit Service 82fcde
Packit Service 82fcde
/*
Packit Service 82fcde
 */
Packit Service 82fcde
Packit Service 82fcde
#ifdef	_LIBC
Packit Service 82fcde
Packit Service 82fcde
/* The zic and zdump programs need these definitions.  */
Packit Service 82fcde
Packit Service 82fcde
#define	HAVE_STRERROR	1
Packit Service 82fcde
Packit Service 82fcde
/* The locale code needs these definitions.  */
Packit Service 82fcde
Packit Service 82fcde
#define HAVE_REGEX 1
Packit Service 82fcde
Packit Service 82fcde
/* The ARM hard-float ABI is being used.  */
Packit Service 82fcde
#undef HAVE_ARM_PCS_VFP
Packit Service 82fcde
Packit Service 82fcde
/* The ARM movw/movt instructions using PC-relative relocs work right.  */
Packit Service 82fcde
#define ARM_PCREL_MOVW_OK 0
Packit Service 82fcde
Packit Service 82fcde
/* The pt_chown binary is being built and used by grantpt.  */
Packit Service 82fcde
#define HAVE_PT_CHOWN 0
Packit Service 82fcde
Packit Service 82fcde
/* Define if the compiler supports __builtin_trap without
Packit Service 82fcde
   any external dependencies such as making a function call.  */
Packit Service 82fcde
#define HAVE_BUILTIN_TRAP 0
Packit Service 82fcde
Packit Service 82fcde
/* ports/sysdeps/mips/configure.in  */
Packit Service 82fcde
/* Define if using the IEEE 754-2008 NaN encoding on the MIPS target.  */
Packit Service 82fcde
#undef HAVE_MIPS_NAN2008
Packit Service 82fcde
Packit Service 82fcde
/* The PowerPC64 ELFv2 ABI is being used.  */
Packit Service 82fcde
#undef HAVE_ELFV2_ABI
Packit Service 82fcde
Packit Service 82fcde
/* PowerPC32 uses fcfid for integer to floating point conversions.  */
Packit Service 82fcde
#define HAVE_PPC_FCFID 0
Packit Service 82fcde
Packit Service 82fcde
/* PowerPC32 uses fctidz for floating point to long long conversions.  */
Packit Service 82fcde
#define HAVE_PPC_FCTIDZ 0
Packit Service 82fcde
Packit Service 82fcde
/* Build glibc with tunables support.  */
Packit Service 82fcde
#define HAVE_TUNABLES 0
Packit Service 82fcde
Packit Service 82fcde
/* Define if static PIE is enabled.  */
Packit Service 82fcde
#define ENABLE_STATIC_PIE 0
Packit Service 82fcde
Packit Service 82fcde
/* Some compiler options may now allow to use ebp in __asm__ (used mainly
Packit Service 82fcde
   in i386 6 argument syscall issue).  */
Packit Service 82fcde
#define CAN_USE_REGISTER_ASM_EBP 0
Packit Service 82fcde
Packit Service 82fcde
#endif