os_defines.h revision 169692
1114402Sru// Specific definitions for generic platforms  -*- C++ -*-
2114402Sru
3114402Sru// Copyright (C) 2000 Free Software Foundation, Inc.
4114402Sru//
5114402Sru// This file is part of the GNU ISO C++ Library.  This library is free
6114402Sru// software; you can redistribute it and/or modify it under the
7114402Sru// terms of the GNU General Public License as published by the
8114402Sru// Free Software Foundation; either version 2, or (at your option)
9114402Sru// any later version.
10114402Sru
11114402Sru// This library is distributed in the hope that it will be useful,
12114402Sru// but WITHOUT ANY WARRANTY; without even the implied warranty of
13114402Sru// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14114402Sru// GNU General Public License for more details.
15114402Sru
16114402Sru// You should have received a copy of the GNU General Public License along
17114402Sru// with this library; see the file COPYING.  If not, write to the Free
18114402Sru// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
19114402Sru// USA.
20114411Sru
21114411Sru// As a special exception, you may use this file as part of a free software
22114402Sru// library without restriction.  Specifically, if other files instantiate
23114402Sru// templates or use macros or inline functions from this file, or you compile
24114402Sru// this file and link it with other files to produce an executable, this
25114402Sru// file does not by itself cause the resulting executable to be covered by
26114402Sru// the GNU General Public License.  This exception does not however
27114402Sru// invalidate any other reasons why the executable file might be covered by
28114402Sru// the GNU General Public License.
29114402Sru
30114402Sru/** @file os_defines.h
31114402Sru *  This is an internal header file, included by other library headers.
32114402Sru *  You should not attempt to use it directly.
33114402Sru */
34114402Sru
35114402Sru#ifndef _GLIBCXX_OS_DEFINES
36114411Sru#define _GLIBCXX_OS_DEFINES 1
37114402Sru
38114402Sru// System-specific #define, typedefs, corrections, etc, go here.  This
39114402Sru// file will come before all others.
40114402Sru
41114402Sru#endif
42114402Sru