119370Spst/* Macro defintions for i386, running SCO Unix System V/386 3.2.
298944Sobrien   Copyright 1989, 1993, 1995 Free Software Foundation, Inc.
319370Spst
498944Sobrien   This file is part of GDB.
519370Spst
698944Sobrien   This program is free software; you can redistribute it and/or modify
798944Sobrien   it under the terms of the GNU General Public License as published by
898944Sobrien   the Free Software Foundation; either version 2 of the License, or
998944Sobrien   (at your option) any later version.
1019370Spst
1198944Sobrien   This program is distributed in the hope that it will be useful,
1298944Sobrien   but WITHOUT ANY WARRANTY; without even the implied warranty of
1398944Sobrien   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1498944Sobrien   GNU General Public License for more details.
1519370Spst
1698944Sobrien   You should have received a copy of the GNU General Public License
1798944Sobrien   along with this program; if not, write to the Free Software
1898944Sobrien   Foundation, Inc., 59 Temple Place - Suite 330,
1998944Sobrien   Boston, MA 02111-1307, USA.  */
2019370Spst
2119370Spst/* In 3.2v4 <sys/user.h> requires on <sys/dir.h>.  */
2219370Spst#include <sys/types.h>
2319370Spst#include <sys/dir.h>
2419370Spst
2519370Spst#include "i386/xm-i386v.h"
2619370Spst
2719370Spst/* SCO 3.2v2 and later have job control.  */
2819370Spst/* SCO 3.2v4 I know has termios; I'm not sure about earlier versions.
2919370Spst   GDB does not currently support the termio/job control combination.  */
3019370Spst#undef HAVE_TERMIO
3119370Spst#define HAVE_TERMIOS
32