]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - config.h.in
Fix use-after-free in glob when expanding ~user (bug 25414)
[thirdparty/glibc.git] / config.h.in
index 3c91d597ff4d04cad2a62b78e0d542bdb9c9cbd5..b0b7cf26cb4b3aa05625795c39b133211cfa2a9e 100644 (file)
 /* AArch64 big endian ABI */
 #undef HAVE_AARCH64_BE
 
+/* RISC-V integer ABI for ld.so.  */
+#undef RISCV_ABI_XLEN
+
+/* RISC-V floating-point ABI for ld.so.  */
+#undef RISCV_ABI_FLEN
 
 /* Linux specific: minimum supported kernel version.  */
 #undef __LINUX_KERNEL_VERSION
 /* Build glibc with tunables support.  */
 #define HAVE_TUNABLES 0
 
+/* Define if static PIE is enabled.  */
+#define ENABLE_STATIC_PIE 0
+
 /* Some compiler options may now allow to use ebp in __asm__ (used mainly
    in i386 6 argument syscall issue).  */
 #define CAN_USE_REGISTER_ASM_EBP 0