2012-02-24 Luis Machado <lgustavo@codesourcery>
[deliverable/binutils-gdb.git] / gdb / gdbserver / terminal.h
index 69b6692ceffc5cfec478c022f0ca3e744f5e2652..12b043c163130c9c757cd616502d8ccea9e80dd1 100644 (file)
@@ -1,11 +1,11 @@
 /* Terminal interface definitions for the GDB remote server.
 /* Terminal interface definitions for the GDB remote server.
-   Copyright 2002, Free Software Foundation, Inc.
+   Copyright (C) 2002, 2012 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
 
    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,
    (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
    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 <http://www.gnu.org/licenses/>.  */
 
 #if !defined (TERMINAL_H)
 #define TERMINAL_H 1
 
 #if !defined (TERMINAL_H)
 #define TERMINAL_H 1
@@ -39,7 +37,8 @@
 #undef TIOCSETP
 #define TIOCSETP TCSETAF
 #define TERMINAL struct termio
 #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 <fcntl.h>
 #include <sgtty.h>
 #define HAVE_SGTTY
 #include <fcntl.h>
 #include <sgtty.h>
@@ -47,5 +46,6 @@
 #define TERMINAL struct sgttyb
 #endif
 #endif
 #define TERMINAL struct sgttyb
 #endif
 #endif
+#endif
 
 #endif /* !defined (TERMINAL_H) */
 
 #endif /* !defined (TERMINAL_H) */
This page took 0.025375 seconds and 4 git commands to generate.