# This file is generated from configure.in by Autoconf.  DO NOT EDIT!

if test "x$libc_cv_gcc___thread" != xyes; then
  { { $as_echo "$as_me:$LINENO: error: compiler support for __thread is required" >&5
$as_echo "$as_me: error: compiler support for __thread is required" >&2;}
   { (exit 1); exit 1; }; }
fi

if test "x${libc_cv_visibility_attribute}" != xyes ||
   test "x${libc_cv_broken_visibility_attribute}" != xno; then
  { { $as_echo "$as_me:$LINENO: error: working compiler support for visibility attribute is required" >&5
$as_echo "$as_me: error: working compiler support for visibility attribute is required" >&2;}
   { (exit 1); exit 1; }; }
fi

if test "x$libc_cv_asm_cfi_directives" != xyes; then
    case "$base_machine" in
    i386 | x86_64 | powerpc | s390)
      { { $as_echo "$as_me:$LINENO: error: CFI directive support in assembler is required" >&5
$as_echo "$as_me: error: CFI directive support in assembler is required" >&2;}
   { (exit 1); exit 1; }; } ;;
    *) ;;
  esac
fi

libc_cv_forced_unwind=yes
cat >>confdefs.h <<\_ACEOF
#define HAVE_FORCED_UNWIND 1
_ACEOF

libc_cv_c_cleanup=yes
