From b1d19a627ebfbe5359f582091d2f8c5764a055ff Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 17 Jul 2004 11:24:26 +0000 Subject: [PATCH] * configure.in: Define _MSE_INT_H on Solaris 9 too. * configure, config.in: Regenerated. --- gdb/ChangeLog | 3 +++ gdb/config.in | 2 +- gdb/configure | 4 ++-- gdb/configure.in | 6 +++--- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ad23a53..44ac767 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2004-07-17 Mark Kettenis + * configure.in: Define _MSE_INT_H on Solaris 9 too. + * configure, config.in: Regenerated. + * vaxbsd-nat.c: Include , and "bsd-kvm.h". (vaxbsd_supply_pcb): New function. diff --git a/gdb/config.in b/gdb/config.in index c876d29..7da9038 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -450,7 +450,7 @@ #undef HAVE__ETEXT /* Define to 1 to avoid a clash between and on - Solaris 2.[78] when using GCC. */ + Solaris 2.[789] when using GCC. */ #undef _MSE_INT_H /* Define to 1 if we found this declaration otherwise define to 0. */ diff --git a/gdb/configure b/gdb/configure index 7bce8d6..8b7d2a9 100755 --- a/gdb/configure +++ b/gdb/configure @@ -5563,11 +5563,11 @@ fi done -# On Solaris 2.[78], we need to define _MSE_INT_H to avoid a clash +# On Solaris 2.[789], we need to define _MSE_INT_H to avoid a clash # between and that would cause AC_CHECK_HEADERS to # think that we don't have if we're using GCC. case $host_os in - solaris2.[78]) + solaris2.[789]) if test "$GCC" = yes; then cat >> confdefs.h <<\EOF #define _MSE_INT_H 1 diff --git a/gdb/configure.in b/gdb/configure.in index 3daa12b..ef5f17a 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -369,15 +369,15 @@ AC_CHECK_HEADERS(sys/wait.h wait.h) AC_CHECK_HEADERS(termios.h termio.h sgtty.h) AC_CHECK_HEADERS(unistd.h) -# On Solaris 2.[78], we need to define _MSE_INT_H to avoid a clash +# On Solaris 2.[789], we need to define _MSE_INT_H to avoid a clash # between and that would cause AC_CHECK_HEADERS to # think that we don't have if we're using GCC. case $host_os in - solaris2.[[78]]) + solaris2.[[789]]) if test "$GCC" = yes; then AC_DEFINE(_MSE_INT_H, 1, [[Define to 1 to avoid a clash between and on - Solaris 2.[78] when using GCC. ]]) + Solaris 2.[789] when using GCC. ]]) fi ;; esac AC_CHECK_HEADERS(curses.h ncurses.h term.h) -- 2.7.4