MessagePack for C
os.h
Go to the documentation of this file.
1 /*
2 Copyright Rene Rivera 2008-2012
3 Copyright Franz Detro 2014
4 Distributed under the Boost Software License, Version 1.0.
5 (See accompanying file LICENSE_1_0.txt or copy at
6 http://www.boost.org/LICENSE_1_0.txt)
7 */
8 
9 #ifndef MSGPACK_PREDEF_OS_H
10 #define MSGPACK_PREDEF_OS_H
11 
12 #include <msgpack/predef/os/aix.h>
15 #include <msgpack/predef/os/beos.h>
16 #include <msgpack/predef/os/bsd.h>
19 #include <msgpack/predef/os/hpux.h>
20 #include <msgpack/predef/os/irix.h>
21 #include <msgpack/predef/os/ios.h>
27 #include <msgpack/predef/os/unix.h>
28 #include <msgpack/predef/os/vms.h>
30 
31 #endif