os_defines.h revision 117397
1236884Smm// Specific definitions for NetBSD  -*- C++ -*-
2236884Smm
3236884Smm// Copyright (C) 2000 Free Software Foundation, Inc.
4236884Smm//
5236884Smm// This file is part of the GNU ISO C++ Library.  This library is free
6236884Smm// software; you can redistribute it and/or modify it under the
7236884Smm// terms of the GNU General Public License as published by the
8236884Smm// Free Software Foundation; either version 2, or (at your option)
9236884Smm// any later version.
10236884Smm
11236884Smm// This library is distributed in the hope that it will be useful,
12236884Smm// but WITHOUT ANY WARRANTY; without even the implied warranty of
13236884Smm// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14236884Smm// GNU General Public License for more details.
15236884Smm
16236884Smm// You should have received a copy of the GNU General Public License along
17236884Smm// with this library; see the file COPYING.  If not, write to the Free
18236884Smm// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
19236884Smm// USA.
20236884Smm
21236884Smm// As a special exception, you may use this file as part of a free software
22236884Smm// library without restriction.  Specifically, if other files instantiate
23286708Smav// templates or use macros or inline functions from this file, or you compile
24246586Sdelphij// this file and link it with other files to produce an executable, this
25255750Sdelphij// file does not by itself cause the resulting executable to be covered by
26268126Sdelphij// the GNU General Public License.  This exception does not however
27236884Smm// invalidate any other reasons why the executable file might be covered by
28236884Smm// the GNU General Public License.
29236884Smm
30236884Smm#ifndef _GLIBCPP_OS_DEFINES
31236884Smm#define _GLIBCPP_OS_DEFINES 1
32236884Smm
33236884Smm// System-specific #define, typedefs, corrections, etc, go here.  This
34236884Smm// file will come before all others.
35236884Smm
36236884Smm#define __ssize_t ssize_t
37236884Smm
38236884Smm#endif
39236884Smm