MessagePack for C
include
msgpack
predef
os.h
Go to the documentation of this file.
1
/*
2
Copyright Rene Rivera 2008-2015
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
#if !defined(MSGPACK_PREDEF_OS_H) || defined(MSGPACK_PREDEF_INTERNAL_GENERATE_TESTS)
10
#ifndef MSGPACK_PREDEF_OS_H
11
#define MSGPACK_PREDEF_OS_H
12
#endif
13
14
#include <
msgpack/predef/os/aix.h
>
15
#include <
msgpack/predef/os/amigaos.h
>
16
#include <
msgpack/predef/os/android.h
>
17
#include <
msgpack/predef/os/beos.h
>
18
#include <
msgpack/predef/os/bsd.h
>
19
#include <
msgpack/predef/os/cygwin.h
>
20
#include <
msgpack/predef/os/haiku.h
>
21
#include <
msgpack/predef/os/hpux.h
>
22
#include <
msgpack/predef/os/irix.h
>
23
#include <
msgpack/predef/os/ios.h
>
24
#include <
msgpack/predef/os/linux.h
>
25
#include <
msgpack/predef/os/macos.h
>
26
#include <
msgpack/predef/os/os400.h
>
27
#include <
msgpack/predef/os/qnxnto.h
>
28
#include <
msgpack/predef/os/solaris.h
>
29
#include <
msgpack/predef/os/unix.h
>
30
#include <
msgpack/predef/os/vms.h
>
31
#include <
msgpack/predef/os/windows.h
>
32
33
#endif
os400.h
bsd.h
hpux.h
cygwin.h
android.h
solaris.h
qnxnto.h
windows.h
linux.h
aix.h
irix.h
unix.h
macos.h
beos.h
ios.h
haiku.h
amigaos.h
vms.h
Generated by
1.8.13