os_defines.h revision 132720
1219019Sgabor// Specific definitions for generic platforms  -*- C++ -*-
2219019Sgabor
3219019Sgabor// Copyright (C) 2000 Free Software Foundation, Inc.
4219019Sgabor//
5219019Sgabor// This file is part of the GNU ISO C++ Library.  This library is free
6219019Sgabor// software; you can redistribute it and/or modify it under the
7219019Sgabor// terms of the GNU General Public License as published by the
8219019Sgabor// Free Software Foundation; either version 2, or (at your option)
9219019Sgabor// any later version.
10219019Sgabor
11219019Sgabor// This library is distributed in the hope that it will be useful,
12219019Sgabor// but WITHOUT ANY WARRANTY; without even the implied warranty of
13219019Sgabor// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14219019Sgabor// GNU General Public License for more details.
15219019Sgabor
16219019Sgabor// You should have received a copy of the GNU General Public License along
17219019Sgabor// with this library; see the file COPYING.  If not, write to the Free
18219019Sgabor// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
19219019Sgabor// USA.
20219019Sgabor
21219019Sgabor// As a special exception, you may use this file as part of a free software
22219019Sgabor// library without restriction.  Specifically, if other files instantiate
23219019Sgabor// templates or use macros or inline functions from this file, or you compile
24219019Sgabor// this file and link it with other files to produce an executable, this
25219019Sgabor// file does not by itself cause the resulting executable to be covered by
26219019Sgabor// the GNU General Public License.  This exception does not however
27219019Sgabor// invalidate any other reasons why the executable file might be covered by
28219019Sgabor// the GNU General Public License.
29219019Sgabor
30219019Sgabor
31219019Sgabor#ifndef _GLIBCXX_OS_DEFINES
32219019Sgabor#define _GLIBCXX_OS_DEFINES 1
33219019Sgabor
34219019Sgabor// System-specific #define, typedefs, corrections, etc, go here.  This
35219019Sgabor// file will come before all others.
36219019Sgabor
37219019Sgabor#endif
38219019Sgabor