diff options
author | Andrej Rode <andrej.rode@ettus.com> | 2017-04-03 18:49:58 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:03:45 -0800 |
commit | 53795c74aead4e6021bc788b788f8ed5b4a0166d (patch) | |
tree | 45e4075f3d8ffdee7dff7c72dd665f5c5b0c746c /host/lib/deps/rpclib/include/rpc/msgpack/predef/compiler.h | |
parent | 6a12add1560545438e1bebc05efbafd05aace4f9 (diff) | |
download | uhd-53795c74aead4e6021bc788b788f8ed5b4a0166d.tar.gz uhd-53795c74aead4e6021bc788b788f8ed5b4a0166d.tar.bz2 uhd-53795c74aead4e6021bc788b788f8ed5b4a0166d.zip |
uhd: add cut-down rpclib source tree and import tool
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 |