os_defines.h revision 256281
1193326Sed// Specific definitions for generic platforms  -*- C++ -*-
2193326Sed
3193326Sed// Copyright (C) 2000 Free Software Foundation, Inc.
4193326Sed//
5193326Sed// This file is part of the GNU ISO C++ Library.  This library is free
6193326Sed// software; you can redistribute it and/or modify it under the
7193326Sed// terms of the GNU General Public License as published by the
8193326Sed// Free Software Foundation; either version 2, or (at your option)
9193326Sed// any later version.
10193326Sed
11193326Sed// This library is distributed in the hope that it will be useful,
12193326Sed// but WITHOUT ANY WARRANTY; without even the implied warranty of
13193326Sed// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14193326Sed// GNU General Public License for more details.
15193326Sed
16198092Srdivacky// You should have received a copy of the GNU General Public License along
17193326Sed// with this library; see the file COPYING.  If not, write to the Free
18221345Sdim// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
19234353Sdim// USA.
20193326Sed
21193326Sed// As a special exception, you may use this file as part of a free software
22193326Sed// library without restriction.  Specifically, if other files instantiate
23193326Sed// templates or use macros or inline functions from this file, or you compile
24193326Sed// this file and link it with other files to produce an executable, this
25193326Sed// file does not by itself cause the resulting executable to be covered by
26193326Sed// the GNU General Public License.  This exception does not however
27193326Sed// invalidate any other reasons why the executable file might be covered by
28193326Sed// the GNU General Public License.
29
30/** @file os_defines.h
31 *  This is an internal header file, included by other library headers.
32 *  You should not attempt to use it directly.
33 */
34
35#ifndef _GLIBCXX_OS_DEFINES
36#define _GLIBCXX_OS_DEFINES 1
37
38// System-specific #define, typedefs, corrections, etc, go here.  This
39// file will come before all others.
40
41#endif
42