directive. */
#undef HAVE_ASM_POPSECTION_DIRECTIVE
+/* Define to the prefix Alpha/ELF GCC emits before ..ng symbols. */
+#undef ASM_ALPHA_NG_SYMBOL_PREFIX
+
/* Define if versioning of the library is wanted. */
#undef DO_VERSIONING
/* Define if gcc uses DWARF2 unwind information for exception support. */
#undef HAVE_DWARF2_UNWIND_INFO
-/* Define is the regparm attribute shall be used for local functions
+/* Define if gcc uses DWARF2 unwind information for exception support
+ with static variable. */
+#undef HAVE_DWARF2_UNWIND_INFO_STATIC
+
+/* Define if the compiler supports __builtin_expect. */
+#undef HAVE_BUILTIN_EXPECT
+
+/* Define if the regparm attribute shall be used for local functions
(gcc on ix86 only). */
#undef USE_REGPARMS
+/* Defined on PowerPC if the GCC being used has a problem with clobbering
+ certain registers (CR0, MQ, CTR, LR) in asm statements. */
+#undef BROKEN_PPC_ASM_CR0
+
/* Defined to some form of __attribute__ ((...)) if the compiler supports
a different, more efficient calling convention. */
-#ifdef USE_REGPARMS
+#if defined USE_REGPARMS && !defined PROF
# define internal_function __attribute__ ((regparm (3), stdcall))
#endif
+/* Linux specific: minimum supported kernel version. */
+#undef __LINUX_KERNEL_VERSION
+
/*
\f */