1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2025-03-29 18:02:17 +01:00

Regenerate.

(Logical change 1.72)
This commit is contained in:
mostang.com!davidm 2003-03-31 18:16:54 +00:00
parent e80548e938
commit 46149fdccd
3 changed files with 13 additions and 2 deletions

2
aclocal.m4 vendored
View file

@ -1,4 +1,4 @@
# aclocal.m4t generated automatically by aclocal 1.6.3 -*- Autoconf -*-
# aclocal.m4 generated automatically by aclocal 1.6.3 -*- Autoconf -*-
# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.

10
configure vendored
View file

@ -1752,7 +1752,7 @@ fi
# Define the identity of the package.
PACKAGE=libunwind
VERSION=0.91
VERSION=0.92
cat >>confdefs.h <<_ACEOF
@ -8591,6 +8591,14 @@ rm -f conftest.$ac_objext conftest.$ac_ext
fi
echo "$as_me:$LINENO: result: $ac_cv_type_sighandler_t" >&5
echo "${ECHO_T}$ac_cv_type_sighandler_t" >&6
if test $ac_cv_type_sighandler_t = yes; then
cat >>confdefs.h <<_ACEOF
#define HAVE_SIGHANDLER_T 1
_ACEOF
fi
echo "$as_me:$LINENO: checking for working memcmp" >&5

View file

@ -30,6 +30,9 @@
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if the system has the type `sighandler_t'. */
#undef HAVE_SIGHANDLER_T
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H