1// OBSOLETE /* Copyright 1993, 1994, 1995 Free Software Foundation, Inc.
2// OBSOLETE
3// OBSOLETE    This file is part of GDB.
4// OBSOLETE
5// OBSOLETE    This program is free software; you can redistribute it and/or modify
6// OBSOLETE    it under the terms of the GNU General Public License as published by
7// OBSOLETE    the Free Software Foundation; either version 2 of the License, or
8// OBSOLETE    (at your option) any later version.
9// OBSOLETE
10// OBSOLETE    This program is distributed in the hope that it will be useful,
11// OBSOLETE    but WITHOUT ANY WARRANTY; without even the implied warranty of
12// OBSOLETE    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13// OBSOLETE    GNU General Public License for more details.
14// OBSOLETE
15// OBSOLETE    You should have received a copy of the GNU General Public License
16// OBSOLETE    along with this program; if not, write to the Free Software
17// OBSOLETE    Foundation, Inc., 59 Temple Place - Suite 330,
18// OBSOLETE    Boston, MA 02111-1307, USA.  */
19// OBSOLETE
20// OBSOLETE #define HAVE_TERMIO
21// OBSOLETE
22// OBSOLETE #define USG 1
23// OBSOLETE
24// OBSOLETE /* setjmp.h requires uid_t.  */
25// OBSOLETE #include <sys/types.h>
26