diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2002-10-24 23:22:47 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2002-10-24 23:22:47 +0000 |
commit | a7475ab1fda69ace56d43f00b6596d89b171ac47 (patch) | |
tree | c098cf6e60630c4d3fadad87bad8fc881556388b /gcc/config.in | |
parent | 7a360cce0952500d0cd171ef99105f118227c814 (diff) | |
download | gcc-a7475ab1fda69ace56d43f00b6596d89b171ac47.zip gcc-a7475ab1fda69ace56d43f00b6596d89b171ac47.tar.gz gcc-a7475ab1fda69ace56d43f00b6596d89b171ac47.tar.bz2 |
inclhack.def (libc1_G_va_list): New fix.
* fixinc/inclhack.def (libc1_G_va_list): New fix.
* fixinc/fixincl.x: Regenerate.
* config/i386/linux.h: Move MD_FALLBACK_FRAME_STATE_FOR inside
ifndef IN_LIBGCC2. Wrap it together with signal.h and
sys/ucontext.h inclusion in ifndef USE_GNULIBC_1.
* configure.in (gcc_AC_CHECK_DECLS): Check vasprintf too.
* config.in, configure: Regenerate.
From-SVN: r58510
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index de68c88..0e3a91e 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -441,6 +441,9 @@ #undef HAVE_DECL_ERRNO /* Define to 1 if we found this declaration otherwise define to 0. */ +#undef HAVE_DECL_VASPRINTF + +/* Define to 1 if we found this declaration otherwise define to 0. */ #undef HAVE_DECL_MALLOC /* Define to 1 if we found this declaration otherwise define to 0. */ |