X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fgdbserver%2Fterminal.h;h=843f039930c737c8977313a24e83f2d32da0da5e;hb=07d4f67e9d89774b962d0b506e1b478125c6189a;hp=69b6692ceffc5cfec478c022f0ca3e744f5e2652;hpb=2ee563b53258d390d7446e90a67f465d504ae44c;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdbserver/terminal.h b/gdb/gdbserver/terminal.h index 69b6692cef..843f039930 100644 --- a/gdb/gdbserver/terminal.h +++ b/gdb/gdbserver/terminal.h @@ -1,11 +1,11 @@ /* Terminal interface definitions for the GDB remote server. - Copyright 2002, Free Software Foundation, Inc. + Copyright (C) 2002, Free Software Foundation, Inc. This file is part of GDB. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -14,9 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + along with this program. If not, see . */ #if !defined (TERMINAL_H) #define TERMINAL_H 1 @@ -39,7 +37,8 @@ #undef TIOCSETP #define TIOCSETP TCSETAF #define TERMINAL struct termio -#else /* ! HAVE_TERMIO_H; default to SGTTY. */ +#else /* ! HAVE_TERMIO_H */ +#ifdef HAVE_SGTTY_H #define HAVE_SGTTY #include #include @@ -47,5 +46,6 @@ #define TERMINAL struct sgttyb #endif #endif +#endif #endif /* !defined (TERMINAL_H) */