sysv4-cpp.h revision 117395
133965Sjdp/* Target definitions for GNU compiler for Intel 80386 running System V.4
233965Sjdp   Copyright (C) 1991, 2001, 2002 Free Software Foundation, Inc.
333965Sjdp
433965Sjdp   Written by Ron Guilmette (rfg@netcom.com).
577298Sobrien
6218822SdimThis file is part of GNU CC.
733965Sjdp
894536SobrienGNU CC is free software; you can redistribute it and/or modify
933965Sjdpit under the terms of the GNU General Public License as published by
1094536Sobrienthe Free Software Foundation; either version 2, or (at your option)
1133965Sjdpany later version.
1277298Sobrien
1394536SobrienGNU CC is distributed in the hope that it will be useful,
1433965Sjdpbut WITHOUT ANY WARRANTY; without even the implied warranty of
1577298SobrienMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1677298SobrienGNU General Public License for more details.
1777298Sobrien
18130561SobrienYou should have received a copy of the GNU General Public License
1933965Sjdpalong with GNU CC; see the file COPYING.  If not, write to
20218822Sdimthe Free Software Foundation, 59 Temple Place - Suite 330,
21218822SdimBoston, MA 02111-1307, USA.  */
22104834Sobrien
2377298Sobrien#define TARGET_OS_CPP_BUILTINS()					\
2477298Sobrien  do									\
25130561Sobrien    {									\
2677298Sobrien	builtin_define_std ("unix");					\
2777298Sobrien	builtin_define ("__svr4__");					\
2877298Sobrien	builtin_assert ("system=unix");					\
2977298Sobrien	builtin_assert ("system=svr4");					\
3077298Sobrien    }									\
3177298Sobrien  while (0)
3277298Sobrien
3377298Sobrien