diff options
Diffstat (limited to 'host/lib/deps/rpclib/include/rpc/msgpack/predef/compiler.h')
-rw-r--r-- | host/lib/deps/rpclib/include/rpc/msgpack/predef/compiler.h | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/host/lib/deps/rpclib/include/rpc/msgpack/predef/compiler.h b/host/lib/deps/rpclib/include/rpc/msgpack/predef/compiler.h new file mode 100644 index 000000000..2fad5be77 --- /dev/null +++ b/host/lib/deps/rpclib/include/rpc/msgpack/predef/compiler.h @@ -0,0 +1,41 @@ +/* +Copyright Rene Rivera 2008-2013 +Distributed under the Boost Software License, Version 1.0. +(See accompanying file LICENSE_1_0.txt or copy at +http://www.boost.org/LICENSE_1_0.txt) +*/ + +#ifndef MSGPACK_PREDEF_COMPILER_H +#define MSGPACK_PREDEF_COMPILER_H + +#include <rpc/msgpack/predef/compiler/borland.h> +#include <rpc/msgpack/predef/compiler/clang.h> +#include <rpc/msgpack/predef/compiler/comeau.h> +#include <rpc/msgpack/predef/compiler/compaq.h> +#include <rpc/msgpack/predef/compiler/diab.h> +#include <rpc/msgpack/predef/compiler/digitalmars.h> +#include <rpc/msgpack/predef/compiler/dignus.h> +#include <rpc/msgpack/predef/compiler/edg.h> +#include <rpc/msgpack/predef/compiler/ekopath.h> +#include <rpc/msgpack/predef/compiler/gcc_xml.h> +#include <rpc/msgpack/predef/compiler/gcc.h> +#include <rpc/msgpack/predef/compiler/greenhills.h> +#include <rpc/msgpack/predef/compiler/hp_acc.h> +#include <rpc/msgpack/predef/compiler/iar.h> +#include <rpc/msgpack/predef/compiler/ibm.h> +#include <rpc/msgpack/predef/compiler/intel.h> +#include <rpc/msgpack/predef/compiler/kai.h> +#include <rpc/msgpack/predef/compiler/llvm.h> +#include <rpc/msgpack/predef/compiler/metaware.h> +#include <rpc/msgpack/predef/compiler/metrowerks.h> +#include <rpc/msgpack/predef/compiler/microtec.h> +#include <rpc/msgpack/predef/compiler/mpw.h> +#include <rpc/msgpack/predef/compiler/palm.h> +#include <rpc/msgpack/predef/compiler/pgi.h> +#include <rpc/msgpack/predef/compiler/sgi_mipspro.h> +#include <rpc/msgpack/predef/compiler/sunpro.h> +#include <rpc/msgpack/predef/compiler/tendra.h> +#include <rpc/msgpack/predef/compiler/visualc.h> +#include <rpc/msgpack/predef/compiler/watcom.h> + +#endif |