hjl / source-git / glibc

Forked from source-git/glibc 3 years ago
Clone

Blame config.h.in

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