os_defines.h revision 132720
10SN/A// Specific definitions for generic platforms  -*- C++ -*-
214074Spsandoz
30SN/A// Copyright (C) 2000 Free Software Foundation, Inc.
40SN/A//
50SN/A// This file is part of the GNU ISO C++ Library.  This library is free
60SN/A// software; you can redistribute it and/or modify it under the
72362SN/A// terms of the GNU General Public License as published by the
80SN/A// Free Software Foundation; either version 2, or (at your option)
92362SN/A// any later version.
100SN/A
110SN/A// This library is distributed in the hope that it will be useful,
120SN/A// but WITHOUT ANY WARRANTY; without even the implied warranty of
130SN/A// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
140SN/A// GNU General Public License for more details.
150SN/A
160SN/A// You should have received a copy of the GNU General Public License along
170SN/A// with this library; see the file COPYING.  If not, write to the Free
180SN/A// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
190SN/A// USA.
200SN/A
212362SN/A// As a special exception, you may use this file as part of a free software
222362SN/A// library without restriction.  Specifically, if other files instantiate
232362SN/A// templates or use macros or inline functions from this file, or you compile
240SN/A// this file and link it with other files to produce an executable, this
250SN/A// file does not by itself cause the resulting executable to be covered by
260SN/A// the GNU General Public License.  This exception does not however
270SN/A// invalidate any other reasons why the executable file might be covered by
2814074Spsandoz// the GNU General Public License.
2914074Spsandoz
307279SN/A
310SN/A#ifndef _GLIBCXX_OS_DEFINES
320SN/A#define _GLIBCXX_OS_DEFINES 1
330SN/A
340SN/A// System-specific #define, typedefs, corrections, etc, go here.  This
350SN/A// file will come before all others.
360SN/A
370SN/A#endif
380SN/A