This is defined by configure under --enable-libio. */
#undef USE_IN_LIBIO
+/* Define if using ELF and the assembler supports the `.previous'
+ directive. */
+#undef HAVE_ASM_PREVIOUS_DIRECTIVE
+
+/* Define if using ELF and the assembler supports the `.popsection'
+ 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 static NSS modules are wanted. */
+#undef DO_STATIC_NSS
+
+/* Define if gcc uses DWARF2 unwind information for exception support. */
+#undef HAVE_DWARF2_UNWIND_INFO
+
+/* 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. */
+#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 */
#define HAVE_STRERROR 1
+/* The locale code needs these definitions. */
+
+#define HAVE_REGEX 1
+
#endif