* linux-low.c (my_waitpid): Move definition away from being in
[deliverable/binutils-gdb.git] / gdb / gdbserver / terminal.h
index 69b6692ceffc5cfec478c022f0ca3e744f5e2652..843f039930c737c8977313a24e83f2d32da0da5e 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.  */
 
 #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 <fcntl.h>
 #include <sgtty.h>
@@ -47,5 +46,6 @@
 #define TERMINAL struct sgttyb
 #endif
 #endif
+#endif
 
 #endif /* !defined (TERMINAL_H) */
This page took 0.024863 seconds and 4 git commands to generate.